cz.cuni.mff.procasor.core
Interface TypeUseCase

All Known Subinterfaces:
UseCase

public interface TypeUseCase

Java content class for typeUseCase 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 44)

 <complexType name="typeUseCase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UseCase.description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UseCase.name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UseCase.acronym" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UseCase.BranchSteps">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}BranchStep" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="UseCase.Actor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}Actor" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="UseCase.ProCase">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}ProCase"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="UseCase.UseCaseSteps">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}UseCaseStep" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="UseCase.UseCaseModel" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="UseCase.id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface TypeUseCase.UseCaseActorType
          Java content class for anonymous complex type.
static interface TypeUseCase.UseCaseBranchStepsType
          Java content class for anonymous complex type.
static interface TypeUseCase.UseCaseProCaseType
          Java content class for anonymous complex type.
static interface TypeUseCase.UseCaseUseCaseStepsType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getUseCaseAcronym()
          Gets the value of the useCaseAcronym property.
 TypeUseCase.UseCaseActorType getUseCaseActor()
          Gets the value of the useCaseActor property.
 TypeUseCase.UseCaseBranchStepsType getUseCaseBranchSteps()
          Gets the value of the useCaseBranchSteps property.
 java.lang.String getUseCaseDescription()
          Gets the value of the useCaseDescription property.
 java.lang.String getUseCaseId()
          Gets the value of the useCaseId property.
 java.lang.String getUseCaseName()
          Gets the value of the useCaseName property.
 TypeUseCase.UseCaseProCaseType getUseCaseProCase()
          Gets the value of the useCaseProCase property.
 java.lang.Object getUseCaseUseCaseModel()
          Gets the value of the useCaseUseCaseModel property.
 TypeUseCase.UseCaseUseCaseStepsType getUseCaseUseCaseSteps()
          Gets the value of the useCaseUseCaseSteps property.
 void setUseCaseAcronym(java.lang.String value)
          Sets the value of the useCaseAcronym property.
 void setUseCaseActor(TypeUseCase.UseCaseActorType value)
          Sets the value of the useCaseActor property.
 void setUseCaseBranchSteps(TypeUseCase.UseCaseBranchStepsType value)
          Sets the value of the useCaseBranchSteps property.
 void setUseCaseDescription(java.lang.String value)
          Sets the value of the useCaseDescription property.
 void setUseCaseId(java.lang.String value)
          Sets the value of the useCaseId property.
 void setUseCaseName(java.lang.String value)
          Sets the value of the useCaseName property.
 void setUseCaseProCase(TypeUseCase.UseCaseProCaseType value)
          Sets the value of the useCaseProCase property.
 void setUseCaseUseCaseModel(java.lang.Object value)
          Sets the value of the useCaseUseCaseModel property.
 void setUseCaseUseCaseSteps(TypeUseCase.UseCaseUseCaseStepsType value)
          Sets the value of the useCaseUseCaseSteps property.
 

Method Detail

getUseCaseProCase

public TypeUseCase.UseCaseProCaseType getUseCaseProCase()
Gets the value of the useCaseProCase property.

Returns:
possible object is TypeUseCase.UseCaseProCaseType

setUseCaseProCase

public void setUseCaseProCase(TypeUseCase.UseCaseProCaseType value)
Sets the value of the useCaseProCase property.

Parameters:
value - allowed object is TypeUseCase.UseCaseProCaseType

getUseCaseId

public java.lang.String getUseCaseId()
Gets the value of the useCaseId property.

Returns:
possible object is String

setUseCaseId

public void setUseCaseId(java.lang.String value)
Sets the value of the useCaseId property.

Parameters:
value - allowed object is String

getUseCaseAcronym

public java.lang.String getUseCaseAcronym()
Gets the value of the useCaseAcronym property.

Returns:
possible object is String

setUseCaseAcronym

public void setUseCaseAcronym(java.lang.String value)
Sets the value of the useCaseAcronym property.

Parameters:
value - allowed object is String

getUseCaseBranchSteps

public TypeUseCase.UseCaseBranchStepsType getUseCaseBranchSteps()
Gets the value of the useCaseBranchSteps property.

Returns:
possible object is TypeUseCase.UseCaseBranchStepsType

setUseCaseBranchSteps

public void setUseCaseBranchSteps(TypeUseCase.UseCaseBranchStepsType value)
Sets the value of the useCaseBranchSteps property.

Parameters:
value - allowed object is TypeUseCase.UseCaseBranchStepsType

getUseCaseDescription

public java.lang.String getUseCaseDescription()
Gets the value of the useCaseDescription property.

Returns:
possible object is String

setUseCaseDescription

public void setUseCaseDescription(java.lang.String value)
Sets the value of the useCaseDescription property.

Parameters:
value - allowed object is String

getUseCaseActor

public TypeUseCase.UseCaseActorType getUseCaseActor()
Gets the value of the useCaseActor property.

Returns:
possible object is TypeUseCase.UseCaseActorType

setUseCaseActor

public void setUseCaseActor(TypeUseCase.UseCaseActorType value)
Sets the value of the useCaseActor property.

Parameters:
value - allowed object is TypeUseCase.UseCaseActorType

getUseCaseUseCaseSteps

public TypeUseCase.UseCaseUseCaseStepsType getUseCaseUseCaseSteps()
Gets the value of the useCaseUseCaseSteps property.

Returns:
possible object is TypeUseCase.UseCaseUseCaseStepsType

setUseCaseUseCaseSteps

public void setUseCaseUseCaseSteps(TypeUseCase.UseCaseUseCaseStepsType value)
Sets the value of the useCaseUseCaseSteps property.

Parameters:
value - allowed object is TypeUseCase.UseCaseUseCaseStepsType

getUseCaseUseCaseModel

public java.lang.Object getUseCaseUseCaseModel()
Gets the value of the useCaseUseCaseModel property.

Returns:
possible object is Object

setUseCaseUseCaseModel

public void setUseCaseUseCaseModel(java.lang.Object value)
Sets the value of the useCaseUseCaseModel property.

Parameters:
value - allowed object is Object

getUseCaseName

public java.lang.String getUseCaseName()
Gets the value of the useCaseName property.

Returns:
possible object is String

setUseCaseName

public void setUseCaseName(java.lang.String value)
Sets the value of the useCaseName property.

Parameters:
value - allowed object is String