org.uddi.repl_v3
Class ChangeRecordIDType

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

public class ChangeRecordIDType
extends java.lang.Object
implements java.io.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  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

nodeID

protected java.lang.String nodeID

originatingUSN

protected java.lang.Long originatingUSN
Constructor Detail

ChangeRecordIDType

public ChangeRecordIDType()
Method Detail

getNodeID

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

Returns:
possible object is String

setNodeID

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

Parameters:
value - allowed object is String

getOriginatingUSN

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

Returns:
possible object is Long

setOriginatingUSN

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

Parameters:
value - allowed object is Long


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