org.uddi.repl_v3
Class ChangeRecordHide

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

public class ChangeRecordHide
extends java.lang.Object
implements java.io.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>
         <element ref="{urn:uddi-org:api_v3}tModelKey"/>
         <element name="modified" type="{urn:uddi-org:api_v3}timeInstant"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar modified
           
protected  java.lang.String tModelKey
           
 
Constructor Summary
ChangeRecordHide()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getModified()
          Gets the value of the modified property.
 java.lang.String getTModelKey()
          Gets the value of the tModelKey property.
 void setModified(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the modified property.
 void setTModelKey(java.lang.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

tModelKey

protected java.lang.String tModelKey

modified

protected javax.xml.datatype.XMLGregorianCalendar modified
Constructor Detail

ChangeRecordHide

public ChangeRecordHide()
Method Detail

getTModelKey

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

Returns:
possible object is String

setTModelKey

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

Parameters:
value - allowed object is String

getModified

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

Returns:
possible object is XMLGregorianCalendar

setModified

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

Parameters:
value - allowed object is XMLGregorianCalendar


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