|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public TypeProject.ProjectConceptualObjectType getProjectConceptualObject()
TypeProject.ProjectConceptualObjectType
public void setProjectConceptualObject(TypeProject.ProjectConceptualObjectType value)
value
- allowed object is
TypeProject.ProjectConceptualObjectType
public TypeProject.ProjectEntityType getProjectEntity()
TypeProject.ProjectEntityType
public void setProjectEntity(TypeProject.ProjectEntityType value)
value
- allowed object is
TypeProject.ProjectEntityType
public java.lang.String getProjectName()
String
public void setProjectName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectDescription()
String
public void setProjectDescription(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 |