Uses of Class
org.apache.cxf.jaxws.handler.types.XsdStringType

Packages that use XsdStringType
org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of XsdStringType in org.apache.cxf.jaxws.handler.types
 

Subclasses of XsdStringType in org.apache.cxf.jaxws.handler.types
 class DescriptionType
          The description type is used by a description element to provide text describing the parent element.
 

Fields in org.apache.cxf.jaxws.handler.types declared as XsdStringType
protected  XsdStringType ParamValueType.paramValue
           
 

Methods in org.apache.cxf.jaxws.handler.types that return XsdStringType
 XsdStringType ParamValueType.getParamValue()
          Gets the value of the paramValue property.
 

Methods in org.apache.cxf.jaxws.handler.types with parameters of type XsdStringType
 void ParamValueType.setParamValue(XsdStringType value)
          Sets the value of the paramValue property.
 



Apache CXF