|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.service._1.ExtraErrorType
public class ExtraErrorType
Java class for ExtraErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtraErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reason" type="{http://www.extra-standard.de/namespace/service/1}ExtraErrorReasonType"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}RequestID" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}ResponseID" minOccurs="0"/>
<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>
<attribute name="version">
<simpleType>
<restriction base="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType">
<enumeration value="1.0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ApplicationType |
application
|
protected String |
reason
|
protected ReportType |
report
|
protected ClassifiableIDType |
requestID
|
protected ClassifiableIDType |
responseID
|
protected XMLGregorianCalendar |
timeStamp
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ExtraErrorType()
|
|
| Method Summary | |
|---|---|
ApplicationType |
getApplication()
Gets the value of the application property. |
String |
getReason()
Gets the value of the reason property. |
ReportType |
getReport()
Gets the value of the report property. |
ClassifiableIDType |
getRequestID()
Gets the value of the requestID property. |
ClassifiableIDType |
getResponseID()
Gets the value of the responseID property. |
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property. |
String |
getVersion()
Gets the value of the version property. |
void |
setApplication(ApplicationType value)
Sets the value of the application property. |
void |
setReason(String value)
Sets the value of the reason property. |
void |
setReport(ReportType value)
Sets the value of the report property. |
void |
setRequestID(ClassifiableIDType value)
Sets the value of the requestID property. |
void |
setResponseID(ClassifiableIDType value)
Sets the value of the responseID property. |
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String reason
protected ClassifiableIDType requestID
protected ClassifiableIDType responseID
protected XMLGregorianCalendar timeStamp
protected ApplicationType application
protected ReportType report
protected String version
| Constructor Detail |
|---|
public ExtraErrorType()
| Method Detail |
|---|
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic ClassifiableIDType getRequestID()
ClassifiableIDTypepublic void setRequestID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDTypepublic 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
ReportTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||