public class SimpleType extends Object implements Restrictable
Constructor and Description |
---|
SimpleType() |
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation() |
Map |
getAttributesMap() |
List |
getList() |
String |
getName() |
String |
getOwnerName() |
Restriction |
getRestriction() |
Union |
getUnion() |
void |
setAnnotation(Annotation annotation) |
void |
setAttributesMap(Map attributesMap) |
void |
setList(List l) |
void |
setName(String name) |
void |
setRestriction(Restriction restriction) |
void |
setUnion(Union union) |
public void setName(String name)
public String getName()
public void setRestriction(Restriction restriction)
public Restriction getRestriction()
public List getList()
public void setList(List l)
public String getOwnerName()
getOwnerName
in interface Restrictable
public void setUnion(Union union)
public Union getUnion()
public void setAttributesMap(Map attributesMap)
public Map getAttributesMap()
public void setAnnotation(Annotation annotation)
public Annotation getAnnotation()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference