|
||||||||||
| 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.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 List<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.pub.collections.valueclass.ebics.h003.AuthOrderInfoType instance. |
|
AuthOrderInfoType(AuthOrderInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.AuthOrderInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AuthOrderInfoType |
clone()
Creates and returns a copy of this object. |
static void |
copyAny(List<Object> source,
List<Object> target)
Copies all values of property Any. |
List<Object> |
getAny()
Gets the value of the any property. |
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. |
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 List<Object> any
| Constructor Detail |
|---|
public AuthOrderInfoType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.AuthOrderInfoType instance.
public AuthOrderInfoType(AuthOrderInfoType o)
net.sourceforge.ccxjc.it.model.pub.collections.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 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 static void copyAny(List<Object> source,
List<Object> target)
Any.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target 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 | |||||||||