public interface OBPSchemaField
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultText() |
java.math.BigInteger |
getMaxOccurs() |
java.math.BigInteger |
getMinOccurs() |
javax.xml.namespace.QName |
getName() |
org.apache.xmlbeans.SchemaType |
getType() |
boolean |
isAttribute() |
boolean |
isDefault() |
boolean |
isFixed() |
boolean |
isNillable() |
boolean |
isRoot() |
boolean |
isXmlRequired() |
void |
setXmlRequired(boolean xmlRequired) |
java.lang.String getDefaultText()
java.math.BigInteger getMaxOccurs()
java.math.BigInteger getMinOccurs()
javax.xml.namespace.QName getName()
org.apache.xmlbeans.SchemaType getType()
boolean isDefault()
boolean isFixed()
boolean isAttribute()
boolean isRoot()
void setXmlRequired(boolean xmlRequired)
boolean isXmlRequired()
boolean isNillable()