|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.ChangeRecordHide
public class ChangeRecordHide
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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
modified
|
protected String |
tModelKey
|
| Constructor Summary | |
|---|---|
ChangeRecordHide()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getModified()
Gets the value of the modified property. |
String |
getTModelKey()
Gets the value of the tModelKey property. |
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified 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 |
|---|
protected String tModelKey
protected XMLGregorianCalendar modified
| Constructor Detail |
|---|
public ChangeRecordHide()
| Method Detail |
|---|
public String getTModelKey()
Stringpublic void setTModelKey(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||