Class SchemaElement
java.lang.Object
com.sun.xml.rpc.wsdl.document.schema.SchemaElement
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAttribute(String name, String value) voidaddAttribute(String name, QName value) voidvoidchildren()booleangetAttribute(String localName) protected StringgetQName()getRoot()getURIForPrefix(String prefix) getValueOfAttributeOrNull(String localName) booleangetValueOfBooleanAttributeOrDefault(String localName, boolean defaultValue) intgetValueOfIntegerAttributeOrDefault(String localName, int defaultValue) getValueOfMandatoryAttribute(String localName) getValueOfQNameAttributeOrNull(String localName) voidprefixes()voidvoidvoidvoid
-
Constructor Details
-
SchemaElement
public SchemaElement() -
SchemaElement
-
SchemaElement
-
-
Method Details
-
getNamespaceURI
-
setNamespaceURI
-
getLocalName
-
setLocalName
-
getQName
-
getParent
-
setParent
-
getRoot
-
getSchema
-
setSchema
-
addChild
-
insertChildAtTop
-
children
-
addAttribute
-
addAttribute
-
addAttribute
-
attributes
-
getAttribute
-
getValueOfMandatoryAttribute
-
getValueOfAttributeOrNull
-
getValueOfBooleanAttributeOrDefault
-
getValueOfIntegerAttributeOrDefault
-
getValueOfQNameAttributeOrNull
-
addPrefix
-
getURIForPrefix
-
declaresPrefixes
public boolean declaresPrefixes() -
prefixes
-
asQName
-
asString
-
getNewPrefix
-