|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDAttributeDeclaration
Metadata for a single attribute declaration from an XML Schema
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Get the value of the 'default' attribute. |
java.lang.String |
getFixedValue()
Get the value of the 'fixed' attribute. |
java.lang.String |
getFormValue()
Get the value of the 'form' attribute. |
java.lang.String |
getName()
Get the name of this attribute. |
java.lang.String |
getNamespaceURI()
Get the namespace URI that this attribute belongs to. |
XSDSimpleTypeDefinition |
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. |
java.lang.String |
getUseValue()
Get the value of the 'use' attribute. |
boolean |
isGlobal()
Determine if the attribute declaration has global scope. |
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 getUseValue()
java.lang.String getDefaultValue()
java.lang.String getFixedValue()
boolean isGlobal()
javax.xml.namespace.QName getTypeReferenceValue()
XSDSimpleTypeDefinition getTypeDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |