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 OBPSchemaFieldpublic java.math.BigInteger getMaxOccurs()
getMaxOccurs in interface OBPSchemaFieldpublic java.math.BigInteger getMinOccurs()
getMinOccurs in interface OBPSchemaFieldpublic javax.xml.namespace.QName getName()
getName in interface OBPSchemaFieldpublic org.apache.xmlbeans.SchemaType getType()
getType in interface OBPSchemaFieldpublic boolean isDefault()
isDefault in interface OBPSchemaFieldpublic boolean isFixed()
isFixed in interface OBPSchemaFieldpublic boolean isNillable()
isNillable in interface OBPSchemaFieldpublic void setCombinedMaxOccurs(int combinedMaxOccurs)
public void setCombinedMinOccurs(int combinedMinOccurs)
public int getCombinedMaxOccurs()
public int getCombinedMinOccurs()
public void setXmlRequired(boolean xmlRequired)
setXmlRequired in interface OBPSchemaFieldpublic boolean isXmlRequired()
isXmlRequired in interface OBPSchemaFieldpublic boolean hasCombinedMaxOccurs()
public boolean isRoot()
isRoot in interface OBPSchemaFieldpublic boolean isAttribute()
isAttribute in interface OBPSchemaField