cz.cuni.mff.procasor.core
Interface TypeConceptualObject

All Known Subinterfaces:
ConceptualObject

public interface TypeConceptualObject

Java content class for typeConceptualObject 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 152)

 <complexType name="typeConceptualObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConceptualObject.name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getConceptualObjectName()
          Gets the value of the conceptualObjectName property.
 void setConceptualObjectName(java.lang.String value)
          Sets the value of the conceptualObjectName property.
 

Method Detail

getConceptualObjectName

public java.lang.String getConceptualObjectName()
Gets the value of the conceptualObjectName property.

Returns:
possible object is String

setConceptualObjectName

public void setConceptualObjectName(java.lang.String value)
Sets the value of the conceptualObjectName property.

Parameters:
value - allowed object is String