se.vgregion.portal.medcontrol.ws
Class Case

java.lang.Object
  extended by se.vgregion.portal.medcontrol.ws.Case

public class Case
extends Object

Java class for Case complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Case">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TypeAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TypeDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HasActingRole" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CaseNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RegisteredBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RegisteredDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhaseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String caseNo
           
protected  String description
           
protected  boolean hasActingRole
           
protected  String instanceId
           
protected  String phaseName
           
protected  String registeredBy
           
protected  String registeredDate
           
protected  String typeAlias
           
protected  String typeDisplayName
           
protected  String url
           
 
Constructor Summary
Case()
           
 
Method Summary
 String getCaseNo()
          Gets the value of the caseNo property.
 String getDescription()
          Gets the value of the description property.
 String getInstanceId()
          Gets the value of the instanceId property.
 String getPhaseName()
          Gets the value of the phaseName property.
 String getRegisteredBy()
          Gets the value of the registeredBy property.
 String getRegisteredDate()
          Gets the value of the registeredDate property.
 String getTypeAlias()
          Gets the value of the typeAlias property.
 String getTypeDisplayName()
          Gets the value of the typeDisplayName property.
 String getUrl()
          Gets the value of the url property.
 boolean isHasActingRole()
          Gets the value of the hasActingRole property.
 void setCaseNo(String value)
          Sets the value of the caseNo property.
 void setDescription(String value)
          Sets the value of the description property.
 void setHasActingRole(boolean value)
          Sets the value of the hasActingRole property.
 void setInstanceId(String value)
          Sets the value of the instanceId property.
 void setPhaseName(String value)
          Sets the value of the phaseName property.
 void setRegisteredBy(String value)
          Sets the value of the registeredBy property.
 void setRegisteredDate(String value)
          Sets the value of the registeredDate property.
 void setTypeAlias(String value)
          Sets the value of the typeAlias property.
 void setTypeDisplayName(String value)
          Sets the value of the typeDisplayName property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeAlias

protected String typeAlias

typeDisplayName

protected String typeDisplayName

instanceId

protected String instanceId

hasActingRole

protected boolean hasActingRole

caseNo

protected String caseNo

description

protected String description

registeredBy

protected String registeredBy

registeredDate

protected String registeredDate

phaseName

protected String phaseName

url

protected String url
Constructor Detail

Case

public Case()
Method Detail

getTypeAlias

public String getTypeAlias()
Gets the value of the typeAlias property.

Returns:
possible object is String

setTypeAlias

public void setTypeAlias(String value)
Sets the value of the typeAlias property.

Parameters:
value - allowed object is String

getTypeDisplayName

public String getTypeDisplayName()
Gets the value of the typeDisplayName property.

Returns:
possible object is String

setTypeDisplayName

public void setTypeDisplayName(String value)
Sets the value of the typeDisplayName property.

Parameters:
value - allowed object is String

getInstanceId

public String getInstanceId()
Gets the value of the instanceId property.

Returns:
possible object is String

setInstanceId

public void setInstanceId(String value)
Sets the value of the instanceId property.

Parameters:
value - allowed object is String

isHasActingRole

public boolean isHasActingRole()
Gets the value of the hasActingRole property.


setHasActingRole

public void setHasActingRole(boolean value)
Sets the value of the hasActingRole property.


getCaseNo

public String getCaseNo()
Gets the value of the caseNo property.

Returns:
possible object is String

setCaseNo

public void setCaseNo(String value)
Sets the value of the caseNo property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getRegisteredBy

public String getRegisteredBy()
Gets the value of the registeredBy property.

Returns:
possible object is String

setRegisteredBy

public void setRegisteredBy(String value)
Sets the value of the registeredBy property.

Parameters:
value - allowed object is String

getRegisteredDate

public String getRegisteredDate()
Gets the value of the registeredDate property.

Returns:
possible object is String

setRegisteredDate

public void setRegisteredDate(String value)
Sets the value of the registeredDate property.

Parameters:
value - allowed object is String

getPhaseName

public String getPhaseName()
Gets the value of the phaseName property.

Returns:
possible object is String

setPhaseName

public void setPhaseName(String value)
Sets the value of the phaseName property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.