public class UpdateDataT
extends java.lang.Object
Java class for updateDataT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateDataT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="opTRID" type="{http://www.nic.cz/xml/epp/domain-1.4}trIDStringType"/>
<element name="oldData" type="{http://www.nic.cz/xml/epp/domain-1.4}oldData"/>
<element name="newData" type="{http://www.nic.cz/xml/epp/domain-1.4}newData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NewData |
newData |
protected OldData |
oldData |
protected java.lang.String |
opTRID |
| Constructor and Description |
|---|
UpdateDataT() |
| Modifier and Type | Method and Description |
|---|---|
NewData |
getNewData()
Gets the value of the newData property.
|
OldData |
getOldData()
Gets the value of the oldData property.
|
java.lang.String |
getOpTRID()
Gets the value of the opTRID property.
|
void |
setNewData(NewData value)
Sets the value of the newData property.
|
void |
setOldData(OldData value)
Sets the value of the oldData property.
|
void |
setOpTRID(java.lang.String value)
Sets the value of the opTRID property.
|
protected java.lang.String opTRID
protected OldData oldData
protected NewData newData
public java.lang.String getOpTRID()
Stringpublic void setOpTRID(java.lang.String value)
value - allowed object is
Stringpublic OldData getOldData()
OldDatapublic void setOldData(OldData value)
value - allowed object is
OldDatapublic NewData getNewData()
NewDataCopyright © 2022. All rights reserved.