public class Anbieter 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 |
anbieternr |
protected Anhang |
anhang |
protected String |
firma |
protected List<Immobilie> |
immobilie |
protected String |
impressum |
protected ImpressumStrukt |
impressumStrukt |
protected String |
lizenzkennung |
protected String |
openimmoAnid |
protected List<UserDefinedAnyfield> |
userDefinedAnyfield |
protected List<UserDefinedExtend> |
userDefinedExtend |
protected List<UserDefinedSimplefield> |
userDefinedSimplefield |
Constructor and Description |
---|
Anbieter() |
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 |
getAnbieternr()
Gets the value of the anbieternr property.
|
Anhang |
getAnhang()
Gets the value of the anhang property.
|
String |
getFirma()
Gets the value of the firma property.
|
List<Immobilie> |
getImmobilie()
Gets the value of the immobilie property.
|
String |
getImpressum()
Gets the value of the impressum property.
|
ImpressumStrukt |
getImpressumStrukt()
Gets the value of the impressumStrukt property.
|
String |
getLizenzkennung()
Gets the value of the lizenzkennung property.
|
String |
getOpenimmoAnid()
Gets the value of the openimmoAnid 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 |
setAnbieternr(String value)
Sets the value of the anbieternr property.
|
void |
setAnhang(Anhang value)
Sets the value of the anhang property.
|
void |
setFirma(String value)
Sets the value of the firma property.
|
void |
setImpressum(String value)
Sets the value of the impressum property.
|
void |
setImpressumStrukt(ImpressumStrukt value)
Sets the value of the impressumStrukt property.
|
void |
setLizenzkennung(String value)
Sets the value of the lizenzkennung property.
|
void |
setOpenimmoAnid(String value)
Sets the value of the openimmoAnid property.
|
String |
toString() |
protected String anbieternr
protected String firma
protected String openimmoAnid
protected String lizenzkennung
protected Anhang anhang
protected String impressum
protected ImpressumStrukt impressumStrukt
protected List<UserDefinedSimplefield> userDefinedSimplefield
protected List<UserDefinedAnyfield> userDefinedAnyfield
protected List<UserDefinedExtend> userDefinedExtend
public String getAnbieternr()
String
public void setAnbieternr(String value)
value
- allowed object is
String
public String getFirma()
String
public void setFirma(String value)
value
- allowed object is
String
public String getOpenimmoAnid()
String
public void setOpenimmoAnid(String value)
value
- allowed object is
String
public String getLizenzkennung()
String
public void setLizenzkennung(String value)
value
- allowed object is
String
public Anhang getAnhang()
Anhang
public void setAnhang(Anhang value)
value
- allowed object is
Anhang
public List<Immobilie> getImmobilie()
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 immobilie property.
For example, to add a new item, do as follows:
getImmobilie().add(newItem);
Objects of the following type(s) are allowed in the list
Immobilie
public String getImpressum()
String
public void setImpressum(String value)
value
- allowed object is
String
public ImpressumStrukt getImpressumStrukt()
ImpressumStrukt
public void setImpressumStrukt(ImpressumStrukt value)
value
- allowed object is
ImpressumStrukt
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.