java.lang.Object
org.eclipse.persistence.internal.oxm.schema.model.SimpleType
All Implemented Interfaces:
Restrictable

public class SimpleType extends Object implements Restrictable
  • Constructor Details

    • SimpleType

      public SimpleType()
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setRestriction

      public void setRestriction(Restriction restriction)
    • getRestriction

      public Restriction getRestriction()
    • getList

      public List getList()
    • setList

      public void setList(List l)
    • getOwnerName

      public String getOwnerName()
      Specified by:
      getOwnerName in interface Restrictable
    • setUnion

      public void setUnion(Union union)
    • getUnion

      public Union getUnion()
    • setAttributesMap

      public void setAttributesMap(Map<QName,String> attributesMap)
    • getAttributesMap

      public Map<QName,String> getAttributesMap()
    • setAnnotation

      public void setAnnotation(Annotation annotation)
    • getAnnotation

      public Annotation getAnnotation()