Class ReportableSellerType.Identity.IndividualSeller
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType.Identity.IndividualSeller
- Enclosing class:
- ReportableSellerType.Identity
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">
<choice>
<element name="Standard">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IndSellerID" type="{urn:oecd:ties:dpi:v1}PersonParty_Type"/>
<element name="FinancialIdentifier" type="{urn:oecd:ties:dpi:v1}FinancialIdentifier_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="GVS" type="{urn:oecd:ties:dpi:v1}GVSType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGVS()Gets the value of the gvs property.Gets the value of the standard property.voidSets the value of the gvs property.voidSets the value of the standard property.
-
Field Details
-
standard
-
gvs
-
-
Constructor Details
-
IndividualSeller
public IndividualSeller()
-
-
Method Details
-
getStandard
Gets the value of the standard property.- Returns:
- possible object is
ReportableSellerType.Identity.IndividualSeller.Standard
-
setStandard
Sets the value of the standard property.- Parameters:
value- allowed object isReportableSellerType.Identity.IndividualSeller.Standard
-
getGVS
Gets the value of the gvs property.- Returns:
- possible object is
GVSType
-
setGVS
Sets the value of the gvs property.- Parameters:
value- allowed object isGVSType
-