@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public class BaseContactDetails extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for BaseContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseContactDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="email" type="{http://rest.immobilienscout24.de/schema/common/1.0}Email" minOccurs="0"/>
<element name="salutation" type="{http://rest.immobilienscout24.de/schema/common/1.0}SalutationType" minOccurs="0"/>
<element name="firstname" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="lastname" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="faxNumberCountryCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\+[1-9]\d{0,3}"/>
</restriction>
</simpleType>
</element>
<element name="faxNumberAreaCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{1,10}"/>
</restriction>
</simpleType>
</element>
<element name="faxNumberSubscriber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[\d][\d \-]{0,24}[\d]"/>
</restriction>
</simpleType>
</element>
<element name="faxNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(\+[1-9]\d{0,3}) +\d{1,10} +([\d][\d \-]{0,24}[\d])"/>
</restriction>
</simpleType>
</element>
<element name="phoneNumberCountryCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\+[1-9]\d{0,3}"/>
</restriction>
</simpleType>
</element>
<element name="phoneNumberAreaCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{1,10}"/>
</restriction>
</simpleType>
</element>
<element name="phoneNumberSubscriber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[\d][\d \-]{0,24}[\d]"/>
</restriction>
</simpleType>
</element>
<element name="phoneNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(\+[1-9]\d{0,3}) +\d{1,10} +([\d][\d \-]{0,24}[\d])"/>
</restriction>
</simpleType>
</element>
<element name="cellPhoneNumberCountryCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\+[1-9]\d{0,3}"/>
</restriction>
</simpleType>
</element>
<element name="cellPhoneNumberAreaCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{1,10}"/>
</restriction>
</simpleType>
</element>
<element name="cellPhoneNumberSubscriber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[\d][\d \-]{0,24}[\d]"/>
</restriction>
</simpleType>
</element>
<element name="cellPhoneNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(\+[1-9]\d{0,3}) +\d{1,10} +([\d][\d \-]{0,24}[\d])"/>
</restriction>
</simpleType>
</element>
<element name="address" type="{http://rest.immobilienscout24.de/schema/common/1.0}Address" minOccurs="0"/>
<element name="countryCode" type="{http://rest.immobilienscout24.de/schema/common/1.0}CountryCode" minOccurs="0"/>
<element name="title" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="15"/>
</restriction>
</simpleType>
</element>
<element name="additionName" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="company" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="homepageUrl" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<maxLength value="300"/>
</restriction>
</simpleType>
</element>
<element name="portraitUrl" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<maxLength value="300"/>
</restriction>
</simpleType>
</element>
<element name="position" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionName |
protected Address |
address |
protected String |
cellPhoneNumber |
protected String |
cellPhoneNumberAreaCode |
protected String |
cellPhoneNumberCountryCode |
protected String |
cellPhoneNumberSubscriber |
protected String |
company |
protected CountryCode |
countryCode |
protected String |
email |
protected String |
faxNumber |
protected String |
faxNumberAreaCode |
protected String |
faxNumberCountryCode |
protected String |
faxNumberSubscriber |
protected String |
firstname |
protected URI |
homepageUrl |
protected String |
lastname |
protected String |
phoneNumber |
protected String |
phoneNumberAreaCode |
protected String |
phoneNumberCountryCode |
protected String |
phoneNumberSubscriber |
protected URI |
portraitUrl |
protected String |
position |
protected SalutationType |
salutation |
protected String |
title |
| Constructor and Description |
|---|
BaseContactDetails() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
String |
getAdditionName()
Gets the value of the additionName property.
|
Address |
getAddress()
Gets the value of the address property.
|
String |
getCellPhoneNumber()
Gets the value of the cellPhoneNumber property.
|
String |
getCellPhoneNumberAreaCode()
Gets the value of the cellPhoneNumberAreaCode property.
|
String |
getCellPhoneNumberCountryCode()
Gets the value of the cellPhoneNumberCountryCode property.
|
String |
getCellPhoneNumberSubscriber()
Gets the value of the cellPhoneNumberSubscriber property.
|
String |
getCompany()
Gets the value of the company property.
|
CountryCode |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFaxNumber()
Gets the value of the faxNumber property.
|
String |
getFaxNumberAreaCode()
Gets the value of the faxNumberAreaCode property.
|
String |
getFaxNumberCountryCode()
Gets the value of the faxNumberCountryCode property.
|
String |
getFaxNumberSubscriber()
Gets the value of the faxNumberSubscriber property.
|
String |
getFirstname()
Gets the value of the firstname property.
|
URI |
getHomepageUrl()
Gets the value of the homepageUrl property.
|
String |
getLastname()
Gets the value of the lastname property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
String |
getPhoneNumberAreaCode()
Gets the value of the phoneNumberAreaCode property.
|
String |
getPhoneNumberCountryCode()
Gets the value of the phoneNumberCountryCode property.
|
String |
getPhoneNumberSubscriber()
Gets the value of the phoneNumberSubscriber property.
|
URI |
getPortraitUrl()
Gets the value of the portraitUrl property.
|
String |
getPosition()
Gets the value of the position property.
|
SalutationType |
getSalutation()
Gets the value of the salutation property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAdditionName(String value)
Sets the value of the additionName property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setCellPhoneNumber(String value)
Sets the value of the cellPhoneNumber property.
|
void |
setCellPhoneNumberAreaCode(String value)
Sets the value of the cellPhoneNumberAreaCode property.
|
void |
setCellPhoneNumberCountryCode(String value)
Sets the value of the cellPhoneNumberCountryCode property.
|
void |
setCellPhoneNumberSubscriber(String value)
Sets the value of the cellPhoneNumberSubscriber property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setCountryCode(CountryCode value)
Sets the value of the countryCode property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFaxNumber(String value)
Sets the value of the faxNumber property.
|
void |
setFaxNumberAreaCode(String value)
Sets the value of the faxNumberAreaCode property.
|
void |
setFaxNumberCountryCode(String value)
Sets the value of the faxNumberCountryCode property.
|
void |
setFaxNumberSubscriber(String value)
Sets the value of the faxNumberSubscriber property.
|
void |
setFirstname(String value)
Sets the value of the firstname property.
|
void |
setHomepageUrl(URI value)
Sets the value of the homepageUrl property.
|
void |
setLastname(String value)
Sets the value of the lastname property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
void |
setPhoneNumberAreaCode(String value)
Sets the value of the phoneNumberAreaCode property.
|
void |
setPhoneNumberCountryCode(String value)
Sets the value of the phoneNumberCountryCode property.
|
void |
setPhoneNumberSubscriber(String value)
Sets the value of the phoneNumberSubscriber property.
|
void |
setPortraitUrl(URI value)
Sets the value of the portraitUrl property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setSalutation(SalutationType value)
Sets the value of the salutation property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String email
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected SalutationType salutation
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String firstname
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String lastname
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String faxNumberCountryCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String faxNumberAreaCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String faxNumberSubscriber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String faxNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String phoneNumberCountryCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String phoneNumberAreaCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String phoneNumberSubscriber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String phoneNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String cellPhoneNumberCountryCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String cellPhoneNumberAreaCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String cellPhoneNumberSubscriber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String cellPhoneNumber
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected Address address
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected CountryCode countryCode
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String title
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String additionName
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String company
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected URI homepageUrl
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected URI portraitUrl
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") protected String position
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getEmail()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setEmail(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public SalutationType getSalutation()
SalutationType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setSalutation(SalutationType value)
value - allowed object is
SalutationType@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFirstname()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFirstname(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getLastname()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setLastname(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFaxNumberCountryCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFaxNumberCountryCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFaxNumberAreaCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFaxNumberAreaCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFaxNumberSubscriber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFaxNumberSubscriber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getFaxNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setFaxNumber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getPhoneNumberCountryCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPhoneNumberCountryCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getPhoneNumberAreaCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPhoneNumberAreaCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getPhoneNumberSubscriber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPhoneNumberSubscriber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getPhoneNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPhoneNumber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getCellPhoneNumberCountryCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCellPhoneNumberCountryCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getCellPhoneNumberAreaCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCellPhoneNumberAreaCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getCellPhoneNumberSubscriber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCellPhoneNumberSubscriber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getCellPhoneNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCellPhoneNumber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Address getAddress()
Address@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setAddress(Address value)
value - allowed object is
Address@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public CountryCode getCountryCode()
CountryCode@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCountryCode(CountryCode value)
value - allowed object is
CountryCode@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getTitle()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setTitle(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getAdditionName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setAdditionName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getCompany()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setCompany(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public URI getHomepageUrl()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setHomepageUrl(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public URI getPortraitUrl()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPortraitUrl(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String getPosition()
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public void setPosition(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object clone()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2Copyright © 2018 OpenEstate. All rights reserved.