Uses of Class
org.apache.axis2.jaxws.description.xml.handler.XsdStringType
Packages that use XsdStringType
-
Uses of XsdStringType in org.apache.axis2.jaxws.description.xml.handler
Subclasses of XsdStringType in org.apache.axis2.jaxws.description.xml.handlerModifier and TypeClassDescriptionclassThe 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 XsdStringTypeModifier and TypeFieldDescriptionprotected 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 XsdStringTypeModifier and TypeMethodDescriptionObjectFactory.createXsdStringType()Create an instance ofXsdStringTypeEnvEntryType.getEnvEntryValue()Gets the value of the envEntryValue property.EjbLocalRefType.getMappedName()Gets the value of the mappedName property.EjbRefType.getMappedName()Gets the value of the mappedName property.EnvEntryType.getMappedName()Gets the value of the mappedName property.MessageDestinationRefType.getMappedName()Gets the value of the mappedName property.MessageDestinationType.getMappedName()Gets the value of the mappedName property.PersistenceContextRefType.getMappedName()Gets the value of the mappedName property.PersistenceUnitRefType.getMappedName()Gets the value of the mappedName property.ResourceEnvRefType.getMappedName()Gets the value of the mappedName property.ResourceRefType.getMappedName()Gets the value of the mappedName property.ServiceRefType.getMappedName()Gets the value of the mappedName property.PropertyType.getName()Gets the value of the name property.ParamValueType.getParamValue()Gets the value of the paramValue property.PropertyType.getValue()Gets the value of the value property.Methods in org.apache.axis2.jaxws.description.xml.handler with parameters of type XsdStringTypeModifier and TypeMethodDescriptionvoidEnvEntryType.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.