Uses of Class
org.javastro.ivoa.entities.resource.dataservice.InputParam
Packages that use InputParam
-
Uses of InputParam in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type InputParamModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<InputParam,SimpleDataType> InputParam.PropInfo.DATA_TYPEprotected List<InputParam>ParamHTTP.paramsA description of a input parameter that can be provided as a name=value argument to the service.static final com.kscs.util.jaxb.CollectionPropertyInfo<ParamHTTP,InputParam> ParamHTTP.PropInfo.PARAMSstatic final com.kscs.util.jaxb.SinglePropertyInfo<InputParam,Boolean> InputParam.PropInfo.STDstatic final com.kscs.util.jaxb.SinglePropertyInfo<InputParam,ParamUse> InputParam.PropInfo.USEMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type InputParamModifier and TypeMethodDescriptionprotected <_P extends InputParam>
_PInputParam.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return InputParamModifier and TypeMethodDescriptionInputParam.Builder.build()InputParam.clone()InputParam.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) InputParam.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) InputParam.createCopy()InputParam.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createInputParam()Create an instance ofInputParamInputParam.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type InputParamModifier and TypeMethodDescriptionParamHTTP.getParams()A description of a input parameter that can be provided as a name=value argument to the service.ParamHTTP.Modifier.getParams()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type InputParamModifier and TypeMethodDescriptionParamHTTP.Builder.addParams(InputParam... params) Adds the given items to the value of "params"static InputParam.Builder<Void>InputParam.copyExcept(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) InputParam.Builder.copyOf(InputParam _other) static <_B> InputParam.Builder<_B>InputParam.copyOf(InputParam _other) static <_B> InputParam.Builder<_B>InputParam.copyOf(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static InputParam.Builder<Void>InputParam.copyOnly(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ParamHTTP.Builder.withParams(InputParam... params) Sets the new value of "params" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type InputParamModifier and TypeMethodDescriptionParamHTTP.Builder.addParams(Iterable<? extends InputParam> params) Adds the given items to the value of "params"ParamHTTP.Builder.withParams(Iterable<? extends InputParam> params) Sets the new value of "params" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type InputParamModifierConstructorDescriptionBuilder(_B _parentBuilder, InputParam _other, boolean _copy) Builder(_B _parentBuilder, InputParam _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)