public class OBPSchemaElement extends java.lang.Object implements OBPSchemaField
Constructor and Description |
---|
OBPSchemaElement(org.apache.xmlbeans.SchemaLocalElement element) |
OBPSchemaElement(org.apache.xmlbeans.SchemaLocalElement element,
boolean root) |
OBPSchemaElement(org.apache.xmlbeans.SchemaParticle particle) |
Modifier and Type | Method and Description |
---|---|
int |
getCombinedMaxOccurs() |
int |
getCombinedMinOccurs() |
java.lang.String |
getDefaultText() |
java.math.BigInteger |
getMaxOccurs() |
java.math.BigInteger |
getMinOccurs() |
javax.xml.namespace.QName |
getName() |
org.apache.xmlbeans.SchemaType |
getType() |
boolean |
hasCombinedMaxOccurs() |
boolean |
isAttribute() |
boolean |
isDefault() |
boolean |
isFixed() |
boolean |
isNillable() |
boolean |
isRoot() |
boolean |
isXmlRequired() |
void |
setCombinedMaxOccurs(int combinedMaxOccurs) |
void |
setCombinedMinOccurs(int combinedMinOccurs) |
void |
setXmlRequired(boolean xmlRequired) |
public OBPSchemaElement(org.apache.xmlbeans.SchemaParticle particle)
public OBPSchemaElement(org.apache.xmlbeans.SchemaLocalElement element)
public OBPSchemaElement(org.apache.xmlbeans.SchemaLocalElement element, boolean root)
public java.lang.String getDefaultText()
getDefaultText
in interface OBPSchemaField
public java.math.BigInteger getMaxOccurs()
getMaxOccurs
in interface OBPSchemaField
public java.math.BigInteger getMinOccurs()
getMinOccurs
in interface OBPSchemaField
public javax.xml.namespace.QName getName()
getName
in interface OBPSchemaField
public org.apache.xmlbeans.SchemaType getType()
getType
in interface OBPSchemaField
public boolean isDefault()
isDefault
in interface OBPSchemaField
public boolean isFixed()
isFixed
in interface OBPSchemaField
public boolean isNillable()
isNillable
in interface OBPSchemaField
public void setCombinedMaxOccurs(int combinedMaxOccurs)
public void setCombinedMinOccurs(int combinedMinOccurs)
public int getCombinedMaxOccurs()
public int getCombinedMinOccurs()
public void setXmlRequired(boolean xmlRequired)
setXmlRequired
in interface OBPSchemaField
public boolean isXmlRequired()
isXmlRequired
in interface OBPSchemaField
public boolean hasCombinedMaxOccurs()
public boolean isRoot()
isRoot
in interface OBPSchemaField
public boolean isAttribute()
isAttribute
in interface OBPSchemaField