public class PublishObject extends Object
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" maxOccurs="0" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="0" 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 PublishChannel |
publishChannel |
protected PublishObject.RealEstate |
realEstate |
Constructor and Description |
---|
PublishObject() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id 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 |
setPublishChannel(PublishChannel value)
Sets the value of the publishChannel property.
|
void |
setRealEstate(PublishObject.RealEstate value)
Sets the value of the realEstate property.
|
protected PublishObject.RealEstate realEstate
protected PublishChannel publishChannel
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
Copyright © 2014 OpenEstate. All rights reserved.