public class ProgramDetails 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>
<any processContents='lax' minOccurs="0"/>
</sequence>
<attribute name="analysis" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysis |
protected Object |
any |
protected XMLGregorianCalendar |
time |
protected String |
version |
| Constructor and Description |
|---|
ProgramDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysis()
Gets the value of the analysis property.
|
Object |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAnalysis(String value)
Sets the value of the analysis property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Object any
protected String analysis
protected XMLGregorianCalendar time
protected String version
public Object getAny()
public void setAny(Object value)
public String getAnalysis()
Stringpublic void setAnalysis(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVersion()
StringCopyright © 2017. All rights reserved.