|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.DataTransferRequestType
public class DataTransferRequestType
Datentyp für den Transfer von Auftragsdaten (Anfrage).
Java class for DataTransferRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataTransferRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="DataEncryptionInfo">
<complexType>
<complexContent>
<extension base="{http://www.ebics.org/H003}DataEncryptionInfoType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="SignatureData">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>SignatureDataType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<sequence>
<element name="OrderData">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>OrderDataType">
<anyAttribute processContents='lax' namespace='http://www.ebics.org/H003'/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</choice>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DataTransferRequestType.DataEncryptionInfo
Java class for anonymous complex type. |
static class |
DataTransferRequestType.OrderData
Java class for anonymous complex type. |
static class |
DataTransferRequestType.SignatureData
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected DataTransferRequestType.DataEncryptionInfo |
dataEncryptionInfo
|
protected DataTransferRequestType.OrderData |
orderData
|
protected DataTransferRequestType.SignatureData |
signatureData
|
| Constructor Summary | |
|---|---|
DataTransferRequestType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.DataTransferRequestType instance. |
|
DataTransferRequestType(DataTransferRequestType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.DataTransferRequestType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DataTransferRequestType |
clone()
Creates and returns a copy of this object. |
List<Object> |
getAny()
Gets the value of the any property. |
DataTransferRequestType.DataEncryptionInfo |
getDataEncryptionInfo()
Gets the value of the dataEncryptionInfo property. |
DataTransferRequestType.OrderData |
getOrderData()
Gets the value of the orderData property. |
DataTransferRequestType.SignatureData |
getSignatureData()
Gets the value of the signatureData property. |
void |
setDataEncryptionInfo(DataTransferRequestType.DataEncryptionInfo value)
Sets the value of the dataEncryptionInfo property. |
void |
setOrderData(DataTransferRequestType.OrderData value)
Sets the value of the orderData property. |
void |
setSignatureData(DataTransferRequestType.SignatureData value)
Sets the value of the signatureData property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataTransferRequestType.DataEncryptionInfo dataEncryptionInfo
protected DataTransferRequestType.SignatureData signatureData
protected DataTransferRequestType.OrderData orderData
protected List<Object> any
| Constructor Detail |
|---|
public DataTransferRequestType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.DataTransferRequestType instance.
public DataTransferRequestType(DataTransferRequestType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.DataTransferRequestType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DataTransferRequestType.DataEncryptionInfo getDataEncryptionInfo()
DataTransferRequestType.DataEncryptionInfopublic void setDataEncryptionInfo(DataTransferRequestType.DataEncryptionInfo value)
value - allowed object is
DataTransferRequestType.DataEncryptionInfopublic DataTransferRequestType.SignatureData getSignatureData()
DataTransferRequestType.SignatureDatapublic void setSignatureData(DataTransferRequestType.SignatureData value)
value - allowed object is
DataTransferRequestType.SignatureDatapublic DataTransferRequestType.OrderData getOrderData()
DataTransferRequestType.OrderDatapublic void setOrderData(DataTransferRequestType.OrderData value)
value - allowed object is
DataTransferRequestType.OrderDatapublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public DataTransferRequestType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||