public class ContactType
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Phone" type="{http://www.opengis.net/ows/2.0}TelephoneType" minOccurs="0"/>
<element name="Address" type="{http://www.opengis.net/ows/2.0}AddressType" minOccurs="0"/>
<element name="OnlineResource" type="{http://www.opengis.net/ows/2.0}OnlineResourceType" minOccurs="0"/>
<element name="HoursOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected java.lang.String |
contactInstructions |
protected java.lang.String |
hoursOfService |
protected OnlineResourceType |
onlineResource |
protected TelephoneType |
phone |
| Constructor and Description |
|---|
ContactType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
AddressType |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getContactInstructions()
Gets the value of the contactInstructions property.
|
java.lang.String |
getHoursOfService()
Gets the value of the hoursOfService property.
|
OnlineResourceType |
getOnlineResource()
Gets the value of the onlineResource property.
|
TelephoneType |
getPhone()
Gets the value of the phone property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAddress() |
boolean |
isSetContactInstructions() |
boolean |
isSetHoursOfService() |
boolean |
isSetOnlineResource() |
boolean |
isSetPhone() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setContactInstructions(java.lang.String value)
Sets the value of the contactInstructions property.
|
void |
setHoursOfService(java.lang.String value)
Sets the value of the hoursOfService property.
|
void |
setOnlineResource(OnlineResourceType value)
Sets the value of the onlineResource property.
|
void |
setPhone(TelephoneType value)
Sets the value of the phone property.
|
java.lang.String |
toString() |
ContactType |
withAddress(AddressType value) |
ContactType |
withContactInstructions(java.lang.String value) |
ContactType |
withHoursOfService(java.lang.String value) |
ContactType |
withOnlineResource(OnlineResourceType value) |
ContactType |
withPhone(TelephoneType value) |
protected TelephoneType phone
protected AddressType address
protected OnlineResourceType onlineResource
protected java.lang.String hoursOfService
protected java.lang.String contactInstructions
public TelephoneType getPhone()
TelephoneTypepublic void setPhone(TelephoneType value)
value - allowed object is
TelephoneTypepublic boolean isSetPhone()
public AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic boolean isSetAddress()
public OnlineResourceType getOnlineResource()
OnlineResourceTypepublic void setOnlineResource(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic boolean isSetOnlineResource()
public java.lang.String getHoursOfService()
Stringpublic void setHoursOfService(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHoursOfService()
public java.lang.String getContactInstructions()
Stringpublic void setContactInstructions(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContactInstructions()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public ContactType withPhone(TelephoneType value)
public ContactType withAddress(AddressType value)
public ContactType withOnlineResource(OnlineResourceType value)
public ContactType withHoursOfService(java.lang.String value)
public ContactType withContactInstructions(java.lang.String value)
Copyright © 2008-2022. All Rights Reserved.