de.extra_standard.namespace.response._1
Class TransportResponseBodyType

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

public class TransportResponseBodyType
extends ElementWithOptionalVersionType

Java class for TransportResponseBodyType complex type.

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

 <complexType name="TransportResponseBodyType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/components/1}ElementWithOptionalVersionType">
       <choice minOccurs="0">
         <element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}TransformedData"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}Package" maxOccurs="unbounded"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}Message" maxOccurs="unbounded"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Data"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<PackageResponseType> _package
           
protected  DataType data
           
protected  EncryptedDataType encryptedData
           
protected  List<MessageResponseType> message
           
protected  TransformedDataType transformedData
           
 
Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
version
 
Constructor Summary
TransportResponseBodyType()
           
 
Method Summary
 DataType getData()
          Gets the value of the data property.
 EncryptedDataType getEncryptedData()
          Gets the value of the encryptedData property.
 List<MessageResponseType> getMessage()
          Gets the value of the message property.
 List<PackageResponseType> getPackage()
          Gets the value of the package property.
 TransformedDataType getTransformedData()
          Gets the value of the transformedData property.
 void setData(DataType value)
          Sets the value of the data property.
 void setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void setTransformedData(TransformedDataType value)
          Sets the value of the transformedData 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

encryptedData

protected EncryptedDataType encryptedData

transformedData

protected TransformedDataType transformedData

_package

protected List<PackageResponseType> _package

message

protected List<MessageResponseType> message

data

protected DataType data
Constructor Detail

TransportResponseBodyType

public TransportResponseBodyType()
Method Detail

getEncryptedData

public EncryptedDataType getEncryptedData()
Gets the value of the encryptedData property.

Returns:
possible object is EncryptedDataType

setEncryptedData

public void setEncryptedData(EncryptedDataType value)
Sets the value of the encryptedData property.

Parameters:
value - allowed object is EncryptedDataType

getTransformedData

public TransformedDataType getTransformedData()
Gets the value of the transformedData property.

Returns:
possible object is TransformedDataType

setTransformedData

public void setTransformedData(TransformedDataType value)
Sets the value of the transformedData property.

Parameters:
value - allowed object is TransformedDataType

getPackage

public List<PackageResponseType> getPackage()
Gets the value of the package property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the package property.

For example, to add a new item, do as follows:

    getPackage().add(newItem);
 

Objects of the following type(s) are allowed in the list PackageResponseType


getMessage

public List<MessageResponseType> getMessage()
Gets the value of the message property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageResponseType


getData

public DataType getData()
Gets the value of the data property.

Returns:
possible object is DataType

setData

public void setData(DataType value)
Sets the value of the data property.

Parameters:
value - allowed object is DataType


Copyright © 2012-2013. All Rights Reserved.