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 classDescriptionTypeThe 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 XsdStringTypeEnvEntryType. envEntryValueprotected XsdStringTypeEjbLocalRefType. mappedNameprotected XsdStringTypeEjbRefType. mappedNameprotected XsdStringTypeEnvEntryType. mappedNameprotected XsdStringTypeMessageDestinationRefType. mappedNameprotected XsdStringTypeMessageDestinationType. mappedNameprotected XsdStringTypePersistenceContextRefType. mappedNameprotected XsdStringTypePersistenceUnitRefType. mappedNameprotected XsdStringTypeResourceEnvRefType. mappedNameprotected XsdStringTypeResourceRefType. mappedNameprotected XsdStringTypeServiceRefType. mappedNameprotected XsdStringTypePropertyType. nameprotected XsdStringTypeParamValueType. paramValueprotected XsdStringTypePropertyType. valueMethods in org.apache.axis2.jaxws.description.xml.handler that return XsdStringType Modifier and Type Method Description XsdStringTypeObjectFactory. createXsdStringType()Create an instance ofXsdStringTypeXsdStringTypeEnvEntryType. getEnvEntryValue()Gets the value of the envEntryValue property.XsdStringTypeEjbLocalRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeEjbRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeEnvEntryType. getMappedName()Gets the value of the mappedName property.XsdStringTypeMessageDestinationRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeMessageDestinationType. getMappedName()Gets the value of the mappedName property.XsdStringTypePersistenceContextRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypePersistenceUnitRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeResourceEnvRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeResourceRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypeServiceRefType. getMappedName()Gets the value of the mappedName property.XsdStringTypePropertyType. getName()Gets the value of the name property.XsdStringTypeParamValueType. getParamValue()Gets the value of the paramValue property.XsdStringTypePropertyType. 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 voidEnvEntryType. setEnvEntryValue(XsdStringType value)Sets the value of the envEntryValue property.voidEjbLocalRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidEjbRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidEnvEntryType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidMessageDestinationRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidMessageDestinationType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidPersistenceContextRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidPersistenceUnitRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidResourceEnvRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidResourceRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidServiceRefType. setMappedName(XsdStringType value)Sets the value of the mappedName property.voidPropertyType. setName(XsdStringType value)Sets the value of the name property.voidParamValueType. setParamValue(XsdStringType value)Sets the value of the paramValue property.voidPropertyType. setValue(XsdStringType value)Sets the value of the value property.
-