net.opengis.ows._2
Class TelephoneType

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

public class TelephoneType
extends Object

Telephone numbers for contacting the responsible individual or organization.

Classe Java pour TelephoneType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="TelephoneType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Voice" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Facsimile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> facsimile
           
protected  List<String> voice
           
 
Constructor Summary
TelephoneType()
           
 
Method Summary
 List<String> getFacsimile()
          Gets the value of the facsimile property.
 List<String> getVoice()
          Gets the value of the voice property.
 boolean isSetFacsimile()
           
 boolean isSetVoice()
           
 void unsetFacsimile()
           
 void unsetVoice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

voice

protected List<String> voice

facsimile

protected List<String> facsimile
Constructor Detail

TelephoneType

public TelephoneType()
Method Detail

getVoice

public List<String> getVoice()
Gets the value of the voice property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the voice property.

For example, to add a new item, do as follows:

    getVoice().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetVoice

public boolean isSetVoice()

unsetVoice

public void unsetVoice()

getFacsimile

public List<String> getFacsimile()
Gets the value of the facsimile property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the facsimile property.

For example, to add a new item, do as follows:

    getFacsimile().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetFacsimile

public boolean isSetFacsimile()

unsetFacsimile

public void unsetFacsimile()


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