|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.ContactType
public class ContactType
For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.
Classe Java pour ContactType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected AddressType |
address
|
protected String |
contactInstructions
|
protected String |
hoursOfService
|
protected OnlineResourceType |
onlineResource
|
protected TelephoneType |
phone
|
| Constructor Summary | |
|---|---|
ContactType()
|
|
| Method Summary | |
|---|---|
AddressType |
getAddress()
Obtient la valeur de la propriété address. |
String |
getContactInstructions()
Obtient la valeur de la propriété contactInstructions. |
String |
getHoursOfService()
Obtient la valeur de la propriété hoursOfService. |
OnlineResourceType |
getOnlineResource()
Obtient la valeur de la propriété onlineResource. |
TelephoneType |
getPhone()
Obtient la valeur de la propriété phone. |
boolean |
isSetAddress()
|
boolean |
isSetContactInstructions()
|
boolean |
isSetHoursOfService()
|
boolean |
isSetOnlineResource()
|
boolean |
isSetPhone()
|
void |
setAddress(AddressType value)
Définit la valeur de la propriété address. |
void |
setContactInstructions(String value)
Définit la valeur de la propriété contactInstructions. |
void |
setHoursOfService(String value)
Définit la valeur de la propriété hoursOfService. |
void |
setOnlineResource(OnlineResourceType value)
Définit la valeur de la propriété onlineResource. |
void |
setPhone(TelephoneType value)
Définit la valeur de la propriété phone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TelephoneType phone
protected AddressType address
protected OnlineResourceType onlineResource
protected String hoursOfService
protected String contactInstructions
| Constructor Detail |
|---|
public ContactType()
| Method Detail |
|---|
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 String getHoursOfService()
Stringpublic void setHoursOfService(String value)
value - allowed object is
Stringpublic boolean isSetHoursOfService()
public String getContactInstructions()
Stringpublic void setContactInstructions(String value)
value - allowed object is
Stringpublic boolean isSetContactInstructions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||