|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.xml.parser.schema.XSDElement
XSDElement class.
Represents XMLSchema
Method Summary |
Type | Method |
---|---|
XSDElement |
findEquivClass(java.lang.String ns,
java.lang.String nm)
Find the equiv class corresponding to this class |
java.lang.String |
getDefaultVal()
Get the value of 'default' attr in case of element, and the value of 'value' attr based on 'use' attribute |
java.lang.String |
getEquivClassRef()
Get the local name of the resolved equiv class |
java.lang.String |
getFixedVal()
Get the value of 'fixed' attr in case of element, and the value of 'value' attr based on 'use' attribute |
XSDIdentity[] |
getIdentities()
Returns the set of identities |
int |
getMaxOccurs()
Get the maxOccurs |
int |
getMinOccurs()
Get the minOccurs |
java.lang.String |
getName()
Get the name of the node |
java.lang.String |
getRefLocalname()
Get the local name of the resolved 'ref' attribute |
java.lang.String |
getRefNamespace()
Get the namespace of the resolved 'ref' attribute |
int |
getRefState()
Get refState. |
java.util.Vector |
getSubstitutionGroup()
Get the substitutionGroup |
java.lang.String |
getTargetNS()
Get target namespace |
XSDNode |
getType()
Get the node type |
boolean |
isAbstract()
|
boolean |
isNullable()
|
void |
setMaxOccurs(int max)
Set the maxOccurs |
void |
setMinOccurs(int min)
Set the minOccurs |
Method Detail |
public boolean isAbstract()
public XSDIdentity[] getIdentities()
public java.lang.String getEquivClassRef()
public int getRefState()
public int getMinOccurs()
public int getMaxOccurs()
public void setMinOccurs(int min)
minOccurs
- valuepublic void setMaxOccurs(int max)
maxOccurs
- valuepublic java.util.Vector getSubstitutionGroup()
public XSDElement findEquivClass(java.lang.String ns, java.lang.String nm)
public boolean isNullable()
public java.lang.String getDefaultVal()
public java.lang.String getFixedVal()
public java.lang.String getName()
public java.lang.String getRefNamespace()
public java.lang.String getRefLocalname()
public java.lang.String getTargetNS()
public XSDNode getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |