public class ZustandAngaben extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Modifier and Type | Field and Description |
---|---|
protected Alter |
alter |
protected String |
altlasten |
protected String |
baujahr |
protected BebaubarNach |
bebaubarNach |
protected Erschliessung |
erschliessung |
protected List<UserDefinedAnyfield> |
userDefinedAnyfield |
protected List<UserDefinedSimplefield> |
userDefinedSimplefield |
protected Zustand |
zustand |
Constructor and Description |
---|
ZustandAngaben() |
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) |
Alter |
getAlter()
Gets the value of the alter property.
|
String |
getAltlasten()
Gets the value of the altlasten property.
|
String |
getBaujahr()
Gets the value of the baujahr property.
|
BebaubarNach |
getBebaubarNach()
Gets the value of the bebaubarNach property.
|
Erschliessung |
getErschliessung()
Gets the value of the erschliessung property.
|
List<UserDefinedAnyfield> |
getUserDefinedAnyfield()
Gets the value of the userDefinedAnyfield property.
|
List<UserDefinedSimplefield> |
getUserDefinedSimplefield()
Gets the value of the userDefinedSimplefield property.
|
Zustand |
getZustand()
Gets the value of the zustand property.
|
void |
setAlter(Alter value)
Sets the value of the alter property.
|
void |
setAltlasten(String value)
Sets the value of the altlasten property.
|
void |
setBaujahr(String value)
Sets the value of the baujahr property.
|
void |
setBebaubarNach(BebaubarNach value)
Sets the value of the bebaubarNach property.
|
void |
setErschliessung(Erschliessung value)
Sets the value of the erschliessung property.
|
void |
setZustand(Zustand value)
Sets the value of the zustand property.
|
String |
toString() |
protected String baujahr
protected Zustand zustand
protected Alter alter
protected BebaubarNach bebaubarNach
protected Erschliessung erschliessung
protected String altlasten
protected List<UserDefinedSimplefield> userDefinedSimplefield
protected List<UserDefinedAnyfield> userDefinedAnyfield
public String getBaujahr()
String
public void setBaujahr(String value)
value
- allowed object is
String
public Zustand getZustand()
Zustand
public void setZustand(Zustand value)
value
- allowed object is
Zustand
public Alter getAlter()
Alter
public void setAlter(Alter value)
value
- allowed object is
Alter
public BebaubarNach getBebaubarNach()
BebaubarNach
public void setBebaubarNach(BebaubarNach value)
value
- allowed object is
BebaubarNach
public Erschliessung getErschliessung()
Erschliessung
public void setErschliessung(Erschliessung value)
value
- allowed object is
Erschliessung
public String getAltlasten()
String
public void setAltlasten(String value)
value
- allowed object is
String
public List<UserDefinedSimplefield> getUserDefinedSimplefield()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userDefinedSimplefield property.
For example, to add a new item, do as follows:
getUserDefinedSimplefield().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedSimplefield
public List<UserDefinedAnyfield> getUserDefinedAnyfield()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userDefinedAnyfield property.
For example, to add a new item, do as follows:
getUserDefinedAnyfield().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedAnyfield
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.