public class CxWSJIRASchema extends Object
Java class for CxWSJIRASchema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSJIRASchema">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="System" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Items" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
custom |
protected String |
items |
protected String |
system |
protected String |
type |
| Constructor and Description |
|---|
CxWSJIRASchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustom()
Gets the value of the custom property.
|
String |
getItems()
Gets the value of the items property.
|
String |
getSystem()
Gets the value of the system property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCustom(String value)
Sets the value of the custom property.
|
void |
setItems(String value)
Sets the value of the items property.
|
void |
setSystem(String value)
Sets the value of the system property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String system
protected String type
protected String items
protected String custom
public String getSystem()
Stringpublic void setSystem(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getItems()
Stringpublic void setItems(String value)
value - allowed object is
Stringpublic String getCustom()
StringCopyright © 2020. All rights reserved.