Uses of Class
org.n52.shetland.w3c.xlink.Reference
-
Packages that use Reference Package Description org.n52.shetland.inspire.ad org.n52.shetland.inspire.base2 org.n52.shetland.inspire.ef org.n52.shetland.w3c.xlink -
-
Uses of Reference in org.n52.shetland.inspire.ad
Methods in org.n52.shetland.inspire.ad that return types with arguments of type Reference Modifier and Type Method Description Nillable<Reference>AddressRepresentation. getAddressFeature()Methods in org.n52.shetland.inspire.ad with parameters of type Reference Modifier and Type Method Description AddressRepresentationAddressRepresentation. setAddressFeature(Reference addressFeature)Method parameters in org.n52.shetland.inspire.ad with type arguments of type Reference Modifier and Type Method Description AddressRepresentationAddressRepresentation. setAddressFeature(Nillable<Reference> addressFeature) -
Uses of Reference in org.n52.shetland.inspire.base2
Methods in org.n52.shetland.inspire.base2 that return types with arguments of type Reference Modifier and Type Method Description List<Nillable<Reference>>RelatedParty. getRoles()Methods in org.n52.shetland.inspire.base2 with parameters of type Reference Modifier and Type Method Description RelatedPartyRelatedParty. addRole(Reference role)Method parameters in org.n52.shetland.inspire.base2 with type arguments of type Reference Modifier and Type Method Description RelatedPartyRelatedParty. addRole(Nillable<Reference> role)voidRelatedParty. setRoles(List<Nillable<Reference>> roles) -
Uses of Reference in org.n52.shetland.inspire.ef
Subclasses of Reference in org.n52.shetland.inspire.ef Modifier and Type Class Description classObservingCapability -
Uses of Reference in org.n52.shetland.w3c.xlink
Methods in org.n52.shetland.w3c.xlink that return Reference Modifier and Type Method Description abstract ReferenceReferenceable. getReference()ReferenceReference. setActuate(String actuate)ReferenceReference. setActuate(Actuate actuate)ReferenceReference. setArcrole(String arcrole)ReferenceReference. setHref(URI href)ReferenceReference. setRemoteSchema(String remoteSchema)ReferenceReference. setRole(String role)ReferenceReference. setShow(String show)ReferenceReference. setShow(Show show)ReferenceReference. setTitle(String title)ReferenceReference. setType(String type)ReferenceReference. setType(Type type)Methods in org.n52.shetland.w3c.xlink with parameters of type Reference Modifier and Type Method Description static <T> Referenceable<T>Referenceable. of(Reference reference)
-