Uses of Class
net.opengis.wps.v_2_0.ReferenceType.BodyReference
-
-
Uses of ReferenceType.BodyReference in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 declared as ReferenceType.BodyReference Modifier and Type Field Description protected ReferenceType.BodyReferenceReferenceType. bodyReferenceMethods in net.opengis.wps.v_2_0 that return ReferenceType.BodyReference Modifier and Type Method Description ReferenceType.BodyReferenceObjectFactory. createReferenceTypeBodyReference()Create an instance ofReferenceType.BodyReferenceReferenceType.BodyReferenceReferenceType. getBodyReference()Gets the value of the bodyReference property.ReferenceType.BodyReferenceReferenceType.BodyReference. withHref(String value)Methods in net.opengis.wps.v_2_0 with parameters of type ReferenceType.BodyReference Modifier and Type Method Description voidReferenceType. setBodyReference(ReferenceType.BodyReference value)Sets the value of the bodyReference property.ReferenceTypeReferenceType. withBodyReference(ReferenceType.BodyReference value)Constructors in net.opengis.wps.v_2_0 with parameters of type ReferenceType.BodyReference Constructor Description ReferenceType(Object body, ReferenceType.BodyReference bodyReference, String href, String mimeType, String encoding, String schema)Fully-initialising value constructor
-