org.apache.openejb.jee.was.v6.ecore
Class EPackage

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ecore.EObject
      extended by org.apache.openejb.jee.was.v6.ecore.EModelElement
          extended by org.apache.openejb.jee.was.v6.ecore.ENamedElement
              extended by org.apache.openejb.jee.was.v6.ecore.EPackage
Direct Known Subclasses:
JavaPackage

public class EPackage
extends ENamedElement

Java class for EPackage complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EPackage">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}ENamedElement">
       <choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="eClassifiers" type="{http://www.eclipse.org/emf/2002/Ecore}EClassifier"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="eSubpackages" type="{http://www.eclipse.org/emf/2002/Ecore}EPackage"/>
         </choice>
       </choice>
       <attribute name="nsPrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="nsURI" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<EClassifier> eClassifiers
           
protected  List<EPackage> eSubpackages
           
protected  String nsPrefix
           
protected  String nsURI
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
name
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
eAnnotations
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
extensions, href, id, idref, label, type, uuid, version
 
Constructor Summary
EPackage()
           
 
Method Summary
 List<EClassifier> getEClassifiers()
          Gets the value of the eClassifiers property.
 List<EPackage> getESubpackages()
          Gets the value of the eSubpackages property.
 String getNsPrefix()
          Gets the value of the nsPrefix property.
 String getNsURI()
          Gets the value of the nsURI property.
 void setNsPrefix(String value)
          Sets the value of the nsPrefix property.
 void setNsURI(String value)
          Sets the value of the nsURI property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
getName, setName
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
getEAnnotations
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eClassifiers

protected List<EClassifier> eClassifiers

eSubpackages

protected List<EPackage> eSubpackages

nsPrefix

protected String nsPrefix

nsURI

protected String nsURI
Constructor Detail

EPackage

public EPackage()
Method Detail

getEClassifiers

public List<EClassifier> getEClassifiers()
Gets the value of the eClassifiers property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eClassifiers property.

For example, to add a new item, do as follows:

 getEClassifiers().add(newItem);
 

Objects of the following type(s) are allowed in the list EClassifier


getESubpackages

public List<EPackage> getESubpackages()
Gets the value of the eSubpackages property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eSubpackages property.

For example, to add a new item, do as follows:

 getESubpackages().add(newItem);
 

Objects of the following type(s) are allowed in the list EPackage


getNsPrefix

public String getNsPrefix()
Gets the value of the nsPrefix property.

Returns:
possible object is String

setNsPrefix

public void setNsPrefix(String value)
Sets the value of the nsPrefix property.

Parameters:
value - allowed object is String

getNsURI

public String getNsURI()
Gets the value of the nsURI property.

Returns:
possible object is String

setNsURI

public void setNsURI(String value)
Sets the value of the nsURI property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.