Class EPackage
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.ecore.EObject
-
- org.apache.openejb.jee.was.v6.ecore.EModelElement
-
- org.apache.openejb.jee.was.v6.ecore.ENamedElement
-
- 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
Fields Modifier and Type Field Description protected List<EClassifier>eClassifiersprotected List<EPackage>eSubpackagesprotected StringnsPrefixprotected StringnsURI-
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
-
-
Constructor Summary
Constructors Constructor Description EPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EClassifier>getEClassifiers()Gets the value of the eClassifiers property.List<EPackage>getESubpackages()Gets the value of the eSubpackages property.StringgetNsPrefix()Gets the value of the nsPrefix property.StringgetNsURI()Gets the value of the nsURI property.voidsetNsPrefix(String value)Sets the value of the nsPrefix property.voidsetNsURI(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
-
-
-
-
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 asetmethod 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 listEClassifier
-
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 asetmethod 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 listEPackage
-
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 isString
-
getNsURI
public String getNsURI()
Gets the value of the nsURI property.- Returns:
- possible object is
String
-
-