Module org.eclipse.persistence.core
Class SimpleType
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.schema.model.SimpleType
-
- All Implemented Interfaces:
Restrictable
public class SimpleType extends Object implements Restrictable
-
-
Constructor Summary
Constructors Constructor Description SimpleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationgetAnnotation()Map<QName,String>getAttributesMap()ListgetList()StringgetName()StringgetOwnerName()RestrictiongetRestriction()UniongetUnion()voidsetAnnotation(Annotation annotation)voidsetAttributesMap(Map<QName,String> attributesMap)voidsetList(List l)voidsetName(String name)voidsetRestriction(Restriction restriction)voidsetUnion(Union union)
-
-
-
Method Detail
-
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:
getOwnerNamein interfaceRestrictable
-
setUnion
public void setUnion(Union union)
-
getUnion
public Union getUnion()
-
setAnnotation
public void setAnnotation(Annotation annotation)
-
getAnnotation
public Annotation getAnnotation()
-
-