public class Element extends SimpleComponent
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
ComplexType |
getComplexType() |
java.lang.String |
getMaxOccurs() |
java.lang.String |
getMinOccurs() |
java.lang.String |
getRef() |
java.lang.String |
getSubstitutionGroup() |
boolean |
isAbstractValue() |
boolean |
isNillable() |
void |
setAbstractValue(boolean abstractValue) |
void |
setComplexType(ComplexType complexType) |
void |
setMaxOccurs(java.lang.String maxOccurs) |
void |
setMinOccurs(java.lang.String minOccurs) |
void |
setNillable(boolean nillable) |
void |
setRef(java.lang.String ref) |
void |
setSubstitutionGroup(java.lang.String group) |
getAnnotation, getAttributesMap, getDefaultValue, getFixed, getForm, getName, getSimpleType, getType, isSetDefaultValue, setAnnotation, setAttributesMap, setDefaultValue, setFixed, setForm, setName, 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(java.lang.String minOccurs)
public java.lang.String getMinOccurs()
public void setMaxOccurs(java.lang.String maxOccurs)
public java.lang.String getMaxOccurs()
public void setRef(java.lang.String ref)
public java.lang.String getRef()
public java.lang.String getSubstitutionGroup()
public void setSubstitutionGroup(java.lang.String group)
EclipseLink 2.4.2, "build v20130514-5956486" API Reference