public class OBPSchemaAttribute extends java.lang.Object implements OBPSchemaField
Constructor and Description |
---|
OBPSchemaAttribute(org.apache.xmlbeans.SchemaLocalAttribute attr) |
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() |
int |
getUse() |
boolean |
isAttribute() |
boolean |
isDefault() |
boolean |
isFixed() |
boolean |
isNillable() |
boolean |
isRoot() |
boolean |
isXmlRequired() |
void |
setXmlRequired(boolean xmlRequired) |
public OBPSchemaAttribute(org.apache.xmlbeans.SchemaLocalAttribute attr)
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 isAttribute()
isAttribute
in interface OBPSchemaField
public boolean isDefault()
isDefault
in interface OBPSchemaField
public boolean isFixed()
isFixed
in interface OBPSchemaField
public boolean isRoot()
isRoot
in interface OBPSchemaField
public int getUse()
public void setXmlRequired(boolean xmlRequired)
setXmlRequired
in interface OBPSchemaField
public boolean isXmlRequired()
isXmlRequired
in interface OBPSchemaField
public boolean isNillable()
isNillable
in interface OBPSchemaField