|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.RequestDetailsType
public class RequestDetailsType
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 |
|---|
protected ClassifiableIDType requestID
protected XMLGregorianCalendar timeStamp
protected ApplicationType application
protected String procedure
protected String dataType
protected String scenario
| Constructor Detail |
|---|
public RequestDetailsType()
| Method Detail |
|---|
public ClassifiableIDType getRequestID()
ClassifiableIDTypepublic void setRequestID(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 String getProcedure()
Stringpublic void setProcedure(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic String getScenario()
Stringpublic void setScenario(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||