Uses of Interface
org.eclipse.modisco.jee.webapp.webapp25.XsdStringType

Packages that use XsdStringType
org.eclipse.modisco.jee.webapp.webapp25   
 

Uses of XsdStringType in org.eclipse.modisco.jee.webapp.webapp25
 

Subinterfaces of XsdStringType in org.eclipse.modisco.jee.webapp.webapp25
 interface DescriptionType
          A representation of the model object 'Description Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return XsdStringType
 XsdStringType Webapp25Factory.createXsdStringType()
          Returns a new object of class 'Xsd String Type'.
 XsdStringType EnvEntryType.getEnvEntryValue()
          Returns the value of the 'Env Entry Value' containment reference.
 XsdStringType EjbLocalRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType EjbRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType EnvEntryType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType MessageDestinationRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType MessageDestinationType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType PersistenceContextRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType PersistenceUnitRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType ResourceEnvRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType ResourceRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType ServiceRefType.getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 XsdStringType PropertyType.getName()
          Returns the value of the 'Name' containment reference.
 XsdStringType ParamValueType.getParamValue()
          Returns the value of the 'Param Value' containment reference.
 XsdStringType PropertyType.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type XsdStringType
 void EnvEntryType.setEnvEntryValue(XsdStringType value)
          Sets the value of the 'Env Entry Value' containment reference.
 void EjbLocalRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void EjbRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void EnvEntryType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void MessageDestinationRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void MessageDestinationType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void PersistenceContextRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void PersistenceUnitRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void ResourceEnvRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void ResourceRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void ServiceRefType.setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void PropertyType.setName(XsdStringType value)
          Sets the value of the 'Name' containment reference.
 void ParamValueType.setParamValue(XsdStringType value)
          Sets the value of the 'Param Value' containment reference.
 void PropertyType.setValue(XsdStringType value)
          Sets the value of the 'Value' containment reference.