Package iofXml.v3
Class Account
java.lang.Object
iofXml.v3.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
type
The account type.
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details