Package iofXml.v3
Class Account
-
- All Implemented Interfaces:
public class Account
The bank account of an organisation or an event.
Java class for Account complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Account"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Account()
-