Uses of Class
org.apache.axis2.jaxws.description.xml.handler.XsdStringType
-
Packages that use XsdStringType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of XsdStringType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of XsdStringType in org.apache.axis2.jaxws.description.xml.handler Modifier and Type Class Description class
DescriptionType
The description type is used by a description element to provide text describing the parent element.Fields in org.apache.axis2.jaxws.description.xml.handler declared as XsdStringType Modifier and Type Field Description protected XsdStringType
EnvEntryType. envEntryValue
protected XsdStringType
EjbLocalRefType. mappedName
protected XsdStringType
EjbRefType. mappedName
protected XsdStringType
EnvEntryType. mappedName
protected XsdStringType
MessageDestinationRefType. mappedName
protected XsdStringType
MessageDestinationType. mappedName
protected XsdStringType
PersistenceContextRefType. mappedName
protected XsdStringType
PersistenceUnitRefType. mappedName
protected XsdStringType
ResourceEnvRefType. mappedName
protected XsdStringType
ResourceRefType. mappedName
protected XsdStringType
ServiceRefType. mappedName
protected XsdStringType
PropertyType. name
protected XsdStringType
ParamValueType. paramValue
protected XsdStringType
PropertyType. value
Methods in org.apache.axis2.jaxws.description.xml.handler that return XsdStringType Modifier and Type Method Description XsdStringType
ObjectFactory. createXsdStringType()
Create an instance ofXsdStringType
XsdStringType
EnvEntryType. getEnvEntryValue()
Gets the value of the envEntryValue property.XsdStringType
EjbLocalRefType. 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
MessageDestinationRefType. getMappedName()
Gets the value of the mappedName property.XsdStringType
MessageDestinationType. getMappedName()
Gets the value of the mappedName property.XsdStringType
PersistenceContextRefType. getMappedName()
Gets the value of the mappedName property.XsdStringType
PersistenceUnitRefType. getMappedName()
Gets the value of the mappedName property.XsdStringType
ResourceEnvRefType. getMappedName()
Gets the value of the mappedName property.XsdStringType
ResourceRefType. getMappedName()
Gets the value of the mappedName property.XsdStringType
ServiceRefType. 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.axis2.jaxws.description.xml.handler with parameters of type XsdStringType Modifier and Type Method Description void
EnvEntryType. setEnvEntryValue(XsdStringType value)
Sets the value of the envEntryValue property.void
EjbLocalRefType. 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
MessageDestinationRefType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
MessageDestinationType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
PersistenceContextRefType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
PersistenceUnitRefType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
ResourceEnvRefType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
ResourceRefType. setMappedName(XsdStringType value)
Sets the value of the mappedName property.void
ServiceRefType. 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.
-