Class SequenceAcknowledgementElement
java.lang.Object
com.sun.xml.ws.rx.rm.protocol.wsrm200502.SequenceAcknowledgementElement
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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Identifierprotected List<BigInteger> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAckRange(long lower, long upper) voidaddNack(long index) Gets the value of the acknowledgementRange property.getAny()Gets the value of the any property representing extensibility elementsintgetId()Gets the value of the identifier property.getNack()Gets the value of the nack property.Gets a map that contains attributes that aren't bound to any typed property on this class.voidsetBufferRemaining(int value) voidvoidsetIdentifier(Identifier value) Sets the value of the identifier property.toString()
-
Field Details
-
identifier
-
acknowledgementRange
-
nack
-
bufferRemaining
-
any
-
-
Constructor Details
-
SequenceAcknowledgementElement
public SequenceAcknowledgementElement()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- The value of the property.
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- The new value of the property.
-
getAcknowledgementRange
Gets the value of the acknowledgementRange property.- Returns:
- The value of the property, which is a list of AcknowledgementRange objects
-
getNack
Gets the value of the nack property.- Returns:
- The value of the property, which is a list of BigIntegers
-
getAny
Gets the value of the any property representing extensibility elements- Returns:
- The list of elements.
-
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
-
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
-