Class OtherActivitiesType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OtherActivitiesType
Java class for OtherActivities_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherActivities_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Consideration" type="{urn:oecd:ties:dpi:v1}ConsiderationType"/>
<element name="NumberOfActivities" type="{urn:oecd:ties:dpi:v1}NumberOfActivities_Type"/>
<element name="Fees" type="{urn:oecd:ties:dpi:v1}FeesType"/>
<element name="Taxes" type="{urn:oecd:ties:dpi:v1}TaxesType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConsiderationTypeprotected FeesTypeprotected NumberOfActivitiesTypeprotected TaxesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the consideration property.getFees()Gets the value of the fees property.Gets the value of the numberOfActivities property.getTaxes()Gets the value of the taxes property.voidSets the value of the consideration property.voidSets the value of the fees property.voidSets the value of the numberOfActivities property.voidSets the value of the taxes property.
-
Field Details
-
consideration
-
numberOfActivities
-
fees
-
taxes
-
-
Constructor Details
-
OtherActivitiesType
public OtherActivitiesType()
-
-
Method Details
-
getConsideration
Gets the value of the consideration property.- Returns:
- possible object is
ConsiderationType
-
setConsideration
Sets the value of the consideration property.- Parameters:
value- allowed object isConsiderationType
-
getNumberOfActivities
Gets the value of the numberOfActivities property.- Returns:
- possible object is
NumberOfActivitiesType
-
setNumberOfActivities
Sets the value of the numberOfActivities property.- Parameters:
value- allowed object isNumberOfActivitiesType
-
getFees
Gets the value of the fees property.- Returns:
- possible object is
FeesType
-
setFees
Sets the value of the fees property.- Parameters:
value- allowed object isFeesType
-
getTaxes
Gets the value of the taxes property.- Returns:
- possible object is
TaxesType
-
setTaxes
Sets the value of the taxes property.- Parameters:
value- allowed object isTaxesType
-