public class StrictEntry 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 StrictEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrictEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="wgs84Coordinate" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84Coordinate"/> <element name="preciseHouseNumber" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="publishedAfterRequestedDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attGroup ref="{http://rest.immobilienscout24.de/schema/common/1.0}Reference"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Calendar |
creation |
protected URL |
href |
protected Long |
id |
protected String |
label |
protected Calendar |
modification |
protected Boolean |
preciseHouseNumber |
protected Calendar |
publishDate |
protected Boolean |
publishedAfterRequestedDate |
protected Wgs84Coordinate |
wgs84Coordinate |
Constructor and Description |
---|
StrictEntry() |
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) |
Calendar |
getCreation()
Gets the value of the creation property.
|
URL |
getHref()
Link zum Element.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
Calendar |
getModification()
Gets the value of the modification property.
|
Calendar |
getPublishDate()
Gets the value of the publishDate property.
|
Wgs84Coordinate |
getWgs84Coordinate()
Gets the value of the wgs84Coordinate property.
|
Boolean |
isPreciseHouseNumber()
Gets the value of the preciseHouseNumber property.
|
Boolean |
isPublishedAfterRequestedDate()
Gets the value of the publishedAfterRequestedDate property.
|
void |
setCreation(Calendar value)
Sets the value of the creation property.
|
void |
setHref(URL value)
Sets the value of the href property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setModification(Calendar value)
Sets the value of the modification property.
|
void |
setPreciseHouseNumber(Boolean value)
Sets the value of the preciseHouseNumber property.
|
void |
setPublishDate(Calendar value)
Sets the value of the publishDate property.
|
void |
setPublishedAfterRequestedDate(Boolean value)
Sets the value of the publishedAfterRequestedDate property.
|
void |
setWgs84Coordinate(Wgs84Coordinate value)
Sets the value of the wgs84Coordinate property.
|
String |
toString() |
protected Wgs84Coordinate wgs84Coordinate
protected Boolean preciseHouseNumber
protected Boolean publishedAfterRequestedDate
protected URL href
protected Long id
protected String label
protected Calendar modification
protected Calendar creation
protected Calendar publishDate
public Wgs84Coordinate getWgs84Coordinate()
Wgs84Coordinate
public void setWgs84Coordinate(Wgs84Coordinate value)
value
- allowed object is
Wgs84Coordinate
public Boolean isPreciseHouseNumber()
Boolean
public void setPreciseHouseNumber(Boolean value)
value
- allowed object is
Boolean
public Boolean isPublishedAfterRequestedDate()
Boolean
public void setPublishedAfterRequestedDate(Boolean value)
value
- allowed object is
Boolean
public void setHref(URL value)
value
- allowed object is
String
public void setId(Long value)
value
- allowed object is
Long
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public Calendar getModification()
String
public void setModification(Calendar value)
value
- allowed object is
String
public Calendar getCreation()
String
public void setCreation(Calendar value)
value
- allowed object is
String
public Calendar getPublishDate()
String
public void setPublishDate(Calendar 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.