|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ElementWithOptionalVersionType
de.extra_standard.namespace.request._1.PackageRequestBodyType
public class PackageRequestBodyType
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 |
|---|
protected EncryptedDataType encryptedData
protected TransformedDataType transformedData
protected List<MessageRequestType> message
protected DataType data
| Constructor Detail |
|---|
public PackageRequestBodyType()
| Method Detail |
|---|
public EncryptedDataType getEncryptedData()
EncryptedDataTypepublic void setEncryptedData(EncryptedDataType value)
value - allowed object is
EncryptedDataTypepublic TransformedDataType getTransformedData()
TransformedDataTypepublic void setTransformedData(TransformedDataType value)
value - allowed object is
TransformedDataTypepublic List<MessageRequestType> getMessage()
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
public DataType getData()
DataTypepublic void setData(DataType value)
value - allowed object is
DataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||