Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.ParamValueType

Packages that use ParamValueType
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl   
 

Uses of ParamValueType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee that return ParamValueType
 ParamValueType ObjectFactory.createParamValueType()
          Create an instance of ParamValueType
 ParamValueType[] ValidatorType.getInitParam()
           
 ParamValueType[] FilterType.getInitParam()
           
 ParamValueType[] PortComponentHandlerType.getInitParam()
           
 ParamValueType[] ServletType.getInitParam()
           
 ParamValueType[] ServiceRefHandlerType.getInitParam()
           
 ParamValueType ValidatorType.getInitParam(int idx)
           
 ParamValueType FilterType.getInitParam(int idx)
           
 ParamValueType PortComponentHandlerType.getInitParam(int idx)
           
 ParamValueType ServletType.getInitParam(int idx)
           
 ParamValueType ServiceRefHandlerType.getInitParam(int idx)
           
 ParamValueType ValidatorType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType FilterType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType PortComponentHandlerType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServletType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServiceRefHandlerType.setInitParam(int idx, ParamValueType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee that return types with arguments of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee with parameters of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 ParamValueType ValidatorType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType FilterType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType PortComponentHandlerType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServletType.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServiceRefHandlerType.setInitParam(int idx, ParamValueType value)
           
 void ValidatorType.setInitParam(ParamValueType[] values)
           
 void FilterType.setInitParam(ParamValueType[] values)
           
 void PortComponentHandlerType.setInitParam(ParamValueType[] values)
           
 void ServletType.setInitParam(ParamValueType[] values)
           
 void ServiceRefHandlerType.setInitParam(ParamValueType[] values)
           
 

Uses of ParamValueType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl that implement ParamValueType
 class ParamValueTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl declared as ParamValueType
protected  ParamValueType[] ServletTypeImpl.initParam
           
protected  ParamValueType[] FilterTypeImpl.initParam
           
protected  ParamValueType[] ValidatorTypeImpl.initParam
           
protected  ParamValueType[] ServiceRefHandlerTypeImpl.initParam
           
protected  ParamValueType[] PortComponentHandlerTypeImpl.initParam
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl that return ParamValueType
 ParamValueType[] ServletTypeImpl.getInitParam()
           
 ParamValueType[] FilterTypeImpl.getInitParam()
           
 ParamValueType[] ValidatorTypeImpl.getInitParam()
           
 ParamValueType[] ServiceRefHandlerTypeImpl.getInitParam()
           
 ParamValueType[] PortComponentHandlerTypeImpl.getInitParam()
           
 ParamValueType ServletTypeImpl.getInitParam(int idx)
           
 ParamValueType FilterTypeImpl.getInitParam(int idx)
           
 ParamValueType ValidatorTypeImpl.getInitParam(int idx)
           
 ParamValueType ServiceRefHandlerTypeImpl.getInitParam(int idx)
           
 ParamValueType PortComponentHandlerTypeImpl.getInitParam(int idx)
           
 ParamValueType ServletTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType FilterTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ValidatorTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServiceRefHandlerTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType PortComponentHandlerTypeImpl.setInitParam(int idx, ParamValueType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl with parameters of type ParamValueType
 void ServletTypeImpl.copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 void FilterTypeImpl.copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 void ValidatorTypeImpl.copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 void ServiceRefHandlerTypeImpl.copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 void PortComponentHandlerTypeImpl.copyInitParam(ParamValueType[] source)
          Copies all values of property InitParam.
 ParamValueType ServletTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType FilterTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ValidatorTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType ServiceRefHandlerTypeImpl.setInitParam(int idx, ParamValueType value)
           
 ParamValueType PortComponentHandlerTypeImpl.setInitParam(int idx, ParamValueType value)
           
 void ServletTypeImpl.setInitParam(ParamValueType[] values)
           
 void FilterTypeImpl.setInitParam(ParamValueType[] values)
           
 void ValidatorTypeImpl.setInitParam(ParamValueType[] values)
           
 void ServiceRefHandlerTypeImpl.setInitParam(ParamValueType[] values)
           
 void PortComponentHandlerTypeImpl.setInitParam(ParamValueType[] values)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.