|
||||||||||
| 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 String |
nodeID
|
protected Long |
originatingUSN
|
| Constructor Summary | |
|---|---|
ChangeRecordIDType()
|
|
| Method Summary | |
|---|---|
String |
getNodeID()
Gets the value of the nodeID property. |
Long |
getOriginatingUSN()
Gets the value of the originatingUSN property. |
void |
setNodeID(String value)
Sets the value of the nodeID property. |
void |
setOriginatingUSN(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 String nodeID
protected Long originatingUSN
| Constructor Detail |
|---|
public ChangeRecordIDType()
| Method Detail |
|---|
public String getNodeID()
Stringpublic void setNodeID(String value)
value - allowed object is
Stringpublic Long getOriginatingUSN()
Longpublic void setOriginatingUSN(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||