net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class HVZOrderDetailsType.FirstOrderInfo

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
HVZOrderDetailsType

public static class HVZOrderDetailsType.FirstOrderInfo
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderPartyInfo" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
         <element name="AccountInfo" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <choice maxOccurs="2">
                     <element name="AccountNumber">
                       <complexType>
                         <simpleContent>
                           <extension base="<http://www.ebics.org/H003>AccountNumberType">
                             <attribute name="international" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                     <element name="NationalAccountNumber">
                       <complexType>
                         <simpleContent>
                           <extension base="<http://www.ebics.org/H003>NationalAccountNumberType">
                             <attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                   </choice>
                   <choice maxOccurs="2">
                     <element name="BankCode">
                       <complexType>
                         <simpleContent>
                           <extension base="<http://www.ebics.org/H003>BankCodeType">
                             <attribute name="international" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                             <attribute name="Prefix" type="{http://www.ebics.org/H003}BankCodePrefixType" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                     <element name="NationalBankCode">
                       <complexType>
                         <simpleContent>
                           <extension base="<http://www.ebics.org/H003>NationalBankCodeType">
                             <attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                   </choice>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class HVZOrderDetailsType.FirstOrderInfo.AccountInfo
          Java class for anonymous complex type.
 
Field Summary
protected  HVZOrderDetailsType.FirstOrderInfo.AccountInfo accountInfo
           
protected  String orderPartyInfo
           
 
Constructor Summary
HVZOrderDetailsType.FirstOrderInfo()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo instance.
HVZOrderDetailsType.FirstOrderInfo(HVZOrderDetailsType.FirstOrderInfo o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo instance by copying a given instance.
 
Method Summary
 HVZOrderDetailsType.FirstOrderInfo clone()
          Creates and returns a copy of this object.
 HVZOrderDetailsType.FirstOrderInfo.AccountInfo getAccountInfo()
          Gets the value of the accountInfo property.
 String getOrderPartyInfo()
          Gets the value of the orderPartyInfo property.
 void setAccountInfo(HVZOrderDetailsType.FirstOrderInfo.AccountInfo value)
          Sets the value of the accountInfo property.
 void setOrderPartyInfo(String value)
          Sets the value of the orderPartyInfo property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderPartyInfo

protected String orderPartyInfo

accountInfo

protected HVZOrderDetailsType.FirstOrderInfo.AccountInfo accountInfo
Constructor Detail

HVZOrderDetailsType.FirstOrderInfo

public HVZOrderDetailsType.FirstOrderInfo()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.HVZOrderDetailsType.FirstOrderInfo instance.


HVZOrderDetailsType.FirstOrderInfo

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

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

getOrderPartyInfo

public String getOrderPartyInfo()
Gets the value of the orderPartyInfo property.

Returns:
possible object is String

setOrderPartyInfo

public void setOrderPartyInfo(String value)
Sets the value of the orderPartyInfo property.

Parameters:
value - allowed object is String

getAccountInfo

public HVZOrderDetailsType.FirstOrderInfo.AccountInfo getAccountInfo()
Gets the value of the accountInfo property.

Returns:
possible object is HVZOrderDetailsType.FirstOrderInfo.AccountInfo

setAccountInfo

public void setAccountInfo(HVZOrderDetailsType.FirstOrderInfo.AccountInfo value)
Sets the value of the accountInfo property.

Parameters:
value - allowed object is HVZOrderDetailsType.FirstOrderInfo.AccountInfo

clone

public HVZOrderDetailsType.FirstOrderInfo 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.