java.lang .Object com.sun.xml.ws.rm.protocol .AbstractSequenceAcknowledgement com.sun.xml.ws.rm.v200502 .SequenceAcknowledgementElement SequenceAcknowledgementElement public class SequenceAcknowledgementElement extends AbstractSequenceAcknowledgement (Code) 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.
Inner Class :public static class AcknowledgementRange
SequenceAcknowledgementElement public SequenceAcknowledgementElement()(Code)
addAckRange public void addAckRange(long lower, long upper)(Code)
addNack public void addNack(long index)(Code)
getAny public List <Object > getAny()(Code) Gets the value of the any property representing extensibility elements
The list of elements.
getBufferRemaining public int getBufferRemaining()(Code)
getIdentifier public Identifier getIdentifier()(Code) Gets the value of the identifier property.
The value of the property.
getNack public List <BigInteger > getNack()(Code) Gets the value of the nack property.
The value of the property, which is a list of BigIntegers
getOtherAttributes public Map <QName , String > getOtherAttributes()(Code) Gets a map that contains attributes that aren't bound to any typed property on this class.
The value of the property
setBufferRemaining public void setBufferRemaining(int value)(Code)
setIdentifier public void setIdentifier(Identifier value)(Code) Sets the value of the identifier property.
Parameters: value - The new value of the property.