|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
public class EPackage
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 java.util.List<EClassifier> |
eClassifiers
|
protected java.util.List<EPackage> |
eSubpackages
|
protected java.lang.String |
nsPrefix
|
protected java.lang.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 | |
---|---|
java.util.List<EClassifier> |
getEClassifiers()
Gets the value of the eClassifiers property. |
java.util.List<EPackage> |
getESubpackages()
Gets the value of the eSubpackages property. |
java.lang.String |
getNsPrefix()
Gets the value of the nsPrefix property. |
java.lang.String |
getNsURI()
Gets the value of the nsURI property. |
void |
setNsPrefix(java.lang.String value)
Sets the value of the nsPrefix property. |
void |
setNsURI(java.lang.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 |
---|
protected java.util.List<EClassifier> eClassifiers
protected java.util.List<EPackage> eSubpackages
protected java.lang.String nsPrefix
protected java.lang.String nsURI
Constructor Detail |
---|
public EPackage()
Method Detail |
---|
public java.util.List<EClassifier> getEClassifiers()
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
public java.util.List<EPackage> getESubpackages()
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
public java.lang.String getNsPrefix()
String
public void setNsPrefix(java.lang.String value)
value
- allowed object is String
public java.lang.String getNsURI()
String
public void setNsURI(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |