public class Element extends SimpleComponent
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
ComplexType |
getComplexType() |
String |
getMaxOccurs() |
String |
getMinOccurs() |
String |
getSubstitutionGroup() |
boolean |
isAbstractValue() |
boolean |
isNillable() |
void |
setAbstractValue(boolean abstractValue) |
void |
setComplexType(ComplexType complexType) |
void |
setMaxOccurs(String maxOccurs) |
void |
setMinOccurs(String minOccurs) |
void |
setNillable(boolean nillable) |
void |
setSubstitutionGroup(String group) |
getAnnotation, getAttributesMap, getDefaultValue, getFixed, getForm, getName, getRef, getSimpleType, getType, isSetDefaultValue, setAnnotation, setAttributesMap, setDefaultValue, setFixed, setForm, setName, setRef, setSimpleType, setType
public void setComplexType(ComplexType complexType)
public ComplexType getComplexType()
public void setNillable(boolean nillable)
public boolean isNillable()
public void setAbstractValue(boolean abstractValue)
public boolean isAbstractValue()
public void setMinOccurs(String minOccurs)
public String getMinOccurs()
public void setMaxOccurs(String maxOccurs)
public String getMaxOccurs()
public String getSubstitutionGroup()
public void setSubstitutionGroup(String group)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference