Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.XsdStringType

Packages that use XsdStringType
org.apache.cxf.jaxws.javaee   
 

Uses of XsdStringType in org.apache.cxf.jaxws.javaee
 

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

Fields in org.apache.cxf.jaxws.javaee declared as XsdStringType
protected  XsdStringType EnvEntryType.envEntryValue
           
protected  XsdStringType MessageDestinationRefType.mappedName
           
protected  XsdStringType MessageDestinationType.mappedName
           
protected  XsdStringType PersistenceUnitRefType.mappedName
           
protected  XsdStringType EjbRefType.mappedName
           
protected  XsdStringType EnvEntryType.mappedName
           
protected  XsdStringType EjbLocalRefType.mappedName
           
protected  XsdStringType ResourceEnvRefType.mappedName
           
protected  XsdStringType PersistenceContextRefType.mappedName
           
protected  XsdStringType ServiceRefType.mappedName
           
protected  XsdStringType ResourceRefType.mappedName
           
protected  XsdStringType PropertyType.name
           
protected  XsdStringType ParamValueType.paramValue
           
protected  XsdStringType PropertyType.value
           
 

Methods in org.apache.cxf.jaxws.javaee that return XsdStringType
 XsdStringType ObjectFactory.createXsdStringType()
          Create an instance of XsdStringType
 XsdStringType EnvEntryType.getEnvEntryValue()
          Gets the value of the envEntryValue property.
 XsdStringType MessageDestinationRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType MessageDestinationType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType PersistenceUnitRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType EjbRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType EnvEntryType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType EjbLocalRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType ResourceEnvRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType PersistenceContextRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType ServiceRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType ResourceRefType.getMappedName()
          Gets the value of the mappedName property.
 XsdStringType PropertyType.getName()
          Gets the value of the name property.
 XsdStringType ParamValueType.getParamValue()
          Gets the value of the paramValue property.
 XsdStringType PropertyType.getValue()
          Gets the value of the value property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type XsdStringType
 void EnvEntryType.setEnvEntryValue(XsdStringType value)
          Sets the value of the envEntryValue property.
 void MessageDestinationRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void MessageDestinationType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void PersistenceUnitRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void EjbRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void EnvEntryType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void EjbLocalRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void ResourceEnvRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void PersistenceContextRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void ServiceRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void ResourceRefType.setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void PropertyType.setName(XsdStringType value)
          Sets the value of the name property.
 void ParamValueType.setParamValue(XsdStringType value)
          Sets the value of the paramValue property.
 void PropertyType.setValue(XsdStringType value)
          Sets the value of the value property.
 


Apache CXF API

Apache CXF