public class PublishObject 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 PublishObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishObject"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="realEstate"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="title" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" /> <attribute name="firstActivationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType> </element> <element name="publishChannel" type="{http://rest.immobilienscout24.de/schema/common/1.0}PublishChannel"/> <element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
PublishObject.RealEstate
Verweis auf eine Immobilie.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
message |
protected String |
messageCode |
protected PublishChannel |
publishChannel |
protected PublishObject.RealEstate |
realEstate |
Constructor and Description |
---|
PublishObject() |
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 |
getId()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getMessageCode()
Gets the value of the messageCode property.
|
PublishChannel |
getPublishChannel()
Gets the value of the publishChannel property.
|
PublishObject.RealEstate |
getRealEstate()
Gets the value of the realEstate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMessageCode(String value)
Sets the value of the messageCode property.
|
void |
setPublishChannel(PublishChannel value)
Sets the value of the publishChannel property.
|
void |
setRealEstate(PublishObject.RealEstate value)
Sets the value of the realEstate property.
|
String |
toString() |
protected PublishObject.RealEstate realEstate
protected PublishChannel publishChannel
protected String messageCode
protected String message
protected String id
public PublishObject.RealEstate getRealEstate()
PublishObject.RealEstate
public void setRealEstate(PublishObject.RealEstate value)
value
- allowed object is
PublishObject.RealEstate
public PublishChannel getPublishChannel()
PublishChannel
public void setPublishChannel(PublishChannel value)
value
- allowed object is
PublishChannel
public String getMessageCode()
String
public void setMessageCode(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public void setId(String 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 © 2014 OpenEstate. All rights reserved.