Package org.n52.shetland.iso.gmd
Class PT_FreeText
- java.lang.Object
-
- org.n52.shetland.iso.gmd.AbtractGmd
-
- org.n52.shetland.iso.gmd.PT_FreeText
-
- All Implemented Interfaces:
HasDefaultEncoding<AbtractGmd>
public class PT_FreeText extends AbtractGmd
-
-
Constructor Summary
Constructors Constructor Description PT_FreeText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PT_FreeTextaddTextGroup(LocalisedCharacterString textGroup)booleanequals(Object obj)Set<LocalisedCharacterString>getTextGroup()inthashCode()booleanisSetTextGroup()PT_FreeTextsetTextGroup(Set<LocalisedCharacterString> textGroup)StringtoString()-
Methods inherited from class org.n52.shetland.iso.gmd.AbtractGmd
getDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncoding
-
-
-
-
Method Detail
-
getTextGroup
public Set<LocalisedCharacterString> getTextGroup()
- Returns:
- the textGroup
-
setTextGroup
public PT_FreeText setTextGroup(Set<LocalisedCharacterString> textGroup)
- Parameters:
textGroup- the textGroup to set
-
addTextGroup
public PT_FreeText addTextGroup(LocalisedCharacterString textGroup)
- Parameters:
textGroup- the textGroup to add
-
isSetTextGroup
public boolean isSetTextGroup()
-
-