Package org.n52.shetland.iso.gmd
Class CiTelephone
- java.lang.Object
-
- org.n52.shetland.iso.gmd.AbtractGmd
-
- org.n52.shetland.iso.gmd.AbstractObject
-
- org.n52.shetland.iso.gmd.CiTelephone
-
- All Implemented Interfaces:
HasDefaultEncoding<AbtractGmd>
public class CiTelephone extends AbstractObject
Internal representation of the ISO GMD Telephone.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CiTelephone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CiTelephoneaddFacsimile(String facsimile)CiTelephoneaddVoice(String voice)List<String>getFacsimile()List<String>getVoice()booleanisSetFacsimile()booleanisSetVoice()CiTelephonesetFacsimile(Collection<String> facsimile)CiTelephonesetVoice(Collection<String> voice)-
Methods inherited from class org.n52.shetland.iso.gmd.AbstractObject
getId, getUuid, isSetId, isSetUuid, setId, setId, setUuid
-
Methods inherited from class org.n52.shetland.iso.gmd.AbtractGmd
getDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncoding
-
-
-
-
Method Detail
-
isSetVoice
public boolean isSetVoice()
-
setVoice
public CiTelephone setVoice(Collection<String> voice)
-
addVoice
public CiTelephone addVoice(String voice)
-
isSetFacsimile
public boolean isSetFacsimile()
-
addFacsimile
public CiTelephone addFacsimile(String facsimile)
-
setFacsimile
public CiTelephone setFacsimile(Collection<String> facsimile)
-
-