Uses of Class
org.n52.shetland.iso.gmd.PT_FreeText
-
Packages that use PT_FreeText Package Description org.n52.shetland.inspire.base2 org.n52.shetland.iso.gmd -
-
Uses of PT_FreeText in org.n52.shetland.inspire.base2
Methods in org.n52.shetland.inspire.base2 that return types with arguments of type PT_FreeText Modifier and Type Method Description Nillable<PT_FreeText>Contact. getContactInstructions()Nillable<PT_FreeText>Contact. getHoursOfService()Nillable<PT_FreeText>RelatedParty. getIndividualName()Nillable<PT_FreeText>RelatedParty. getOrganisationName()Nillable<PT_FreeText>RelatedParty. getPositionName()Methods in org.n52.shetland.inspire.base2 with parameters of type PT_FreeText Modifier and Type Method Description ContactContact. setContactInstructions(PT_FreeText contactInstructions)ContactContact. setHoursOfService(PT_FreeText hoursOfService)RelatedPartyRelatedParty. setIndividualName(PT_FreeText individualName)RelatedPartyRelatedParty. setOrganisationName(PT_FreeText organisationName)RelatedPartyRelatedParty. setPositionName(PT_FreeText positionName)Method parameters in org.n52.shetland.inspire.base2 with type arguments of type PT_FreeText Modifier and Type Method Description ContactContact. setContactInstructions(Nillable<PT_FreeText> contactInstructions)ContactContact. setHoursOfService(Nillable<PT_FreeText> hoursOfService)RelatedPartyRelatedParty. setIndividualName(Nillable<PT_FreeText> individualName)RelatedPartyRelatedParty. setOrganisationName(Nillable<PT_FreeText> organisationName)RelatedPartyRelatedParty. setPositionName(Nillable<PT_FreeText> positionName) -
Uses of PT_FreeText in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return PT_FreeText Modifier and Type Method Description PT_FreeTextPT_FreeText. addTextGroup(LocalisedCharacterString textGroup)PT_FreeTextPT_FreeText. setTextGroup(Set<LocalisedCharacterString> textGroup)
-