Uses of Class
org.n52.shetland.w3c.Nillable
-
-
Uses of Nillable in org.n52.shetland.inspire
Methods in org.n52.shetland.inspire that return Nillable Modifier and Type Method Description Nillable<CodeType>GeographicalName. getGrammaticalGender()Nillable<CodeType>GeographicalName. getGrammaticalNumber()Nillable<String>Pronunciation. getIPA()Nillable<String>GeographicalName. getLanguage()Nillable<CodeType>GeographicalName. getNameStatus()Nillable<CodeType>GeographicalName. getNativeness()Nillable<Pronunciation>GeographicalName. getPronunciation()Nillable<String>Spelling. getScript()Nillable<URI>Pronunciation. getSoundLink()Nillable<String>GeographicalName. getSourceOfName()Nillable<String>Spelling. getTransliterationScheme()Methods in org.n52.shetland.inspire with parameters of type Nillable Modifier and Type Method Description GeographicalNameGeographicalName. setGrammaticalGender(Nillable<CodeType> grammaticalGender)GeographicalNameGeographicalName. setGrammaticalNumber(Nillable<CodeType> grammaticalNumber)PronunciationPronunciation. setIPA(Nillable<String> ipa)GeographicalNameGeographicalName. setLanguage(Nillable<String> language)GeographicalNameGeographicalName. setNameStatus(Nillable<CodeType> nameStatus)GeographicalNameGeographicalName. setNativeness(Nillable<CodeType> nativeness)GeographicalNameGeographicalName. setPronunciation(Nillable<Pronunciation> pronunciation)SpellingSpelling. setScript(Nillable<String> script)PronunciationPronunciation. setSoundLink(Nillable<URI> soundLink)GeographicalNameGeographicalName. setSourceOfName(Nillable<String> sourceOfName)SpellingSpelling. setTransliterationScheme(Nillable<String> transliterationScheme) -
Uses of Nillable in org.n52.shetland.inspire.ad
Methods in org.n52.shetland.inspire.ad that return Nillable Modifier and Type Method Description Nillable<Reference>AddressRepresentation. getAddressFeature()Nillable<String>AddressRepresentation. getPostCode()Methods in org.n52.shetland.inspire.ad that return types with arguments of type Nillable Modifier and Type Method Description List<Nillable<GeographicalName>>AddressRepresentation. getAddressAreas()List<Nillable<GeographicalName>>AddressRepresentation. getPostNames()List<Nillable<GeographicalName>>AddressRepresentation. getThoroughfares()Methods in org.n52.shetland.inspire.ad with parameters of type Nillable Modifier and Type Method Description AddressRepresentationAddressRepresentation. addAddressArea(Nillable<GeographicalName> addressArea)AddressRepresentationAddressRepresentation. addPostName(Nillable<GeographicalName> postName)AddressRepresentationAddressRepresentation. addThoroughfare(Nillable<GeographicalName> thoroughfare)AddressRepresentationAddressRepresentation. setAddressFeature(Nillable<Reference> addressFeature)AddressRepresentationAddressRepresentation. setPostCode(Nillable<String> postCode) -
Uses of Nillable in org.n52.shetland.inspire.base
Methods in org.n52.shetland.inspire.base that return Nillable Modifier and Type Method Description Nillable<String>Identifier. getVersionId()Methods in org.n52.shetland.inspire.base with parameters of type Nillable Modifier and Type Method Description IdentifierIdentifier. setVersionId(Nillable<String> versionId) -
Uses of Nillable in org.n52.shetland.inspire.base2
Methods in org.n52.shetland.inspire.base2 that return Nillable Modifier and Type Method Description Nillable<AddressRepresentation>Contact. getAddress()Nillable<Contact>RelatedParty. getContact()Nillable<PT_FreeText>Contact. getContactInstructions()Nillable<org.joda.time.DateTime>DocumentCitation. getDate()Nillable<String>Contact. getElectronicMailAddress()Nillable<PT_FreeText>Contact. getHoursOfService()Nillable<PT_FreeText>RelatedParty. getIndividualName()Nillable<PT_FreeText>RelatedParty. getOrganisationName()Nillable<PT_FreeText>RelatedParty. getPositionName()Nillable<List<Nillable<String>>>Contact. getTelephoneFacsimile()Nillable<List<Nillable<String>>>Contact. getTelephoneVoice()Nillable<String>Contact. getWebsite()Methods in org.n52.shetland.inspire.base2 that return types with arguments of type Nillable Modifier and Type Method Description List<Nillable<String>>DocumentCitation. getLinks()List<Nillable<Reference>>RelatedParty. getRoles()Nillable<List<Nillable<String>>>Contact. getTelephoneFacsimile()Nillable<List<Nillable<String>>>Contact. getTelephoneVoice()Method parameters in org.n52.shetland.inspire.base2 with type arguments of type Nillable Modifier and Type Method Description DocumentCitationDocumentCitation. setLinks(Collection<Nillable<String>> links)voidRelatedParty. setRoles(List<Nillable<Reference>> roles)ContactContact. setTelephoneFacsimile(List<Nillable<String>> telephoneFacsimile)ContactContact. setTelephoneFacsimile(Nillable<List<Nillable<String>>> telephoneFacsimile)ContactContact. setTelephoneVoice(List<Nillable<String>> telephoneVoice)ContactContact. setTelephoneVoice(Nillable<List<Nillable<String>>> telephoneVoice) -
Uses of Nillable in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return Nillable Modifier and Type Method Description Nillable<String>CiContact. getContactInstructionsNillable()Nillable<String>CiContact. getHoursOfServiceNillable()Nillable<URI>CiOnlineResource. getLinkage()Nillable<Double>EXVerticalExtent. getMaximumValue()Nillable<Double>EXVerticalExtent. getMinimumValue()Nillable<String>CiOnlineResource. getProtocol()Nillable<Role>CiResponsibleParty. getRoleNillable()Methods in org.n52.shetland.iso.gmd with parameters of type Nillable Modifier and Type Method Description CiContactCiContact. setContactInstructions(Nillable<String> contactInstructions)CiContactCiContact. setHoursOfService(Nillable<String> hoursOfService)voidCiOnlineResource. setLinkage(Nillable<URI> linkage)voidEXVerticalExtent. setMaximumValue(Nillable<Double> maximumValue)voidEXVerticalExtent. setMinimumValue(Nillable<Double> minimumValue)voidCiOnlineResource. setProtocol(Nillable<String> protocol)Constructors in org.n52.shetland.iso.gmd with parameters of type Nillable Constructor Description CiOnlineResource(Nillable<URI> linkage)CiResponsibleParty(Nillable<Role> role) -
Uses of Nillable in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return Nillable Modifier and Type Method Description Nillable<AbstractFeature>OmObservationConstellation. getNillableFeatureOfInterest()Get featureOfInterestNillable<AbstractFeature>OmObservationConstellation. getNillableProcedure()Get the procedureMethods in org.n52.shetland.ogc.om with parameters of type Nillable Modifier and Type Method Description OmObservationConstellationOmObservationConstellation. setFeatureOfInterest(Nillable<AbstractFeature> featureOfInterest)Set featureOfInterestOmObservationConstellationOmObservationConstellation. setProcedure(Nillable<AbstractFeature> procedure)Set the procedure -
Uses of Nillable in org.n52.shetland.w3c
Methods in org.n52.shetland.w3c that return Nillable Modifier and Type Method Description static <T> Nillable<T>Nillable. absent()Creates aNillablefor a absent instance.static <T> Nillable<T>Nillable. inapplicable()Creates a newNillable, that is nil because it is inapplicable.abstract <X> Nillable<X>Nillable. map(Function<? super T,X> fun)Transforms thisNillableto the target type.static <T> Nillable<T>Nillable. missing()Creates a newNillable, that is nil because it is missing.static <T> Nillable<T>Nillable. nil()Creates a newNillablethat isnil.static <T> Nillable<T>Nillable. nil(String reason)Creates a newNillablethat isnilbecause of optionally supplied reason.static <T> Nillable<T>Nillable. of(T obj)Creates a newNillablethat is either present (ifobjis notnull), or absent.static <T> Nillable<T>Nillable. of(T obj, String reason)Creates a newNillablethat is either present (ifobjis notnull), nil (ifreasonis notnull) or absent.static <T> Nillable<T>Nillable. present(T t)Creates a newNillablefrom a present instance.static <T> Nillable<T>Nillable. template()Creates a newNillable, that is nil because it is a template value.static <T> Nillable<T>Nillable. unknown()Creates a newNillable, that is nil because it is unknown.static <T> Nillable<T>Nillable. withheld()Creates a newNillable, that is nil because it is withheld. -
Uses of Nillable in org.n52.shetland.w3c.xlink
Methods in org.n52.shetland.w3c.xlink that return Nillable Modifier and Type Method Description abstract Nillable<T>Referenceable. getInstance()Methods in org.n52.shetland.w3c.xlink with parameters of type Nillable Modifier and Type Method Description static <T> Referenceable<T>Referenceable. of(Nillable<T> obj)
-