public static class RealEstate.Contact extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="externalId" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
externalId |
protected Long |
id |
Constructor and Description |
---|
RealEstate.Contact() |
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Gets the value of the externalId property.
|
Long |
getId()
Gets the value of the id property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
Copyright © 2014 OpenEstate. All rights reserved.