|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.rx.rm.protocol.wsrm200502.SequenceElement
public class 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 | |
|---|---|
static class |
SequenceElement.LastMessage
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected Identifier |
identifier
|
protected SequenceElement.LastMessage |
lastMessage
|
protected Long |
messageNumber
|
| Constructor Summary | |
|---|---|
SequenceElement()
|
|
| Method Summary | |
|---|---|
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 class |
SequenceElement.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 class |
void |
setLastMessage(SequenceElement.LastMessage value)
Sets the value of the lastMessage property. |
void |
setMessageNumber(Long value)
Sets the value of the messageNumber property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Identifier identifier
protected Long messageNumber
protected SequenceElement.LastMessage lastMessage
protected List<Object> any
| Constructor Detail |
|---|
public SequenceElement()
| Method Detail |
|---|
public String getLocalPart()
public void setId(String idString)
id - The new value.public String getId()
public void setLast(boolean last)
last - The value of the property.public boolean getLast()
public Identifier getIdentifier()
public void setIdentifier(Identifier value)
value - The new value.public Long getMessageNumber()
public void setMessageNumber(Long value)
value - The new value.public long getNumber()
public SequenceElement.LastMessage getLastMessage()
public void setLastMessage(SequenceElement.LastMessage value)
value - The new value. Either null or a member
of the placeholder inner LastMessage class.public List<Object> getAny()
public Map<QName,String> getOtherAttributes()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||