Uses of Class
net.opengis.ows.v_2_0.ReferenceType

Uses of ReferenceType in net.opengis.ows.v_2_0
 

Subclasses of ReferenceType in net.opengis.ows.v_2_0
 class ServiceReferenceType
          Complete reference to a remote resource that needs to be retrieved from an OWS using an XML-encoded operation request.
 

Methods in net.opengis.ows.v_2_0 that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 ReferenceType ReferenceType.withAbstract(Collection<LanguageStringType> values)
           
 ReferenceType ReferenceType.withAbstract(LanguageStringType... values)
           
 ReferenceType ReferenceType.withAbstract(List<LanguageStringType> value)
           
 ReferenceType ReferenceType.withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
           
 ReferenceType ReferenceType.withArcrole(String value)
           
 ReferenceType ReferenceType.withFormat(String value)
           
 ReferenceType ReferenceType.withHref(String value)
           
 ReferenceType ReferenceType.withIdentifier(CodeType value)
           
 ReferenceType ReferenceType.withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
           
 ReferenceType ReferenceType.withMetadata(JAXBElement<? extends MetadataType>... values)
           
 ReferenceType ReferenceType.withMetadata(List<JAXBElement<? extends MetadataType>> value)
           
 ReferenceType ReferenceType.withRole(String value)
           
 ReferenceType ReferenceType.withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
           
 ReferenceType ReferenceType.withTitle(String value)
           
 ReferenceType ReferenceType.withType(String value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 

Methods in net.opengis.ows.v_2_0 with parameters of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 



Copyright © 2008-2014 Highsource. All Rights Reserved.