de.extra_standard.namespace.request._1
Class PackageRequestBodyType

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

public class PackageRequestBodyType
extends ElementWithOptionalVersionType

Java class for PackageRequestBodyType complex type.

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

 <complexType name="PackageRequestBodyType">
   <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/request/1}Message" maxOccurs="unbounded"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Data"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataType data
           
protected  EncryptedDataType encryptedData
           
protected  List<MessageRequestType> message
           
protected  TransformedDataType transformedData
           
 
Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
version
 
Constructor Summary
PackageRequestBodyType()
           
 
Method Summary
 DataType getData()
          Gets the value of the data property.
 EncryptedDataType getEncryptedData()
          Gets the value of the encryptedData property.
 List<MessageRequestType> getMessage()
          Gets the value of the message 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

message

protected List<MessageRequestType> message

data

protected DataType data
Constructor Detail

PackageRequestBodyType

public PackageRequestBodyType()
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

getMessage

public List<MessageRequestType> 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 MessageRequestType


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.