Class ReportableSellerType.RelevantActivities
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType.RelevantActivities
- Enclosing class:
- ReportableSellerType
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">
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OtherActivitiesTypeprotected OtherActivitiesTypeprotected OtherActivitiesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the immovableProperty property.Gets the value of the personalServices property.Gets the value of the saleOfGoods property.Gets the value of the transportationRental property.voidSets the value of the immovableProperty property.voidSets the value of the personalServices property.voidSets the value of the saleOfGoods property.voidSets the value of the transportationRental property.
-
Field Details
-
immovableProperty
-
personalServices
-
saleOfGoods
-
transportationRental
-
-
Constructor Details
-
RelevantActivities
public RelevantActivities()
-
-
Method Details
-
getImmovableProperty
Gets the value of the immovableProperty property.- Returns:
- possible object is
ReportableSellerType.RelevantActivities.ImmovableProperty
-
setImmovableProperty
Sets the value of the immovableProperty property.- Parameters:
value- allowed object isReportableSellerType.RelevantActivities.ImmovableProperty
-
getPersonalServices
Gets the value of the personalServices property.- Returns:
- possible object is
OtherActivitiesType
-
setPersonalServices
Sets the value of the personalServices property.- Parameters:
value- allowed object isOtherActivitiesType
-
getSaleOfGoods
Gets the value of the saleOfGoods property.- Returns:
- possible object is
OtherActivitiesType
-
setSaleOfGoods
Sets the value of the saleOfGoods property.- Parameters:
value- allowed object isOtherActivitiesType
-
getTransportationRental
Gets the value of the transportationRental property.- Returns:
- possible object is
OtherActivitiesType
-
setTransportationRental
Sets the value of the transportationRental property.- Parameters:
value- allowed object isOtherActivitiesType
-