|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.TransferReceiptResponseType
public class TransferReceiptResponseType
Datentyp für den Transfer von Antwortcodes.
Java class for TransferReceiptResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferReceiptResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnCodeReceipt" type="{http://www.ebics.org/H003}ReturnCodeType"/>
<element name="TimestampBankParameter" type="{http://www.ebics.org/H003}TimestampType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String |
returnCodeReceipt
|
protected XMLGregorianCalendar |
timestampBankParameter
|
| Constructor Summary | |
|---|---|
TransferReceiptResponseType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.TransferReceiptResponseType instance. |
|
TransferReceiptResponseType(TransferReceiptResponseType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.TransferReceiptResponseType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TransferReceiptResponseType |
clone()
Creates and returns a copy of this object. |
protected void |
copyAny(Object[] source)
Copies all values of property Any. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getReturnCodeReceipt()
Gets the value of the returnCodeReceipt property. |
XMLGregorianCalendar |
getTimestampBankParameter()
Gets the value of the timestampBankParameter property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setReturnCodeReceipt(String value)
Sets the value of the returnCodeReceipt property. |
void |
setTimestampBankParameter(XMLGregorianCalendar value)
Sets the value of the timestampBankParameter property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String returnCodeReceipt
protected XMLGregorianCalendar timestampBankParameter
protected Object[] any
| Constructor Detail |
|---|
public TransferReceiptResponseType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.TransferReceiptResponseType instance.
public TransferReceiptResponseType(TransferReceiptResponseType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.TransferReceiptResponseType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getReturnCodeReceipt()
Stringpublic void setReturnCodeReceipt(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimestampBankParameter()
XMLGregorianCalendarpublic void setTimestampBankParameter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectprotected void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public TransferReceiptResponseType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||