net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class AuthOrderInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AuthOrderInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class AuthOrderInfoType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.priv.collections.valueclass.ebics.h003.AuthOrderInfoType instance.
AuthOrderInfoType(AuthOrderInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AuthOrderInfoType instance by copying a given instance.
 
Method Summary
 AuthOrderInfoType clone()
          Creates and returns a copy of this object.
 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

orderType

protected String orderType

transferType

protected TransferType transferType

orderFormat

protected String orderFormat

description

protected String description

numSigRequired

protected BigInteger numSigRequired

any

protected List<Object> any
Constructor Detail

AuthOrderInfoType

public AuthOrderInfoType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AuthOrderInfoType instance.


AuthOrderInfoType

public AuthOrderInfoType(AuthOrderInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AuthOrderInfoType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getOrderType

public String getOrderType()
Gets the value of the orderType property.

Returns:
possible object is String

setOrderType

public void setOrderType(String value)
Sets the value of the orderType property.

Parameters:
value - allowed object is String

getTransferType

public TransferType getTransferType()
Gets the value of the transferType property.

Returns:
possible object is TransferType

setTransferType

public void setTransferType(TransferType value)
Sets the value of the transferType property.

Parameters:
value - allowed object is TransferType

getOrderFormat

public String getOrderFormat()
Gets the value of the orderFormat property.

Returns:
possible object is String

setOrderFormat

public void setOrderFormat(String value)
Sets the value of the orderFormat property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getNumSigRequired

public BigInteger getNumSigRequired()
Gets the value of the numSigRequired property.

Returns:
possible object is BigInteger

setNumSigRequired

public void setNumSigRequired(BigInteger value)
Sets the value of the numSigRequired property.

Parameters:
value - allowed object is BigInteger

getAny

public List<Object> getAny()
Gets the value of the any property.

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


clone

public AuthOrderInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.