|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.ChangeRecordIDType
public class ChangeRecordIDType
Java class for changeRecordID_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="changeRecordID_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nodeID" type="{urn:uddi-org:repl_v3}operatorNodeID_type"/>
<element name="originatingUSN" type="{urn:uddi-org:repl_v3}USN_type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
nodeID
|
protected java.lang.Long |
originatingUSN
|
| Constructor Summary | |
|---|---|
ChangeRecordIDType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNodeID()
Gets the value of the nodeID property. |
java.lang.Long |
getOriginatingUSN()
Gets the value of the originatingUSN property. |
void |
setNodeID(java.lang.String value)
Sets the value of the nodeID property. |
void |
setOriginatingUSN(java.lang.Long value)
Sets the value of the originatingUSN property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String nodeID
protected java.lang.Long originatingUSN
| Constructor Detail |
|---|
public ChangeRecordIDType()
| Method Detail |
|---|
public java.lang.String getNodeID()
Stringpublic void setNodeID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getOriginatingUSN()
Longpublic void setOriginatingUSN(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||