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

Uses of InputDescriptionType in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 with type parameters of type InputDescriptionType
protected  List<InputDescriptionType> ProcessDescriptionType.input
           
protected  List<InputDescriptionType> InputDescriptionType.input
           
 

Methods in net.opengis.wps.v_2_0 that return InputDescriptionType
 InputDescriptionType ObjectFactory.createInputDescriptionType()
          Create an instance of InputDescriptionType
 InputDescriptionType InputDescriptionType.withDataDescription(JAXBElement<? extends DataDescriptionType> value)
           
 InputDescriptionType InputDescriptionType.withInput(Collection<InputDescriptionType> values)
           
 InputDescriptionType InputDescriptionType.withInput(InputDescriptionType... values)
           
 InputDescriptionType InputDescriptionType.withInput(List<InputDescriptionType> value)
           
 InputDescriptionType InputDescriptionType.withMaxOccurs(String value)
           
 InputDescriptionType InputDescriptionType.withMinOccurs(BigInteger value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type InputDescriptionType
 List<InputDescriptionType> ProcessDescriptionType.getInput()
          Gets the value of the input property.
 List<InputDescriptionType> InputDescriptionType.getInput()
          Gets the value of the input property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type InputDescriptionType
 ProcessDescriptionType ProcessDescriptionType.withInput(InputDescriptionType... values)
           
 InputDescriptionType InputDescriptionType.withInput(InputDescriptionType... values)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type InputDescriptionType
 void ProcessDescriptionType.setInput(List<InputDescriptionType> value)
           
 void InputDescriptionType.setInput(List<InputDescriptionType> value)
           
 ProcessDescriptionType ProcessDescriptionType.withInput(Collection<InputDescriptionType> values)
           
 InputDescriptionType InputDescriptionType.withInput(Collection<InputDescriptionType> values)
           
 ProcessDescriptionType ProcessDescriptionType.withInput(List<InputDescriptionType> value)
           
 InputDescriptionType InputDescriptionType.withInput(List<InputDescriptionType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.