Class PropertyListingType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.PropertyListingType
Java class for PropertyListingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyListingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{urn:oecd:ties:dpi:v1}Address_Type"/>
<element name="LandRegistrationNumber" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<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"/>
<element name="PropertyType" type="{urn:oecd:ties:dpi:v1}DPIPropertyType_EnumType" minOccurs="0"/>
<element name="OtherPropertyType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="RentedDays" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<totalDigits value="4"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected ConsiderationTypeprotected FeesTypeprotected Stringprotected NumberOfActivitiesTypeprotected Stringprotected DPIPropertyTypeEnumTypeprotected BigIntegerprotected TaxesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the consideration property.getFees()Gets the value of the fees property.Gets the value of the landRegistrationNumber property.Gets the value of the numberOfActivities property.Gets the value of the otherPropertyType property.Gets the value of the propertyType property.Gets the value of the rentedDays property.getTaxes()Gets the value of the taxes property.voidsetAddress(AddressType value) Sets the value of the address property.voidSets the value of the consideration property.voidSets the value of the fees property.voidsetLandRegistrationNumber(String value) Sets the value of the landRegistrationNumber property.voidSets the value of the numberOfActivities property.voidsetOtherPropertyType(String value) Sets the value of the otherPropertyType property.voidSets the value of the propertyType property.voidsetRentedDays(BigInteger value) Sets the value of the rentedDays property.voidSets the value of the taxes property.
-
Field Details
-
address
-
landRegistrationNumber
-
consideration
-
numberOfActivities
-
fees
-
taxes
-
propertyType
-
otherPropertyType
-
rentedDays
-
-
Constructor Details
-
PropertyListingType
public PropertyListingType()
-
-
Method Details
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
AddressType
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddressType
-
getLandRegistrationNumber
Gets the value of the landRegistrationNumber property.- Returns:
- possible object is
String
-
setLandRegistrationNumber
Sets the value of the landRegistrationNumber property.- Parameters:
value- allowed object isString
-
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
-
getPropertyType
Gets the value of the propertyType property.- Returns:
- possible object is
DPIPropertyTypeEnumType
-
setPropertyType
Sets the value of the propertyType property.- Parameters:
value- allowed object isDPIPropertyTypeEnumType
-
getOtherPropertyType
Gets the value of the otherPropertyType property.- Returns:
- possible object is
String
-
setOtherPropertyType
Sets the value of the otherPropertyType property.- Parameters:
value- allowed object isString
-
getRentedDays
Gets the value of the rentedDays property.- Returns:
- possible object is
BigInteger
-
setRentedDays
Sets the value of the rentedDays property.- Parameters:
value- allowed object isBigInteger
-