|
||||||||||
| 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.AuthOrderInfoType
public class AuthOrderInfoType
Data type for user permissions with regard to distributed signatures (order types HKD, HTD).
Java class for AuthOrderInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthOrderInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderType" type="{http://www.ebics.org/H003}OrderTBaseType"/>
<element name="TransferType" type="{http://www.ebics.org/H003}TransferType"/>
<element name="OrderFormat" type="{http://www.ebics.org/H003}OrderFormatType" minOccurs="0"/>
<element name="Description" type="{http://www.ebics.org/H003}OrderDescriptionType"/>
<element name="NumSigRequired" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String |
description
|
protected BigInteger |
numSigRequired
|
protected String |
orderFormat
|
protected String |
orderType
|
protected TransferType |
transferType
|
| Constructor Summary | |
|---|---|
AuthOrderInfoType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.AuthOrderInfoType instance. |
|
AuthOrderInfoType(AuthOrderInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.AuthOrderInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AuthOrderInfoType |
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 |
getDescription()
Gets the value of the description property. |
BigInteger |
getNumSigRequired()
Gets the value of the numSigRequired property. |
String |
getOrderFormat()
Gets the value of the orderFormat property. |
String |
getOrderType()
Gets the value of the orderType property. |
TransferType |
getTransferType()
Gets the value of the transferType property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setDescription(String value)
Sets the value of the description property. |
void |
setNumSigRequired(BigInteger value)
Sets the value of the numSigRequired property. |
void |
setOrderFormat(String value)
Sets the value of the orderFormat property. |
void |
setOrderType(String value)
Sets the value of the orderType property. |
void |
setTransferType(TransferType value)
Sets the value of the transferType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String orderType
protected TransferType transferType
protected String orderFormat
protected String description
protected BigInteger numSigRequired
protected Object[] any
| Constructor Detail |
|---|
public AuthOrderInfoType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.AuthOrderInfoType instance.
public AuthOrderInfoType(AuthOrderInfoType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.AuthOrderInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderType()
Stringpublic void setOrderType(String value)
value - allowed object is
Stringpublic TransferType getTransferType()
TransferTypepublic void setTransferType(TransferType value)
value - allowed object is
TransferTypepublic String getOrderFormat()
Stringpublic void setOrderFormat(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic BigInteger getNumSigRequired()
BigIntegerpublic void setNumSigRequired(BigInteger value)
value - allowed object is
BigIntegerpublic 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 AuthOrderInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||