|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.EbicsRequest.Body
public static class EbicsRequest.Body
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data" maxOccurs="0" minOccurs="0"/>
<choice>
<sequence>
<element name="PreValidation" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.ebics.org/H003}PreValidationRequestType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="DataTransfer" type="{http://www.ebics.org/H003}DataTransferRequestType" minOccurs="0"/>
</sequence>
<sequence>
<element name="TransferReceipt">
<complexType>
<complexContent>
<extension base="{http://www.ebics.org/H003}TransferReceiptRequestType">
<attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EbicsRequest.Body.PreValidation
Java class for anonymous complex type. |
static class |
EbicsRequest.Body.TransferReceipt
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected DataTransferRequestType |
dataTransfer
|
protected EbicsRequest.Body.PreValidation |
preValidation
|
protected EbicsRequest.Body.TransferReceipt |
transferReceipt
|
| Constructor Summary | |
|---|---|
EbicsRequest.Body()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.EbicsRequest.Body instance. |
|
EbicsRequest.Body(EbicsRequest.Body o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.EbicsRequest.Body instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EbicsRequest.Body |
clone()
Creates and returns a copy of this object. |
DataTransferRequestType |
getDataTransfer()
Gets the value of the dataTransfer property. |
EbicsRequest.Body.PreValidation |
getPreValidation()
Gets the value of the preValidation property. |
EbicsRequest.Body.TransferReceipt |
getTransferReceipt()
Gets the value of the transferReceipt property. |
void |
setDataTransfer(DataTransferRequestType value)
Sets the value of the dataTransfer property. |
void |
setPreValidation(EbicsRequest.Body.PreValidation value)
Sets the value of the preValidation property. |
void |
setTransferReceipt(EbicsRequest.Body.TransferReceipt value)
Sets the value of the transferReceipt property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EbicsRequest.Body.PreValidation preValidation
protected DataTransferRequestType dataTransfer
protected EbicsRequest.Body.TransferReceipt transferReceipt
| Constructor Detail |
|---|
public EbicsRequest.Body()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.EbicsRequest.Body instance.
public EbicsRequest.Body(EbicsRequest.Body o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.EbicsRequest.Body instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EbicsRequest.Body.PreValidation getPreValidation()
EbicsRequest.Body.PreValidationpublic void setPreValidation(EbicsRequest.Body.PreValidation value)
value - allowed object is
EbicsRequest.Body.PreValidationpublic DataTransferRequestType getDataTransfer()
DataTransferRequestTypepublic void setDataTransfer(DataTransferRequestType value)
value - allowed object is
DataTransferRequestTypepublic EbicsRequest.Body.TransferReceipt getTransferReceipt()
EbicsRequest.Body.TransferReceiptpublic void setTransferReceipt(EbicsRequest.Body.TransferReceipt value)
value - allowed object is
EbicsRequest.Body.TransferReceiptpublic EbicsRequest.Body clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||