Uses of Class
net.opengis.wps.v_2_0.DataDescriptionType
-
-
Uses of DataDescriptionType in net.opengis.wps.v_2_0
Subclasses of DataDescriptionType in net.opengis.wps.v_2_0 Modifier and Type Class Description classBoundingBoxDataJava class for anonymous complex type.classComplexDataTypeJava class for ComplexDataType complex type.classLiteralDataTypeJava class for LiteralDataType complex type.Fields in net.opengis.wps.v_2_0 with type parameters of type DataDescriptionType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>InputDescriptionType. dataDescriptionprotected jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>OutputDescriptionType. dataDescriptionMethods in net.opengis.wps.v_2_0 that return DataDescriptionType Modifier and Type Method Description DataDescriptionTypeDataDescriptionType. withFormat(Collection<Format> values)DataDescriptionTypeDataDescriptionType. withFormat(List<Format> value)DataDescriptionTypeDataDescriptionType. withFormat(Format... values)Methods in net.opengis.wps.v_2_0 that return types with arguments of type DataDescriptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DataDescriptionType>ObjectFactory. createDataDescription(DataDescriptionType value)jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>InputDescriptionType. getDataDescription()Gets the value of the dataDescription property.jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>OutputDescriptionType. getDataDescription()Gets the value of the dataDescription property.Methods in net.opengis.wps.v_2_0 with parameters of type DataDescriptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DataDescriptionType>ObjectFactory. createDataDescription(DataDescriptionType value)Method parameters in net.opengis.wps.v_2_0 with type arguments of type DataDescriptionType Modifier and Type Method Description voidInputDescriptionType. setDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)Sets the value of the dataDescription property.voidOutputDescriptionType. setDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)Sets the value of the dataDescription property.InputDescriptionTypeInputDescriptionType. withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)OutputDescriptionTypeOutputDescriptionType. withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type DataDescriptionType Constructor Description InputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<InputDescriptionType> input, BigInteger minOccurs, String maxOccurs)Fully-initialising value constructorOutputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<OutputDescriptionType> output)Fully-initialising value constructor
-