|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ElementWithOptionalVersionType
de.extra_standard.namespace.request._1.MessageRequestHeaderType
public class MessageRequestHeaderType
Java class for MessageRequestHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageRequestHeaderType">
<complexContent>
<extension base="{http://www.extra-standard.de/namespace/components/1}ElementWithOptionalVersionType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}TestIndicator" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Sender"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Receiver"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}RequestDetails"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ReceiverType |
receiver
|
protected RequestDetailsType |
requestDetails
|
protected SenderType |
sender
|
protected String |
testIndicator
|
| Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType |
|---|
version |
| Constructor Summary | |
|---|---|
MessageRequestHeaderType()
|
|
| Method Summary | |
|---|---|
ReceiverType |
getReceiver()
Gets the value of the receiver property. |
RequestDetailsType |
getRequestDetails()
Gets the value of the requestDetails property. |
SenderType |
getSender()
Gets the value of the sender property. |
String |
getTestIndicator()
Gets the value of the testIndicator property. |
void |
setReceiver(ReceiverType value)
Sets the value of the receiver property. |
void |
setRequestDetails(RequestDetailsType value)
Sets the value of the requestDetails property. |
void |
setSender(SenderType value)
Sets the value of the sender property. |
void |
setTestIndicator(String value)
Sets the value of the testIndicator property. |
| Methods inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType |
|---|
getVersion, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String testIndicator
protected SenderType sender
protected ReceiverType receiver
protected RequestDetailsType requestDetails
| Constructor Detail |
|---|
public MessageRequestHeaderType()
| Method Detail |
|---|
public String getTestIndicator()
Stringpublic void setTestIndicator(String value)
value - allowed object is
Stringpublic SenderType getSender()
SenderTypepublic void setSender(SenderType value)
value - allowed object is
SenderTypepublic ReceiverType getReceiver()
ReceiverTypepublic void setReceiver(ReceiverType value)
value - allowed object is
ReceiverTypepublic RequestDetailsType getRequestDetails()
RequestDetailsTypepublic void setRequestDetails(RequestDetailsType value)
value - allowed object is
RequestDetailsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||