Uses of Class
org.somda.sdc.dpws.wsdl.model.TParam
Packages that use TParam
-
Uses of TParam in org.somda.sdc.dpws.wsdl.model
Methods in org.somda.sdc.dpws.wsdl.model that return TParamModifier and TypeMethodDescriptionTParam.clone()TParam.copyExcept(PropertyTree _propertyTree) TParam.copyOnly(PropertyTree _propertyTree) TParam.createCopy()TParam.createCopy(PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) ObjectFactory.createTParam()Create an instance ofTParamMethods in org.somda.sdc.dpws.wsdl.model that return types with arguments of type TParamModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<TParam>ObjectFactory.createTOperationInput(TParam value) javax.xml.bind.JAXBElement<TParam>ObjectFactory.createTOperationOutput(TParam value) Methods in org.somda.sdc.dpws.wsdl.model with parameters of type TParamModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<TParam>ObjectFactory.createTOperationInput(TParam value) javax.xml.bind.JAXBElement<TParam>ObjectFactory.createTOperationOutput(TParam value) Constructors in org.somda.sdc.dpws.wsdl.model with parameters of type TParamModifierConstructorDescriptionInstantiates a TParam copying the state of another TParamTParam(TParam _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) Instantiates a TParam copying the state of another TParam