@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public class AppSequenceType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
instanceId |
protected long |
messageNumber |
protected String |
sequenceId |
| Constructor and Description |
|---|
AppSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInstanceId()
Gets the value of the instanceId property.
|
long |
getMessageNumber()
Gets the value of the messageNumber property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
void |
setInstanceId(long value)
Sets the value of the instanceId property.
|
void |
setMessageNumber(long value)
Sets the value of the messageNumber property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") protected long instanceId
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") protected String sequenceId
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") protected long messageNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public long getInstanceId()
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public void setInstanceId(long value)
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public String getSequenceId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public void setSequenceId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public long getMessageNumber()
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public void setMessageNumber(long value)
@Generated(value="com.sun.tools.xjc.Driver", date="2021-06-04T02:50:58-04:00", comments="JAXB RI v2.3.3") public Map<QName,String> getOtherAttributes()
Apache CXF