Class AttributedUnsignedLongImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, AttributedUnsignedLong, WSAddressingObject
Direct Known Subclasses:
RetryAfterImpl

public class AttributedUnsignedLongImpl extends AbstractWSAddressingObject implements AttributedUnsignedLong
Implementation of AttributedUnsignedLong.
  • Field Details

    • value

      private Long value
      Element's long value.
    • unknownAttributes

      private AttributeMap unknownAttributes
      Wildcard attributes.
  • Constructor Details

    • AttributedUnsignedLongImpl

      public AttributedUnsignedLongImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

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

      public Long getValue()
      Gets the element's value.
      Specified by:
      getValue in interface AttributedUnsignedLong
      Returns:
      the element's value
    • setValue

      public void setValue(Long newValue)
      Sets the element's value.
      Specified by:
      setValue in interface AttributedUnsignedLong
      Parameters:
      newValue - the new element value