public class HHPDGMDataOject extends Object
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="{}ROT"/>
</sequence>
<attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
date |
protected ROT |
rot |
protected String |
version |
| Constructor and Description |
|---|
HHPDGMDataOject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Gets the value of the date property.
|
ROT |
getROT()
Gets the value of the rot property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setROT(ROT value)
Sets the value of the rot property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public void setROT(ROT value)
value - allowed object is
ROTpublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2020. All rights reserved.