org.uddi.repl_v3
Class ChangeRecordIDType

java.lang.Object
  extended by org.uddi.repl_v3.ChangeRecordIDType
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

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

nodeID

protected String nodeID

originatingUSN

protected Long originatingUSN
Constructor Detail

ChangeRecordIDType

public ChangeRecordIDType()
Method Detail

getNodeID

public String getNodeID()
Gets the value of the nodeID property.

Returns:
possible object is String

setNodeID

public void setNodeID(String value)
Sets the value of the nodeID property.

Parameters:
value - allowed object is String

getOriginatingUSN

public Long getOriginatingUSN()
Gets the value of the originatingUSN property.

Returns:
possible object is Long

setOriginatingUSN

public void setOriginatingUSN(Long value)
Sets the value of the originatingUSN property.

Parameters:
value - allowed object is Long


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.