cz.cuni.mff.procasor.core
Interface TypeUseCase.UseCaseProCaseType

Enclosing interface:
TypeUseCase

public static interface TypeUseCase.UseCaseProCaseType

Java content class for anonymous 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 64)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}ProCase"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 TypeProCase getProCase()
          Gets the value of the proCase property.
 void setProCase(TypeProCase value)
          Sets the value of the proCase property.
 

Method Detail

getProCase

public TypeProCase getProCase()
Gets the value of the proCase property.

Returns:
possible object is ProCase TypeProCase

setProCase

public void setProCase(TypeProCase value)
Sets the value of the proCase property.

Parameters:
value - allowed object is ProCase TypeProCase