Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar30.XsdStringType

Packages that use XsdStringType
org.eclipse.modisco.jee.ejbjar.EjbJar30   
 

Uses of XsdStringType in org.eclipse.modisco.jee.ejbjar.EjbJar30
 

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 that return XsdStringType
 XsdStringType EjbJar30Factory.createXsdStringType()
          Returns a new object of class 'Xsd String Type'.
 XsdStringType ActivationConfigPropertyType.getActivationConfigPropertyName()
          Returns the value of the 'Activation Config Property Name' containment reference.
 XsdStringType ActivationConfigPropertyType.getActivationConfigPropertyValue()
          Returns the value of the 'Activation Config Property Value' containment reference.
 XsdStringType QueryType.getEjbQl()
          Returns the value of the 'Ejb Ql' containment reference.
 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 EntityBeanType.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 MessageDrivenBeanType.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 SessionBeanType.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.ejbjar.EjbJar30 with parameters of type XsdStringType
 void ActivationConfigPropertyType.setActivationConfigPropertyName(XsdStringType value)
          Sets the value of the 'Activation Config Property Name' containment reference.
 void ActivationConfigPropertyType.setActivationConfigPropertyValue(XsdStringType value)
          Sets the value of the 'Activation Config Property Value' containment reference.
 void QueryType.setEjbQl(XsdStringType value)
          Sets the value of the 'Ejb Ql' containment reference.
 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 EntityBeanType.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 MessageDrivenBeanType.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 SessionBeanType.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.