Class ReportableSellerType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType
- Direct Known Subclasses:
CorrectableReportableSellerType
Java class for ReportableSeller_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportableSeller_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identity">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EntitySeller">
<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="EntSellerID" type="{urn:oecd:ties:dpi:v1}OrganisationParty_Type"/>
<element name="FinancialIdentifier" type="{urn:oecd:ties:dpi:v1}FinancialIdentifier_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PermanentEstablishments" type="{urn:oecd:ties:dpi:v1}PermanentEstablishments_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="GVS" type="{urn:oecd:ties:dpi:v1}GVSType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IndividualSeller">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RelevantActivities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ImmovableProperty" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PropertyListing" type="{urn:oecd:ties:dpi:v1}PropertyListingType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="PersonalServices" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
<element name="SaleOfGoods" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
<element name="TransportationRental" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReportableSellerType.Identityprotected ReportableSellerType.RelevantActivities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identity property.Gets the value of the relevantActivities property.voidSets the value of the identity property.voidSets the value of the relevantActivities property.
-
Field Details
-
identity
-
relevantActivities
-
-
Constructor Details
-
ReportableSellerType
public ReportableSellerType()
-
-
Method Details
-
getIdentity
Gets the value of the identity property.- Returns:
- possible object is
ReportableSellerType.Identity
-
setIdentity
Sets the value of the identity property.- Parameters:
value- allowed object isReportableSellerType.Identity
-
getRelevantActivities
Gets the value of the relevantActivities property.- Returns:
- possible object is
ReportableSellerType.RelevantActivities
-
setRelevantActivities
Sets the value of the relevantActivities property.- Parameters:
value- allowed object isReportableSellerType.RelevantActivities
-