Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.XsdStringType

Packages that use XsdStringType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of XsdStringType in com.sun.xml.ws.config.metro.parser.jsr109
 

Subclasses of XsdStringType in com.sun.xml.ws.config.metro.parser.jsr109
 class DescriptionType
          The description type is used by a description element to provide text describing the parent element.
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as XsdStringType
protected  XsdStringType EnvEntryType.envEntryValue
           
protected  XsdStringType EjbLocalRefType.lookupName
           
protected  XsdStringType EjbRefType.lookupName
           
protected  XsdStringType EnvEntryType.lookupName
           
protected  XsdStringType MessageDestinationRefType.lookupName
           
protected  XsdStringType MessageDestinationType.lookupName
           
protected  XsdStringType ResourceEnvRefType.lookupName
           
protected  XsdStringType ResourceRefType.lookupName
           
protected  XsdStringType ServiceRefType.lookupName
           
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 com.sun.xml.ws.config.metro.parser.jsr109 that return XsdStringType
 XsdStringType ObjectFactory.createXsdStringType()
          Create an instance of XsdStringType
 XsdStringType EnvEntryType.getEnvEntryValue()
          Gets the value of the envEntryValue property.
 XsdStringType EjbLocalRefType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType EjbRefType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType EnvEntryType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType MessageDestinationRefType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType MessageDestinationType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType ResourceEnvRefType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType ResourceRefType.getLookupName()
          Gets the value of the lookupName property.
 XsdStringType ServiceRefType.getLookupName()
          Gets the value of the lookupName 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 com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type XsdStringType
 void EnvEntryType.setEnvEntryValue(XsdStringType value)
          Sets the value of the envEntryValue property.
 void EjbLocalRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void EjbRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void EnvEntryType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void MessageDestinationRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void MessageDestinationType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void ResourceEnvRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void ResourceRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName property.
 void ServiceRefType.setLookupName(XsdStringType value)
          Sets the value of the lookupName 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.