|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ResponseDetailsType
public class ResponseDetailsType
Java class for ResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}ResponseID"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}TimeStamp"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Application" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Report"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ApplicationType |
application
|
protected ReportType |
report
|
protected ClassifiableIDType |
responseID
|
protected XMLGregorianCalendar |
timeStamp
|
| Constructor Summary | |
|---|---|
ResponseDetailsType()
|
|
| Method Summary | |
|---|---|
ApplicationType |
getApplication()
Gets the value of the application property. |
ReportType |
getReport()
Gets the value of the report property. |
ClassifiableIDType |
getResponseID()
Gets the value of the responseID property. |
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property. |
void |
setApplication(ApplicationType value)
Sets the value of the application property. |
void |
setReport(ReportType value)
Sets the value of the report property. |
void |
setResponseID(ClassifiableIDType value)
Sets the value of the responseID property. |
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ClassifiableIDType responseID
protected XMLGregorianCalendar timeStamp
protected ApplicationType application
protected ReportType report
| Constructor Detail |
|---|
public ResponseDetailsType()
| Method Detail |
|---|
public ClassifiableIDType getResponseID()
ClassifiableIDTypepublic void setResponseID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDTypepublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ApplicationType getApplication()
ApplicationTypepublic void setApplication(ApplicationType value)
value - allowed object is
ApplicationTypepublic ReportType getReport()
ReportTypepublic void setReport(ReportType value)
value - allowed object is
ReportType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||