|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.rm.protocol.AbstractSequence
public abstract class AbstractSequence
This is the base class for the implementations of SequenceElement
based on the
two versions of the RM specification
Constructor Summary | |
---|---|
AbstractSequence()
|
Method Summary | |
---|---|
abstract java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
protected abstract java.lang.String |
getId()
Accessor for the Id property. |
java.lang.String |
getLocalPart()
|
protected abstract java.lang.Long |
getMessageNumber()
Gets the value of the messageNumber property. |
protected long |
getNumber()
Accessor for the Number property which maps to the MessageNumber property in the underlying JAXB class. |
abstract 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. |
abstract void |
setId(java.lang.String id)
Mutator for the Id property. |
abstract void |
setMessageNumber(java.lang.Long value)
Sets the value of the messageNumber property. |
void |
setNumber(long l)
Mutator for the Number property which maps to the MessageNumber property in the underlying JAXB class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSequence()
Method Detail |
---|
public java.lang.String getLocalPart()
public abstract void setId(java.lang.String id)
id
- The new value.protected abstract java.lang.String getId()
public void setNumber(long l)
l
- The Message number.protected long getNumber()
protected abstract java.lang.Long getMessageNumber()
public abstract void setMessageNumber(java.lang.Long value)
value
- The new value.public abstract java.util.List<java.lang.Object> getAny()
public abstract java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |