Class SequenceElement
- java.lang.Object
-
- com.sun.xml.ws.rx.rm.protocol.wsrm200502.SequenceElement
-
public class SequenceElement extends Object
SequenceElement is based on a JAXB Schema Compiler generated class that serializes and deserialized theSequenceType
defined in the WS-RM schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SequenceElement.LastMessage
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>
any
protected Identifier
identifier
protected SequenceElement.LastMessage
lastMessage
protected Long
messageNumber
-
Constructor Summary
Constructors Constructor Description SequenceElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
getAny()
Gets the value of the any property.String
getId()
Accessor for the Id property.Identifier
getIdentifier()
Gets the value of the identifier property.boolean
getLast()
Accessor for the Last property that maps to the LastMessage property in the underlying JAXB classSequenceElement.LastMessage
getLastMessage()
Gets the value of the lastMessage property.String
getLocalPart()
Long
getMessageNumber()
Gets the value of the messageNumber property.long
getNumber()
Accessor for the Number property which maps to the MessageNumber property in the underlying JAXB class.Map<QName,String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.void
setId(String idString)
Mutator for the Id property.void
setIdentifier(Identifier value)
Sets the value of the identifier property.void
setLast(boolean last)
Mutator for the Last property that maps to the LastMessage property in the underlying JAXB classvoid
setLastMessage(SequenceElement.LastMessage value)
Sets the value of the lastMessage property.void
setMessageNumber(Long value)
Sets the value of the messageNumber property.String
toString()
-
-
-
Field Detail
-
identifier
protected Identifier identifier
-
messageNumber
protected Long messageNumber
-
lastMessage
protected SequenceElement.LastMessage lastMessage
-
-
Method Detail
-
getLocalPart
public String getLocalPart()
-
setId
public void setId(String idString)
Mutator for the Id property. Maps to the Identifier property in the underlying JAXB class.- Parameters:
id
- The new value.
-
getId
public String 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
public Identifier getIdentifier()
Gets the value of the identifier property.- Returns:
- The property value
-
setIdentifier
public void setIdentifier(Identifier value)
Sets the value of the identifier property.- Parameters:
value
- The new value.
-
getMessageNumber
public Long getMessageNumber()
Gets the value of the messageNumber property.- Returns:
- The value of the property.
-
setMessageNumber
public void setMessageNumber(Long value)
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
public SequenceElement.LastMessage 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
public void setLastMessage(SequenceElement.LastMessage value)
Sets the value of the lastMessage property.- Parameters:
value
- The new value. Either null or a member of the placeholder inner LastMessage class.
-
getAny
public List<Object> getAny()
Gets the value of the any property.- Returns:
- The value of the property.
-
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 map of attributes.
-
-