net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003
Class DataTransferRequestType

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

public class DataTransferRequestType
extends Object
implements Serializable, Cloneable

Datentyp für den Transfer von Auftragsdaten (Anfrage).

Java class for DataTransferRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DataTransferRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="DataEncryptionInfo">
               <complexType>
                 <complexContent>
                   <extension base="{http://www.ebics.org/H003}DataEncryptionInfoType">
                     <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="SignatureData">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.ebics.org/H003>SignatureDataType">
                     <attGroup ref="{http://www.ebics.org/H003}AuthenticationMarker"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
           <sequence>
             <element name="OrderData">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.ebics.org/H003>OrderDataType">
                     <anyAttribute processContents='lax' namespace='http://www.ebics.org/H003'/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
         </choice>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class DataTransferRequestType.DataEncryptionInfo
          Java class for anonymous complex type.
static class DataTransferRequestType.OrderData
          Java class for anonymous complex type.
static class DataTransferRequestType.SignatureData
          Java class for anonymous complex type.
 
Field Summary
protected  Object[] any
           
protected  DataTransferRequestType.DataEncryptionInfo dataEncryptionInfo
           
protected  DataTransferRequestType.OrderData orderData
           
protected  DataTransferRequestType.SignatureData signatureData
           
 
Constructor Summary
DataTransferRequestType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataTransferRequestType instance.
DataTransferRequestType(DataTransferRequestType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.DataTransferRequestType instance by copying a given instance.
 
Method Summary
 DataTransferRequestType clone()
          Creates and returns a copy of this object.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 DataTransferRequestType.DataEncryptionInfo getDataEncryptionInfo()
          Gets the value of the dataEncryptionInfo property.
 DataTransferRequestType.OrderData getOrderData()
          Gets the value of the orderData property.
 DataTransferRequestType.SignatureData getSignatureData()
          Gets the value of the signatureData property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDataEncryptionInfo(DataTransferRequestType.DataEncryptionInfo value)
          Sets the value of the dataEncryptionInfo property.
 void setOrderData(DataTransferRequestType.OrderData value)
          Sets the value of the orderData property.
 void setSignatureData(DataTransferRequestType.SignatureData value)
          Sets the value of the signatureData property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataEncryptionInfo

protected DataTransferRequestType.DataEncryptionInfo dataEncryptionInfo

signatureData

protected DataTransferRequestType.SignatureData signatureData

orderData

protected DataTransferRequestType.OrderData orderData

any

protected Object[] any
Constructor Detail

DataTransferRequestType

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


DataTransferRequestType

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

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

getDataEncryptionInfo

public DataTransferRequestType.DataEncryptionInfo getDataEncryptionInfo()
Gets the value of the dataEncryptionInfo property.

Returns:
possible object is DataTransferRequestType.DataEncryptionInfo

setDataEncryptionInfo

public void setDataEncryptionInfo(DataTransferRequestType.DataEncryptionInfo value)
Sets the value of the dataEncryptionInfo property.

Parameters:
value - allowed object is DataTransferRequestType.DataEncryptionInfo

getSignatureData

public DataTransferRequestType.SignatureData getSignatureData()
Gets the value of the signatureData property.

Returns:
possible object is DataTransferRequestType.SignatureData

setSignatureData

public void setSignatureData(DataTransferRequestType.SignatureData value)
Sets the value of the signatureData property.

Parameters:
value - allowed object is DataTransferRequestType.SignatureData

getOrderData

public DataTransferRequestType.OrderData getOrderData()
Gets the value of the orderData property.

Returns:
possible object is DataTransferRequestType.OrderData

setOrderData

public void setOrderData(DataTransferRequestType.OrderData value)
Sets the value of the orderData property.

Parameters:
value - allowed object is DataTransferRequestType.OrderData

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

clone

public DataTransferRequestType 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.