de.extra_standard.namespace.service._1
Class ExtraErrorType

java.lang.Object
  extended by de.extra_standard.namespace.service._1.ExtraErrorType

public class ExtraErrorType
extends Object

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

reason

protected String reason

requestID

protected ClassifiableIDType requestID

responseID

protected ClassifiableIDType responseID

timeStamp

protected XMLGregorianCalendar timeStamp

application

protected ApplicationType application

report

protected ReportType report

version

protected String version
Constructor Detail

ExtraErrorType

public ExtraErrorType()
Method Detail

getReason

public String getReason()
Gets the value of the reason property.

Returns:
possible object is String

setReason

public void setReason(String value)
Sets the value of the reason property.

Parameters:
value - allowed object is String

getRequestID

public ClassifiableIDType getRequestID()
Gets the value of the requestID property.

Returns:
possible object is ClassifiableIDType

setRequestID

public void setRequestID(ClassifiableIDType value)
Sets the value of the requestID property.

Parameters:
value - allowed object is ClassifiableIDType

getResponseID

public ClassifiableIDType getResponseID()
Gets the value of the responseID property.

Returns:
possible object is ClassifiableIDType

setResponseID

public void setResponseID(ClassifiableIDType value)
Sets the value of the responseID property.

Parameters:
value - allowed object is ClassifiableIDType

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getApplication

public ApplicationType getApplication()
Gets the value of the application property.

Returns:
possible object is ApplicationType

setApplication

public void setApplication(ApplicationType value)
Sets the value of the application property.

Parameters:
value - allowed object is ApplicationType

getReport

public ReportType getReport()
Gets the value of the report property.

Returns:
possible object is ReportType

setReport

public void setReport(ReportType value)
Sets the value of the report property.

Parameters:
value - allowed object is ReportType

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.