|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for typeEntity complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/afs/ms.mff.cuni.cz/u/f/franj1am/BIG/procasor/ant/my/schema.xsd line 25)
<complexType name="typeEntity"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Entity.name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Entity.acronym" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Entity.description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Entity.models"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}UseCaseModel" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Entity.children" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <attribute name="Entity.id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Entity.parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Entity.registered" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
static interface |
TypeEntity.EntityModelsType
Java content class for anonymous complex type. |
Method Summary | |
java.lang.String |
getEntityAcronym()
Gets the value of the entityAcronym property. |
java.util.List |
getEntityChildren()
Gets the value of the EntityChildren property. |
java.lang.String |
getEntityDescription()
Gets the value of the entityDescription property. |
java.lang.String |
getEntityId()
Gets the value of the entityId property. |
TypeEntity.EntityModelsType |
getEntityModels()
Gets the value of the entityModels property. |
java.lang.String |
getEntityName()
Gets the value of the entityName property. |
java.lang.Object |
getEntityParent()
Gets the value of the entityParent property. |
java.util.List |
getEntityRegistered()
Gets the value of the EntityRegistered property. |
void |
setEntityAcronym(java.lang.String value)
Sets the value of the entityAcronym property. |
void |
setEntityDescription(java.lang.String value)
Sets the value of the entityDescription property. |
void |
setEntityId(java.lang.String value)
Sets the value of the entityId property. |
void |
setEntityModels(TypeEntity.EntityModelsType value)
Sets the value of the entityModels property. |
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property. |
void |
setEntityParent(java.lang.Object value)
Sets the value of the entityParent property. |
Method Detail |
public java.util.List getEntityChildren()
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 EntityChildren property.
For example, to add a new item, do as follows:
getEntityChildren().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public TypeEntity.EntityModelsType getEntityModels()
TypeEntity.EntityModelsType
public void setEntityModels(TypeEntity.EntityModelsType value)
value
- allowed object is
TypeEntity.EntityModelsType
public java.lang.Object getEntityParent()
Object
public void setEntityParent(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getEntityId()
String
public void setEntityId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityDescription()
String
public void setEntityDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List getEntityRegistered()
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 EntityRegistered property.
For example, to add a new item, do as follows:
getEntityRegistered().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.lang.String getEntityAcronym()
String
public void setEntityAcronym(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
String
public void setEntityName(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 |