cz.cuni.mff.procasor.core
Interface TypeProject

All Known Subinterfaces:
Project

public interface TypeProject

Java content class for typeProject 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 4)

 <complexType name="typeProject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Project.description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Project.name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Project.ConceptualObject">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}ConceptualObject" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Project.Entity">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}Entity" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface TypeProject.ProjectConceptualObjectType
          Java content class for anonymous complex type.
static interface TypeProject.ProjectEntityType
          Java content class for anonymous complex type.
 
Method Summary
 TypeProject.ProjectConceptualObjectType getProjectConceptualObject()
          Gets the value of the projectConceptualObject property.
 java.lang.String getProjectDescription()
          Gets the value of the projectDescription property.
 TypeProject.ProjectEntityType getProjectEntity()
          Gets the value of the projectEntity property.
 java.lang.String getProjectName()
          Gets the value of the projectName property.
 void setProjectConceptualObject(TypeProject.ProjectConceptualObjectType value)
          Sets the value of the projectConceptualObject property.
 void setProjectDescription(java.lang.String value)
          Sets the value of the projectDescription property.
 void setProjectEntity(TypeProject.ProjectEntityType value)
          Sets the value of the projectEntity property.
 void setProjectName(java.lang.String value)
          Sets the value of the projectName property.
 

Method Detail

getProjectConceptualObject

public TypeProject.ProjectConceptualObjectType getProjectConceptualObject()
Gets the value of the projectConceptualObject property.

Returns:
possible object is TypeProject.ProjectConceptualObjectType

setProjectConceptualObject

public void setProjectConceptualObject(TypeProject.ProjectConceptualObjectType value)
Sets the value of the projectConceptualObject property.

Parameters:
value - allowed object is TypeProject.ProjectConceptualObjectType

getProjectEntity

public TypeProject.ProjectEntityType getProjectEntity()
Gets the value of the projectEntity property.

Returns:
possible object is TypeProject.ProjectEntityType

setProjectEntity

public void setProjectEntity(TypeProject.ProjectEntityType value)
Sets the value of the projectEntity property.

Parameters:
value - allowed object is TypeProject.ProjectEntityType

getProjectName

public java.lang.String getProjectName()
Gets the value of the projectName property.

Returns:
possible object is String

setProjectName

public void setProjectName(java.lang.String value)
Sets the value of the projectName property.

Parameters:
value - allowed object is String

getProjectDescription

public java.lang.String getProjectDescription()
Gets the value of the projectDescription property.

Returns:
possible object is String

setProjectDescription

public void setProjectDescription(java.lang.String value)
Sets the value of the projectDescription property.

Parameters:
value - allowed object is String