Class BinarySecretImpl

    • Field Detail

      • type

        private String type
        The Type attribute value.
      • unknownChildren

        private AttributeMap unknownChildren
        Wildcard attributes.
    • Constructor Detail

      • BinarySecretImpl

        public BinarySecretImpl​(String namespaceURI,
                                String elementLocalName,
                                String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - namespace of the element
        elementLocalName - name of the element
        namespacePrefix - namespace prefix of the element
    • Method Detail

      • getType

        public String getType()
        Returns the wst:BinarySecret/@Type attribute value.
        Specified by:
        getType in interface BinarySecret
        Returns:
        the Type attribute value.
      • setType

        public void setType​(String newType)
        Sets the wst:BinarySecret/@Type attribute value.
        Specified by:
        setType in interface BinarySecret
        Parameters:
        newType - the Type attribute value to set.
      • getUnknownAttributes

        public AttributeMap getUnknownAttributes()
        Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.
        Specified by:
        getUnknownAttributes in interface AttributeExtensibleXMLObject
        Returns:
        a map of the attributes