Class PropertyListingType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.PropertyListingType

public class PropertyListingType extends Object

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 Details

  • Constructor Details

    • PropertyListingType

      public PropertyListingType()
  • Method Details

    • getAddress

      public AddressType getAddress()
      Gets the value of the address property.
      Returns:
      possible object is AddressType
    • setAddress

      public void setAddress(AddressType value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is AddressType
    • getLandRegistrationNumber

      public String getLandRegistrationNumber()
      Gets the value of the landRegistrationNumber property.
      Returns:
      possible object is String
    • setLandRegistrationNumber

      public void setLandRegistrationNumber(String value)
      Sets the value of the landRegistrationNumber property.
      Parameters:
      value - allowed object is String
    • getConsideration

      public ConsiderationType getConsideration()
      Gets the value of the consideration property.
      Returns:
      possible object is ConsiderationType
    • setConsideration

      public void setConsideration(ConsiderationType value)
      Sets the value of the consideration property.
      Parameters:
      value - allowed object is ConsiderationType
    • getNumberOfActivities

      public NumberOfActivitiesType getNumberOfActivities()
      Gets the value of the numberOfActivities property.
      Returns:
      possible object is NumberOfActivitiesType
    • setNumberOfActivities

      public void setNumberOfActivities(NumberOfActivitiesType value)
      Sets the value of the numberOfActivities property.
      Parameters:
      value - allowed object is NumberOfActivitiesType
    • getFees

      public FeesType getFees()
      Gets the value of the fees property.
      Returns:
      possible object is FeesType
    • setFees

      public void setFees(FeesType value)
      Sets the value of the fees property.
      Parameters:
      value - allowed object is FeesType
    • getTaxes

      public TaxesType getTaxes()
      Gets the value of the taxes property.
      Returns:
      possible object is TaxesType
    • setTaxes

      public void setTaxes(TaxesType value)
      Sets the value of the taxes property.
      Parameters:
      value - allowed object is TaxesType
    • getPropertyType

      public DPIPropertyTypeEnumType getPropertyType()
      Gets the value of the propertyType property.
      Returns:
      possible object is DPIPropertyTypeEnumType
    • setPropertyType

      public void setPropertyType(DPIPropertyTypeEnumType value)
      Sets the value of the propertyType property.
      Parameters:
      value - allowed object is DPIPropertyTypeEnumType
    • getOtherPropertyType

      public String getOtherPropertyType()
      Gets the value of the otherPropertyType property.
      Returns:
      possible object is String
    • setOtherPropertyType

      public void setOtherPropertyType(String value)
      Sets the value of the otherPropertyType property.
      Parameters:
      value - allowed object is String
    • getRentedDays

      public BigInteger getRentedDays()
      Gets the value of the rentedDays property.
      Returns:
      possible object is BigInteger
    • setRentedDays

      public void setRentedDays(BigInteger value)
      Sets the value of the rentedDays property.
      Parameters:
      value - allowed object is BigInteger