Class SchemaElement


  • public class SchemaElement
    extends Object
    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • SchemaElement

        public SchemaElement()
      • SchemaElement

        public SchemaElement​(String localName)
      • SchemaElement

        public SchemaElement​(QName name)
    • Method Detail

      • getNamespaceURI

        public String getNamespaceURI()
      • setNamespaceURI

        public void setNamespaceURI​(String s)
      • getLocalName

        public String getLocalName()
      • setLocalName

        public void setLocalName​(String s)
      • getQName

        public QName getQName()
      • getSchema

        public Schema getSchema()
      • setSchema

        public void setSchema​(Schema s)
      • insertChildAtTop

        public void insertChildAtTop​(SchemaElement e)
      • addAttribute

        public void addAttribute​(String name,
                                 String value)
      • addAttribute

        public void addAttribute​(String name,
                                 QName value)
      • attributes

        public Iterator attributes()
      • getValueOfMandatoryAttribute

        public String getValueOfMandatoryAttribute​(String localName)
      • getValueOfAttributeOrNull

        public String getValueOfAttributeOrNull​(String localName)
      • getValueOfBooleanAttributeOrDefault

        public boolean getValueOfBooleanAttributeOrDefault​(String localName,
                                                           boolean defaultValue)
      • getValueOfIntegerAttributeOrDefault

        public int getValueOfIntegerAttributeOrDefault​(String localName,
                                                       int defaultValue)
      • getValueOfQNameAttributeOrNull

        public QName getValueOfQNameAttributeOrNull​(String localName)
      • addPrefix

        public void addPrefix​(String prefix,
                              String uri)
      • getURIForPrefix

        public String getURIForPrefix​(String prefix)
      • declaresPrefixes

        public boolean declaresPrefixes()
      • getNewPrefix

        protected String getNewPrefix()