net.opengis.ows._2
Class ContactType

java.lang.Object
  extended by net.opengis.ows._2.ContactType

public class ContactType
extends Object

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

phone

protected TelephoneType phone

address

protected AddressType address

onlineResource

protected OnlineResourceType onlineResource

hoursOfService

protected String hoursOfService

contactInstructions

protected String contactInstructions
Constructor Detail

ContactType

public ContactType()
Method Detail

getPhone

public TelephoneType getPhone()
Obtient la valeur de la propriété phone.

Returns:
possible object is TelephoneType

setPhone

public void setPhone(TelephoneType value)
Définit la valeur de la propriété phone.

Parameters:
value - allowed object is TelephoneType

isSetPhone

public boolean isSetPhone()

getAddress

public AddressType getAddress()
Obtient la valeur de la propriété address.

Returns:
possible object is AddressType

setAddress

public void setAddress(AddressType value)
Définit la valeur de la propriété address.

Parameters:
value - allowed object is AddressType

isSetAddress

public boolean isSetAddress()

getOnlineResource

public OnlineResourceType getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is OnlineResourceType

setOnlineResource

public void setOnlineResource(OnlineResourceType value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is OnlineResourceType

isSetOnlineResource

public boolean isSetOnlineResource()

getHoursOfService

public String getHoursOfService()
Obtient la valeur de la propriété hoursOfService.

Returns:
possible object is String

setHoursOfService

public void setHoursOfService(String value)
Définit la valeur de la propriété hoursOfService.

Parameters:
value - allowed object is String

isSetHoursOfService

public boolean isSetHoursOfService()

getContactInstructions

public String getContactInstructions()
Obtient la valeur de la propriété contactInstructions.

Returns:
possible object is String

setContactInstructions

public void setContactInstructions(String value)
Définit la valeur de la propriété contactInstructions.

Parameters:
value - allowed object is String

isSetContactInstructions

public boolean isSetContactInstructions()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.