|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.TelephoneType
public class TelephoneType
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 |
|---|
protected List<String> voice
protected List<String> facsimile
| Constructor Detail |
|---|
public TelephoneType()
| Method Detail |
|---|
public List<String> getVoice()
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
public boolean isSetVoice()
public void unsetVoice()
public List<String> getFacsimile()
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
public boolean isSetFacsimile()
public void unsetFacsimile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||