public class OldData
extends java.lang.Object
Java class for oldData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="oldData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="infData" type="{http://www.nic.cz/xml/epp/keyset-1.3}infDataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InfDataType |
infData |
| Constructor and Description |
|---|
OldData() |
| Modifier and Type | Method and Description |
|---|---|
InfDataType |
getInfData()
Gets the value of the infData property.
|
void |
setInfData(InfDataType value)
Sets the value of the infData property.
|
protected InfDataType infData
public InfDataType getInfData()
InfDataTypepublic void setInfData(InfDataType value)
value - allowed object is
InfDataTypeCopyright © 2023. All rights reserved.