|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDElementDeclaration
Metadata for a single element declaration from an XML Schema
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
getBlockValue()
Get the value of the 'block' attribute. |
java.lang.String |
getDefaultValue()
Get the value of the 'default' attribute. |
java.lang.String |
getFinalValue()
Get the value of the 'final' attribute. |
java.lang.String |
getFixedValue()
Get the value of the 'fixed' attribute. |
java.lang.String |
getFormValue()
Get the value of the 'form' attribute. |
XSDComponentList |
getIdentityConstraints()
Get the list of identity constraints for this element. |
int |
getMaxOccursValue()
Get the value of the 'maxOccurs' attribute. |
int |
getMinOccursValue()
Get the value of the 'minOccurs' attribute. |
java.lang.String |
getName()
Get the name of this element. |
java.lang.String |
getNamespaceURI()
Get the namespace URI that this element belongs to. |
XSDComponentList |
getSubstituteElementDeclarations()
Get the list of element declaration components that are valid substitutes for this element. |
javax.xml.namespace.QName |
getSubstitutionGroupValue()
Get the value of the 'substitutionGroup' attribute as a qualified name. |
XSDTypeDefinition |
getTypeDefinition()
Get the type definition component associated with this element. |
javax.xml.namespace.QName |
getTypeReferenceValue()
Get the value of the 'type' attribute as a qualified name. |
boolean |
isAbstract()
Get the value of the 'abstract' attribute as a boolean. |
boolean |
isGlobal()
Determine if the element declaration has global scope. |
boolean |
isNillable()
Get the value of the 'nillable' attribute as a boolean. |
Methods inherited from interface com.pega.pegarules.pub.services.xsd.XSDComponent |
---|
getAllMetadata, getAnnotations, getIDValue |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
java.lang.String getNamespaceURI()
java.lang.String getName()
java.lang.String getFormValue()
java.lang.String getBlockValue()
java.lang.String getFinalValue()
java.lang.String getDefaultValue()
java.lang.String getFixedValue()
int getMinOccursValue()
int getMaxOccursValue()
boolean isGlobal()
boolean isAbstract()
boolean isNillable()
javax.xml.namespace.QName getSubstitutionGroupValue()
javax.xml.namespace.QName getTypeReferenceValue()
XSDTypeDefinition getTypeDefinition()
XSDComponentList getIdentityConstraints()
XSDComponentList getSubstituteElementDeclarations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |