Class SequenceAcknowledgementElement

java.lang.Object
com.sun.xml.ws.rx.rm.protocol.wsrm200502.SequenceAcknowledgementElement

public class SequenceAcknowledgementElement extends Object
Abstraction of the SequenceAcknowledgement WS-RM protocol element. Based on a JAXB schema compiler generated class that has properties for each child element of the SequenceAcknowledgement element. A property used to serialize/ deserialize the BufferRemaining extensibility element is added.
  • Field Details

  • Constructor Details

    • SequenceAcknowledgementElement

      public SequenceAcknowledgementElement()
  • Method Details

    • getIdentifier

      public Identifier getIdentifier()
      Gets the value of the identifier property.
      Returns:
      The value of the property.
    • setIdentifier

      public void setIdentifier(Identifier value)
      Sets the value of the identifier property.
      Parameters:
      value - The new value of the property.
    • getAcknowledgementRange

      public List<SequenceAcknowledgementElement.AcknowledgementRange> getAcknowledgementRange()
      Gets the value of the acknowledgementRange property.
      Returns:
      The value of the property, which is a list of AcknowledgementRange objects
    • getNack

      public List<BigInteger> getNack()
      Gets the value of the nack property.
      Returns:
      The value of the property, which is a list of BigIntegers
    • getAny

      public List<Object> getAny()
      Gets the value of the any property representing extensibility elements
      Returns:
      The list of elements.
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      Returns:
      The value of the property
    • setId

      public void setId(String idString)
    • getId

      public String getId()
    • getBufferRemaining

      public int getBufferRemaining()
    • setBufferRemaining

      public void setBufferRemaining(int value)
    • addAckRange

      public void addAckRange(long lower, long upper)
    • addNack

      public void addNack(long index)
    • toString

      public String toString()
      Overrides:
      toString in class Object