de.extra_standard.namespace.components._1
Class ResponseDetailsType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ResponseDetailsType

public class ResponseDetailsType
extends Object

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

responseID

protected ClassifiableIDType responseID

timeStamp

protected XMLGregorianCalendar timeStamp

application

protected ApplicationType application

report

protected ReportType report
Constructor Detail

ResponseDetailsType

public ResponseDetailsType()
Method Detail

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


Copyright © 2012-2013. All Rights Reserved.