com.sun.xml.ws.rm.protocol.wsrm200502
Class SequenceElement

java.lang.Object
  extended by com.sun.xml.ws.rm.protocol.AbstractSequence
      extended by com.sun.xml.ws.rm.protocol.wsrm200502.SequenceElement

public class SequenceElement
extends AbstractSequence

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
static class SequenceElement.LastMessage
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  Identifier identifier
           
protected  SequenceElement.LastMessage lastMessage
           
protected  java.lang.Long messageNumber
           
 
Constructor Summary
SequenceElement()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.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 class
 SequenceElement.LastMessage getLastMessage()
          Gets the value of the lastMessage property.
 java.lang.String getLocalPart()
           
 java.lang.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.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 void setId(java.lang.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 class
 void setLastMessage(SequenceElement.LastMessage value)
          Sets the value of the lastMessage property.
 void setMessageNumber(java.lang.Long value)
          Sets the value of the messageNumber property.
 java.lang.String toString()
           
 
Methods inherited from class com.sun.xml.ws.rm.protocol.AbstractSequence
setNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected Identifier identifier

messageNumber

protected java.lang.Long messageNumber

lastMessage

protected SequenceElement.LastMessage lastMessage

any

protected java.util.List<java.lang.Object> any
Constructor Detail

SequenceElement

public SequenceElement()
Method Detail

getLocalPart

public java.lang.String getLocalPart()
Overrides:
getLocalPart in class AbstractSequence

setId

public void setId(java.lang.String idString)
Mutator for the Id property. Maps to the Identifier property in the underlying JAXB class.

Specified by:
setId in class AbstractSequence
Parameters:
id - The new value.

getId

public java.lang.String getId()
Accessor for the Id property. Maps to the Identifier property in the underlying JAXB class

Specified by:
getId in class AbstractSequence
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 java.lang.Long getMessageNumber()
Gets the value of the messageNumber property.

Specified by:
getMessageNumber in class AbstractSequence
Returns:
The value of the property.

setMessageNumber

public void setMessageNumber(java.lang.Long value)
Sets the value of the messageNumber property.

Specified by:
setMessageNumber in class AbstractSequence
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.

Overrides:
getNumber in class AbstractSequence
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 java.util.List<java.lang.Object> getAny()
Gets the value of the any property.

Specified by:
getAny in class AbstractSequence
Returns:
The value of the property.

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

Specified by:
getOtherAttributes in class AbstractSequence
Returns:
The map of attributes.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object