public class TCaseIdentifier
extends java.lang.Object
implements java.io.Serializable
Java class for tCaseIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseIdentifier"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="caseMetadataId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TCaseIdentifier() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaseMetadataId()
Gets the value of the caseMetadataId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
boolean |
isSetCaseMetadataId() |
boolean |
isSetName() |
void |
setCaseMetadataId(java.lang.String value)
Sets the value of the caseMetadataId property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public java.lang.String getCaseMetadataId()
String
public void setCaseMetadataId(java.lang.String value)
value
- allowed object is
String
public boolean isSetCaseMetadataId()