Class AccountHolderType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.AccountHolderType
Java class for AccountHolder_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountHolder_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Individual" type="{urn:oecd:ties:dpi:v1}NameReportableSeller_Type"/>
<sequence>
<element name="Organisation" type="{urn:oecd:ties:dpi:v1}OrganisationParty_Type"/>
<element name="AcctHolderType" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected NameReportableSellerTypeprotected OrganisationPartyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctHolderType property.Gets the value of the individual property.Gets the value of the organisation property.voidsetAcctHolderType(Object value) Sets the value of the acctHolderType property.voidSets the value of the individual property.voidSets the value of the organisation property.
-
Field Details
-
individual
-
organisation
-
acctHolderType
-
-
Constructor Details
-
AccountHolderType
public AccountHolderType()
-
-
Method Details
-
getIndividual
Gets the value of the individual property.- Returns:
- possible object is
NameReportableSellerType
-
setIndividual
Sets the value of the individual property.- Parameters:
value- allowed object isNameReportableSellerType
-
getOrganisation
Gets the value of the organisation property.- Returns:
- possible object is
OrganisationPartyType
-
setOrganisation
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisationPartyType
-
getAcctHolderType
Gets the value of the acctHolderType property.- Returns:
- possible object is
Object
-
setAcctHolderType
Sets the value of the acctHolderType property.- Parameters:
value- allowed object isObject
-