Class BinarySecretImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XSBase64Binary, XMLObject, BinarySecret, WSTrustObject

public class BinarySecretImpl extends XSBase64BinaryImpl implements BinarySecret
BinarySecretImpl.
  • Field Details

    • type

      private String type
      The Type attribute value.
    • unknownChildren

      private AttributeMap unknownChildren
      Wildcard attributes.
  • Constructor Details

    • 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 Details

    • 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
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Overrides:
      getOrderedChildren in class XSBase64BinaryImpl
      Returns:
      ordered list of child elements