public class CxWSIssueTrackingParam extends Object
Java class for CxWSIssueTrackingParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingParam">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
protected Object |
value |
| Constructor and Description |
|---|
CxWSIssueTrackingParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic String getType()
StringCopyright © 2020. All rights reserved.