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 Modifier and Type Field Description protected ReferenceTypeDataInputType. referenceprotected ReferenceTypeDataOutputType. referenceMethods in net.opengis.wps.v_2_0 that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeReferenceTypeDataInputType. getReference()Gets the value of the reference property.ReferenceTypeDataOutputType. getReference()Gets the value of the reference property.ReferenceTypeReferenceType. withBody(Object value)ReferenceTypeReferenceType. withBodyReference(ReferenceType.BodyReference value)ReferenceTypeReferenceType. withEncoding(String value)ReferenceTypeReferenceType. withHref(String value)ReferenceTypeReferenceType. withMimeType(String value)ReferenceTypeReferenceType. withSchema(String value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)Methods in net.opengis.wps.v_2_0 with parameters of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)voidDataInputType. setReference(ReferenceType value)Sets the value of the reference property.voidDataOutputType. setReference(ReferenceType value)Sets the value of the reference property.DataInputTypeDataInputType. withReference(ReferenceType value)DataOutputTypeDataOutputType. withReference(ReferenceType value)Constructors in net.opengis.wps.v_2_0 with parameters of type ReferenceType Constructor Description DataInputType(Data data, ReferenceType reference, List<DataInputType> input, String id)Fully-initialising value constructorDataOutputType(Data data, ReferenceType reference, DataOutputType output, String id)Fully-initialising value constructor
-