de.extra_standard.namespace.request._1
Class MessageRequestType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
      extended by de.extra_standard.namespace.request._1.MessageRequestType

public class MessageRequestType
extends ElementWithOptionalVersionType

Java class for MessageRequestType complex type.

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

 <complexType name="MessageRequestType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/components/1}ElementWithOptionalVersionType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/request/1}MessageHeader"/>
         <element ref="{http://www.extra-standard.de/namespace/request/1}MessagePlugIns" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/request/1}MessageBody"/>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}Logging" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Signatures" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LoggingType logging
           
protected  MessageRequestBodyType messageBody
           
protected  MessageRequestHeaderType messageHeader
           
protected  AnyPlugInContainerType messagePlugIns
           
protected  SignaturesType signatures
           
 
Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
version
 
Constructor Summary
MessageRequestType()
           
 
Method Summary
 LoggingType getLogging()
          Gets the value of the logging property.
 MessageRequestBodyType getMessageBody()
          Gets the value of the messageBody property.
 MessageRequestHeaderType getMessageHeader()
          Gets the value of the messageHeader property.
 AnyPlugInContainerType getMessagePlugIns()
          Gets the value of the messagePlugIns property.
 SignaturesType getSignatures()
          Gets the value of the signatures property.
 void setLogging(LoggingType value)
          Sets the value of the logging property.
 void setMessageBody(MessageRequestBodyType value)
          Sets the value of the messageBody property.
 void setMessageHeader(MessageRequestHeaderType value)
          Sets the value of the messageHeader property.
 void setMessagePlugIns(AnyPlugInContainerType value)
          Sets the value of the messagePlugIns property.
 void setSignatures(SignaturesType value)
          Sets the value of the signatures 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

messageHeader

protected MessageRequestHeaderType messageHeader

messagePlugIns

protected AnyPlugInContainerType messagePlugIns

messageBody

protected MessageRequestBodyType messageBody

logging

protected LoggingType logging

signatures

protected SignaturesType signatures
Constructor Detail

MessageRequestType

public MessageRequestType()
Method Detail

getMessageHeader

public MessageRequestHeaderType getMessageHeader()
Gets the value of the messageHeader property.

Returns:
possible object is MessageRequestHeaderType

setMessageHeader

public void setMessageHeader(MessageRequestHeaderType value)
Sets the value of the messageHeader property.

Parameters:
value - allowed object is MessageRequestHeaderType

getMessagePlugIns

public AnyPlugInContainerType getMessagePlugIns()
Gets the value of the messagePlugIns property.

Returns:
possible object is AnyPlugInContainerType

setMessagePlugIns

public void setMessagePlugIns(AnyPlugInContainerType value)
Sets the value of the messagePlugIns property.

Parameters:
value - allowed object is AnyPlugInContainerType

getMessageBody

public MessageRequestBodyType getMessageBody()
Gets the value of the messageBody property.

Returns:
possible object is MessageRequestBodyType

setMessageBody

public void setMessageBody(MessageRequestBodyType value)
Sets the value of the messageBody property.

Parameters:
value - allowed object is MessageRequestBodyType

getLogging

public LoggingType getLogging()
Gets the value of the logging property.

Returns:
possible object is LoggingType

setLogging

public void setLogging(LoggingType value)
Sets the value of the logging property.

Parameters:
value - allowed object is LoggingType

getSignatures

public SignaturesType getSignatures()
Gets the value of the signatures property.

Returns:
possible object is SignaturesType

setSignatures

public void setSignatures(SignaturesType value)
Sets the value of the signatures property.

Parameters:
value - allowed object is SignaturesType


Copyright © 2012-2013. All Rights Reserved.