Class SequenceElement
java.lang.Object
com.sun.xml.ws.rx.rm.protocol.wsrm200502.SequenceElement
SequenceElement is based on a JAXB Schema Compiler generated class that serializes
and deserialized the
SequenceType defined in the WS-RM schema.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Identifierprotected SequenceElement.LastMessageprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.getId()Accessor for the Id property.Gets the value of the identifier property.booleangetLast()Accessor for the Last property that maps to the LastMessage property in the underlying JAXB classGets the value of the lastMessage property.Gets the value of the messageNumber property.longAccessor for the Number property which maps to the MessageNumber property in the underlying JAXB class.Gets a map that contains attributes that aren't bound to any typed property on this class.voidMutator for the Id property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetLast(boolean last) Mutator for the Last property that maps to the LastMessage property in the underlying JAXB classvoidSets the value of the lastMessage property.voidsetMessageNumber(Long value) Sets the value of the messageNumber property.toString()
-
Field Details
-
identifier
-
messageNumber
-
lastMessage
-
any
-
-
Constructor Details
-
SequenceElement
public SequenceElement()
-
-
Method Details
-
getLocalPart
-
setId
Mutator for the Id property. Maps to the Identifier property in the underlying JAXB class.- Parameters:
idString- The new value.
-
getId
Accessor for the Id property. Maps to the Identifier property in the underlying JAXB class- Returns:
- The sequence id
-
setLast
public void setLast(boolean last) Mutator for the Last property that maps to the LastMessage property in the underlying JAXB class- Parameters:
last- The value of the property.
-
getLast
public boolean getLast()Accessor for the Last property that maps to the LastMessage property in the underlying JAXB class- Returns:
- The value of the property.
-
getIdentifier
Gets the value of the identifier property.- Returns:
- The property value
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- The new value.
-
getMessageNumber
Gets the value of the messageNumber property.- Returns:
- The value of the property.
-
setMessageNumber
Sets the value of the messageNumber property.- Parameters:
value- The new value.
-
getNumber
public long getNumber()Accessor for the Number property which maps to the MessageNumber property in the underlying JAXB class.- Returns:
- The Message number.
-
getLastMessage
Gets the value of the lastMessage property.- Returns:
- The value of the property non-null indicates that a Last child will be serialized on the Sequence element.
-
setLastMessage
Sets the value of the lastMessage property.- Parameters:
value- The new value. Either null or a member of the placeholder inner LastMessage class.
-
getAny
Gets the value of the any property.- Returns:
- The value of the property.
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.- Returns:
- The map of attributes.
-
toString
-