Module org.eclipse.persistence.core
Class Element
java.lang.Object
org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
org.eclipse.persistence.internal.oxm.schema.model.Element
A Value Object class representing XML Schema's Element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPattern(String pattern) intintintintintbooleanbooleanvoidsetAbstractValue(boolean abstractValue) voidsetComplexType(ComplexType complexType) voidsetFractionDigits(int fractionDigits) voidsetLength(int length) voidsetMaxExclusive(String maxExclusive) voidsetMaxInclusive(String maxInclusive) voidsetMaxLength(int maxLength) voidsetMaxOccurs(String maxOccurs) voidsetMinExclusive(String minExclusive) voidsetMinInclusive(String minInclusive) voidsetMinLength(int minLength) voidsetMinOccurs(String minOccurs) voidsetNillable(boolean nillable) voidsetPattern(String pattern) voidsetSubstitutionGroup(String group) voidsetTotalDigits(int totalDigits) Methods inherited from class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
getAnnotation, getAttributesMap, getDefaultValue, getFixed, getForm, getName, getRef, getSimpleType, getType, isSetDefaultValue, setAnnotation, setAttributesMap, setDefaultValue, setFixed, setForm, setName, setRef, setSimpleType, setType
-
Constructor Details
-
Element
public Element()
-
-
Method Details
-
setComplexType
-
getComplexType
-
setNillable
public void setNillable(boolean nillable) -
isNillable
public boolean isNillable() -
setAbstractValue
public void setAbstractValue(boolean abstractValue) -
isAbstractValue
public boolean isAbstractValue() -
setMinOccurs
-
getMinOccurs
-
setMaxOccurs
-
getMaxOccurs
-
getSubstitutionGroup
-
setSubstitutionGroup
-
getMaxInclusive
-
setMaxInclusive
-
getMinInclusive
-
setMinInclusive
-
getMaxExclusive
-
setMaxExclusive
-
getMinExclusive
-
setMinExclusive
-
getTotalDigits
public int getTotalDigits() -
setTotalDigits
public void setTotalDigits(int totalDigits) -
getFractionDigits
public int getFractionDigits() -
setFractionDigits
public void setFractionDigits(int fractionDigits) -
getPattern
-
setPattern
-
getPatterns
-
addPattern
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getMinLength
public int getMinLength() -
setMinLength
public void setMinLength(int minLength) -
getMaxLength
public int getMaxLength() -
setMaxLength
public void setMaxLength(int maxLength)
-