public class ChangeRecordIDType extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeID |
protected Long |
originatingUSN |
| Constructor and Description |
|---|
ChangeRecordIDType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getNodeID()
Stringpublic void setNodeID(String value)
value - allowed object is
Stringpublic Long getOriginatingUSN()
LongCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.