de.extra_standard.namespace.response._1
Class TransportResponseType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.RootElementType
      extended by de.extra_standard.namespace.response._1.TransportResponseType

public class TransportResponseType
extends RootElementType

Java class for TransportResponseType complex type.

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

 <complexType name="TransportResponseType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/components/1}RootElementType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/response/1}TransportHeader"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}TransportPlugIns" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}TransportBody"/>
         <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  SignaturesType signatures
           
protected  TransportResponseBodyType transportBody
           
protected  TransportResponseHeaderType transportHeader
           
protected  AnyPlugInContainerType transportPlugIns
           
 
Fields inherited from class de.extra_standard.namespace.components._1.RootElementType
profile, version
 
Constructor Summary
TransportResponseType()
           
 
Method Summary
 LoggingType getLogging()
          Gets the value of the logging property.
 SignaturesType getSignatures()
          Gets the value of the signatures property.
 TransportResponseBodyType getTransportBody()
          Gets the value of the transportBody property.
 TransportResponseHeaderType getTransportHeader()
          Gets the value of the transportHeader property.
 AnyPlugInContainerType getTransportPlugIns()
          Gets the value of the transportPlugIns property.
 void setLogging(LoggingType value)
          Sets the value of the logging property.
 void setSignatures(SignaturesType value)
          Sets the value of the signatures property.
 void setTransportBody(TransportResponseBodyType value)
          Sets the value of the transportBody property.
 void setTransportHeader(TransportResponseHeaderType value)
          Sets the value of the transportHeader property.
 void setTransportPlugIns(AnyPlugInContainerType value)
          Sets the value of the transportPlugIns property.
 
Methods inherited from class de.extra_standard.namespace.components._1.RootElementType
getProfile, getVersion, setProfile, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transportHeader

protected TransportResponseHeaderType transportHeader

transportPlugIns

protected AnyPlugInContainerType transportPlugIns

transportBody

protected TransportResponseBodyType transportBody

logging

protected LoggingType logging

signatures

protected SignaturesType signatures
Constructor Detail

TransportResponseType

public TransportResponseType()
Method Detail

getTransportHeader

public TransportResponseHeaderType getTransportHeader()
Gets the value of the transportHeader property.

Returns:
possible object is TransportResponseHeaderType

setTransportHeader

public void setTransportHeader(TransportResponseHeaderType value)
Sets the value of the transportHeader property.

Parameters:
value - allowed object is TransportResponseHeaderType

getTransportPlugIns

public AnyPlugInContainerType getTransportPlugIns()
Gets the value of the transportPlugIns property.

Returns:
possible object is AnyPlugInContainerType

setTransportPlugIns

public void setTransportPlugIns(AnyPlugInContainerType value)
Sets the value of the transportPlugIns property.

Parameters:
value - allowed object is AnyPlugInContainerType

getTransportBody

public TransportResponseBodyType getTransportBody()
Gets the value of the transportBody property.

Returns:
possible object is TransportResponseBodyType

setTransportBody

public void setTransportBody(TransportResponseBodyType value)
Sets the value of the transportBody property.

Parameters:
value - allowed object is TransportResponseBodyType

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.