de.extra_standard.namespace.components._1
Class RequestDetailsType

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

public class RequestDetailsType
extends Object

Java class for RequestDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/components/1}RequestID"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}TimeStamp" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Application" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Procedure" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}DataType" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Scenario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ApplicationType application
           
protected  String dataType
           
protected  String procedure
           
protected  ClassifiableIDType requestID
           
protected  String scenario
           
protected  XMLGregorianCalendar timeStamp
           
 
Constructor Summary
RequestDetailsType()
           
 
Method Summary
 ApplicationType getApplication()
          Gets the value of the application property.
 String getDataType()
          Gets the value of the dataType property.
 String getProcedure()
          Gets the value of the procedure property.
 ClassifiableIDType getRequestID()
          Gets the value of the requestID property.
 String getScenario()
          Gets the value of the scenario property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp property.
 void setApplication(ApplicationType value)
          Sets the value of the application property.
 void setDataType(String value)
          Sets the value of the dataType property.
 void setProcedure(String value)
          Sets the value of the procedure property.
 void setRequestID(ClassifiableIDType value)
          Sets the value of the requestID property.
 void setScenario(String value)
          Sets the value of the scenario 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

requestID

protected ClassifiableIDType requestID

timeStamp

protected XMLGregorianCalendar timeStamp

application

protected ApplicationType application

procedure

protected String procedure

dataType

protected String dataType

scenario

protected String scenario
Constructor Detail

RequestDetailsType

public RequestDetailsType()
Method Detail

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

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

getProcedure

public String getProcedure()
Gets the value of the procedure property.

Returns:
possible object is String

setProcedure

public void setProcedure(String value)
Sets the value of the procedure property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getScenario

public String getScenario()
Gets the value of the scenario property.

Returns:
possible object is String

setScenario

public void setScenario(String value)
Sets the value of the scenario property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.