|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.vgregion.portal.medcontrol.ws.Case
public class Case
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 |
---|
protected String typeAlias
protected String typeDisplayName
protected String instanceId
protected boolean hasActingRole
protected String caseNo
protected String description
protected String registeredBy
protected String registeredDate
protected String phaseName
protected String url
Constructor Detail |
---|
public Case()
Method Detail |
---|
public String getTypeAlias()
String
public void setTypeAlias(String value)
value
- allowed object is
String
public String getTypeDisplayName()
String
public void setTypeDisplayName(String value)
value
- allowed object is
String
public String getInstanceId()
String
public void setInstanceId(String value)
value
- allowed object is
String
public boolean isHasActingRole()
public void setHasActingRole(boolean value)
public String getCaseNo()
String
public void setCaseNo(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getRegisteredBy()
String
public void setRegisteredBy(String value)
value
- allowed object is
String
public String getRegisteredDate()
String
public void setRegisteredDate(String value)
value
- allowed object is
String
public String getPhaseName()
String
public void setPhaseName(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |