public class Freitexte 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 String |
ausstattBeschr |
protected String |
dreizeiler |
protected String |
lage |
protected String |
objektbeschreibung |
protected ObjektText |
objektText |
protected String |
objekttitel |
protected String |
sonstigeAngaben |
protected List<UserDefinedAnyfield> |
userDefinedAnyfield |
protected List<UserDefinedExtend> |
userDefinedExtend |
protected List<UserDefinedSimplefield> |
userDefinedSimplefield |
Constructor and Description |
---|
Freitexte() |
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) |
String |
getAusstattBeschr()
Gets the value of the ausstattBeschr property.
|
String |
getDreizeiler()
Gets the value of the dreizeiler property.
|
String |
getLage()
Gets the value of the lage property.
|
String |
getObjektbeschreibung()
Gets the value of the objektbeschreibung property.
|
ObjektText |
getObjektText()
Gets the value of the objektText property.
|
String |
getObjekttitel()
Gets the value of the objekttitel property.
|
String |
getSonstigeAngaben()
Gets the value of the sonstigeAngaben property.
|
List<UserDefinedAnyfield> |
getUserDefinedAnyfield()
Gets the value of the userDefinedAnyfield property.
|
List<UserDefinedExtend> |
getUserDefinedExtend()
Gets the value of the userDefinedExtend property.
|
List<UserDefinedSimplefield> |
getUserDefinedSimplefield()
Gets the value of the userDefinedSimplefield property.
|
void |
setAusstattBeschr(String value)
Sets the value of the ausstattBeschr property.
|
void |
setDreizeiler(String value)
Sets the value of the dreizeiler property.
|
void |
setLage(String value)
Sets the value of the lage property.
|
void |
setObjektbeschreibung(String value)
Sets the value of the objektbeschreibung property.
|
void |
setObjektText(ObjektText value)
Sets the value of the objektText property.
|
void |
setObjekttitel(String value)
Sets the value of the objekttitel property.
|
void |
setSonstigeAngaben(String value)
Sets the value of the sonstigeAngaben property.
|
String |
toString() |
protected String objekttitel
protected String dreizeiler
protected String lage
protected String ausstattBeschr
protected String objektbeschreibung
protected String sonstigeAngaben
protected ObjektText objektText
protected List<UserDefinedSimplefield> userDefinedSimplefield
protected List<UserDefinedAnyfield> userDefinedAnyfield
protected List<UserDefinedExtend> userDefinedExtend
public String getObjekttitel()
String
public void setObjekttitel(String value)
value
- allowed object is
String
public String getDreizeiler()
String
public void setDreizeiler(String value)
value
- allowed object is
String
public String getLage()
String
public void setLage(String value)
value
- allowed object is
String
public String getAusstattBeschr()
String
public void setAusstattBeschr(String value)
value
- allowed object is
String
public String getObjektbeschreibung()
String
public void setObjektbeschreibung(String value)
value
- allowed object is
String
public String getSonstigeAngaben()
String
public void setSonstigeAngaben(String value)
value
- allowed object is
String
public ObjektText getObjektText()
ObjektText
public void setObjektText(ObjektText value)
value
- allowed object is
ObjektText
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 List<UserDefinedExtend> getUserDefinedExtend()
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 userDefinedExtend property.
For example, to add a new item, do as follows:
getUserDefinedExtend().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedExtend
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.