cz.cuni.mff.procasor.core
Interface TypeEntity

All Known Subinterfaces:
Entity

public interface TypeEntity

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

getEntityChildren

public java.util.List getEntityChildren()
Gets the value of the EntityChildren 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 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


getEntityModels

public TypeEntity.EntityModelsType getEntityModels()
Gets the value of the entityModels property.

Returns:
possible object is TypeEntity.EntityModelsType

setEntityModels

public void setEntityModels(TypeEntity.EntityModelsType value)
Sets the value of the entityModels property.

Parameters:
value - allowed object is TypeEntity.EntityModelsType

getEntityParent

public java.lang.Object getEntityParent()
Gets the value of the entityParent property.

Returns:
possible object is Object

setEntityParent

public void setEntityParent(java.lang.Object value)
Sets the value of the entityParent property.

Parameters:
value - allowed object is Object

getEntityId

public java.lang.String getEntityId()
Gets the value of the entityId property.

Returns:
possible object is String

setEntityId

public void setEntityId(java.lang.String value)
Sets the value of the entityId property.

Parameters:
value - allowed object is String

getEntityDescription

public java.lang.String getEntityDescription()
Gets the value of the entityDescription property.

Returns:
possible object is String

setEntityDescription

public void setEntityDescription(java.lang.String value)
Sets the value of the entityDescription property.

Parameters:
value - allowed object is String

getEntityRegistered

public java.util.List getEntityRegistered()
Gets the value of the EntityRegistered 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 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


getEntityAcronym

public java.lang.String getEntityAcronym()
Gets the value of the entityAcronym property.

Returns:
possible object is String

setEntityAcronym

public void setEntityAcronym(java.lang.String value)
Sets the value of the entityAcronym property.

Parameters:
value - allowed object is String

getEntityName

public java.lang.String getEntityName()
Gets the value of the entityName property.

Returns:
possible object is String

setEntityName

public void setEntityName(java.lang.String value)
Sets the value of the entityName property.

Parameters:
value - allowed object is String