org.uddi.repl_v3
Class ChangeRecordDelete

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

public class ChangeRecordDelete
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:uddi-org:repl_v3}genericKey_type"/>
         <element name="modified" type="{urn:uddi-org:api_v3}timeInstant"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String bindingKey
           
protected  String businessKey
           
protected  XMLGregorianCalendar modified
           
protected  String serviceKey
           
protected  String tModelKey
           
 
Constructor Summary
ChangeRecordDelete()
           
 
Method Summary
 String getBindingKey()
          Gets the value of the bindingKey property.
 String getBusinessKey()
          Gets the value of the businessKey property.
 XMLGregorianCalendar getModified()
          Gets the value of the modified property.
 String getServiceKey()
          Gets the value of the serviceKey property.
 String getTModelKey()
          Gets the value of the tModelKey property.
 void setBindingKey(String value)
          Sets the value of the bindingKey property.
 void setBusinessKey(String value)
          Sets the value of the businessKey property.
 void setModified(XMLGregorianCalendar value)
          Sets the value of the modified property.
 void setServiceKey(String value)
          Sets the value of the serviceKey property.
 void setTModelKey(String value)
          Sets the value of the tModelKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessKey

protected String businessKey

tModelKey

protected String tModelKey

serviceKey

protected String serviceKey

bindingKey

protected String bindingKey

modified

protected XMLGregorianCalendar modified
Constructor Detail

ChangeRecordDelete

public ChangeRecordDelete()
Method Detail

getBusinessKey

public String getBusinessKey()
Gets the value of the businessKey property.

Returns:
possible object is String

setBusinessKey

public void setBusinessKey(String value)
Sets the value of the businessKey property.

Parameters:
value - allowed object is String

getTModelKey

public String getTModelKey()
Gets the value of the tModelKey property.

Returns:
possible object is String

setTModelKey

public void setTModelKey(String value)
Sets the value of the tModelKey property.

Parameters:
value - allowed object is String

getServiceKey

public String getServiceKey()
Gets the value of the serviceKey property.

Returns:
possible object is String

setServiceKey

public void setServiceKey(String value)
Sets the value of the serviceKey property.

Parameters:
value - allowed object is String

getBindingKey

public String getBindingKey()
Gets the value of the bindingKey property.

Returns:
possible object is String

setBindingKey

public void setBindingKey(String value)
Sets the value of the bindingKey property.

Parameters:
value - allowed object is String

getModified

public XMLGregorianCalendar getModified()
Gets the value of the modified property.

Returns:
possible object is XMLGregorianCalendar

setModified

public void setModified(XMLGregorianCalendar value)
Sets the value of the modified property.

Parameters:
value - allowed object is XMLGregorianCalendar


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