public class HHGSDataOject 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 |
---|
HHGSDataOject() |
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
ROT
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public String getVersion()
String
Copyright © 2022. All rights reserved.