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

Uses of ReferenceType in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 declared as ReferenceType
protected  ReferenceType DataOutputType.reference
           
protected  ReferenceType DataInputType.reference
           
 

Methods in net.opengis.wps.v_2_0 that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 ReferenceType DataOutputType.getReference()
          Gets the value of the reference property.
 ReferenceType DataInputType.getReference()
          Gets the value of the reference property.
 ReferenceType ReferenceType.withBody(Object value)
           
 ReferenceType ReferenceType.withBodyReference(ReferenceType.BodyReference value)
           
 ReferenceType ReferenceType.withEncoding(String value)
           
 ReferenceType ReferenceType.withHref(String value)
           
 ReferenceType ReferenceType.withMimeType(String value)
           
 ReferenceType ReferenceType.withSchema(String value)
           
 

Methods in net.opengis.wps.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.wps.v_2_0 with parameters of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 void DataOutputType.setReference(ReferenceType value)
          Sets the value of the reference property.
 void DataInputType.setReference(ReferenceType value)
          Sets the value of the reference property.
 DataOutputType DataOutputType.withReference(ReferenceType value)
           
 DataInputType DataInputType.withReference(ReferenceType value)
           
 



Copyright © 2008-2015. All Rights Reserved.