public class VermarktungGrundstueckTypAlt extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for VermarktungGrundstueckTypAlt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VermarktungGrundstueckTypAlt"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Kauf"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> </element> <element name="Pacht"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> </element> <element name="Erbpacht"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="DauerInJahren" use="required" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl3Typ" /> </restriction> </complexContent> </complexType> </element> </choice> <attribute name="Preis" use="required" type="{http://www.immobilienscout24.de/immobilientransfer}PreisAufAnfrage" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
VermarktungGrundstueckTypAlt.Erbpacht
Java class for anonymous complex type.
|
static class |
VermarktungGrundstueckTypAlt.Kauf
Java class for anonymous complex type.
|
static class |
VermarktungGrundstueckTypAlt.Pacht
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> |
erbpacht |
protected JAXBElement<VermarktungGrundstueckTypAlt.Kauf> |
kauf |
protected JAXBElement<VermarktungGrundstueckTypAlt.Pacht> |
pacht |
protected Double |
preis |
Constructor and Description |
---|
VermarktungGrundstueckTypAlt() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> |
getErbpacht()
Gets the value of the erbpacht property.
|
JAXBElement<VermarktungGrundstueckTypAlt.Kauf> |
getKauf()
Gets the value of the kauf property.
|
JAXBElement<VermarktungGrundstueckTypAlt.Pacht> |
getPacht()
Gets the value of the pacht property.
|
Double |
getPreis()
Gets the value of the preis property.
|
void |
setErbpacht(JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> value)
Sets the value of the erbpacht property.
|
void |
setKauf(JAXBElement<VermarktungGrundstueckTypAlt.Kauf> value)
Sets the value of the kauf property.
|
void |
setPacht(JAXBElement<VermarktungGrundstueckTypAlt.Pacht> value)
Sets the value of the pacht property.
|
void |
setPreis(Double value)
Sets the value of the preis property.
|
String |
toString() |
protected JAXBElement<VermarktungGrundstueckTypAlt.Kauf> kauf
protected JAXBElement<VermarktungGrundstueckTypAlt.Pacht> pacht
protected JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> erbpacht
protected Double preis
public JAXBElement<VermarktungGrundstueckTypAlt.Kauf> getKauf()
JAXBElement
<
VermarktungGrundstueckTypAlt.Kauf
>
public void setKauf(JAXBElement<VermarktungGrundstueckTypAlt.Kauf> value)
value
- allowed object is
JAXBElement
<
VermarktungGrundstueckTypAlt.Kauf
>
public JAXBElement<VermarktungGrundstueckTypAlt.Pacht> getPacht()
JAXBElement
<
VermarktungGrundstueckTypAlt.Pacht
>
public void setPacht(JAXBElement<VermarktungGrundstueckTypAlt.Pacht> value)
value
- allowed object is
JAXBElement
<
VermarktungGrundstueckTypAlt.Pacht
>
public JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> getErbpacht()
JAXBElement
<
VermarktungGrundstueckTypAlt.Erbpacht
>
public void setErbpacht(JAXBElement<VermarktungGrundstueckTypAlt.Erbpacht> value)
value
- allowed object is
JAXBElement
<
VermarktungGrundstueckTypAlt.Erbpacht
>
public Double getPreis()
String
public void setPreis(Double value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2015 OpenEstate. All rights reserved.