de.extra_standard.namespace.response._1
Class MessageResponseHeaderType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
      extended by de.extra_standard.namespace.response._1.MessageResponseHeaderType

public class MessageResponseHeaderType
extends ElementWithOptionalVersionType

Java class for MessageResponseHeaderType complex type.

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

 <complexType name="MessageResponseHeaderType">
   <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"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}ResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ReceiverType receiver
           
protected  RequestDetailsType requestDetails
           
protected  ResponseDetailsType responseDetails
           
protected  SenderType sender
           
protected  String testIndicator
           
 
Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
version
 
Constructor Summary
MessageResponseHeaderType()
           
 
Method Summary
 ReceiverType getReceiver()
          Gets the value of the receiver property.
 RequestDetailsType getRequestDetails()
          Gets the value of the requestDetails property.
 ResponseDetailsType getResponseDetails()
          Gets the value of the responseDetails 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 setResponseDetails(ResponseDetailsType value)
          Sets the value of the responseDetails 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

testIndicator

protected String testIndicator

sender

protected SenderType sender

receiver

protected ReceiverType receiver

requestDetails

protected RequestDetailsType requestDetails

responseDetails

protected ResponseDetailsType responseDetails
Constructor Detail

MessageResponseHeaderType

public MessageResponseHeaderType()
Method Detail

getTestIndicator

public String getTestIndicator()
Gets the value of the testIndicator property.

Returns:
possible object is String

setTestIndicator

public void setTestIndicator(String value)
Sets the value of the testIndicator property.

Parameters:
value - allowed object is String

getSender

public SenderType getSender()
Gets the value of the sender property.

Returns:
possible object is SenderType

setSender

public void setSender(SenderType value)
Sets the value of the sender property.

Parameters:
value - allowed object is SenderType

getReceiver

public ReceiverType getReceiver()
Gets the value of the receiver property.

Returns:
possible object is ReceiverType

setReceiver

public void setReceiver(ReceiverType value)
Sets the value of the receiver property.

Parameters:
value - allowed object is ReceiverType

getRequestDetails

public RequestDetailsType getRequestDetails()
Gets the value of the requestDetails property.

Returns:
possible object is RequestDetailsType

setRequestDetails

public void setRequestDetails(RequestDetailsType value)
Sets the value of the requestDetails property.

Parameters:
value - allowed object is RequestDetailsType

getResponseDetails

public ResponseDetailsType getResponseDetails()
Gets the value of the responseDetails property.

Returns:
possible object is ResponseDetailsType

setResponseDetails

public void setResponseDetails(ResponseDetailsType value)
Sets the value of the responseDetails property.

Parameters:
value - allowed object is ResponseDetailsType


Copyright © 2012-2013. All Rights Reserved.