Class 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.
    • Constructor Detail

      • SequenceAcknowledgementElement

        public SequenceAcknowledgementElement()
    • Method Detail

      • 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.
      • 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)