public class OpenimmoFeedback 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 List<Fehlerliste> |
fehlerliste |
protected List<Objekt> |
objekt |
protected Sender |
sender |
protected List<Status> |
status |
protected String |
version |
Constructor and Description |
---|
OpenimmoFeedback() |
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) |
List<Fehlerliste> |
getFehlerliste()
Gets the value of the fehlerliste property.
|
List<Objekt> |
getObjekt()
Gets the value of the objekt property.
|
Sender |
getSender()
Gets the value of the sender property.
|
List<Status> |
getStatus()
Gets the value of the status property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setSender(Sender value)
Sets the value of the sender property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString() |
protected String version
protected Sender sender
protected List<Fehlerliste> fehlerliste
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public Sender getSender()
Sender
public void setSender(Sender value)
value
- allowed object is
Sender
public List<Objekt> getObjekt()
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 objekt property.
For example, to add a new item, do as follows:
getObjekt().add(newItem);
Objects of the following type(s) are allowed in the list
Objekt
public List<Fehlerliste> getFehlerliste()
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 fehlerliste property.
For example, to add a new item, do as follows:
getFehlerliste().add(newItem);
Objects of the following type(s) are allowed in the list
Fehlerliste
public List<Status> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Status
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.