public class CxWSJIRAFields extends Object
Java class for CxWSJIRAFields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSJIRAFields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="JiraFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultValues" type="{http://Checkmarx.com}ArrayOfAnyType" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Schema" type="{http://Checkmarx.com}CxWSJIRASchema" minOccurs="0"/>
<element name="AllowedValues" type="{http://Checkmarx.com}ArrayOfCxWSJIRAAllowedValues" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSJIRAAllowedValues |
allowedValues |
protected ArrayOfAnyType |
defaultValues |
protected String |
jiraFieldName |
protected String |
name |
protected boolean |
required |
protected CxWSJIRASchema |
schema |
| Constructor and Description |
|---|
CxWSJIRAFields() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSJIRAAllowedValues |
getAllowedValues()
Gets the value of the allowedValues property.
|
ArrayOfAnyType |
getDefaultValues()
Gets the value of the defaultValues property.
|
String |
getJiraFieldName()
Gets the value of the jiraFieldName property.
|
String |
getName()
Gets the value of the name property.
|
CxWSJIRASchema |
getSchema()
Gets the value of the schema property.
|
boolean |
isRequired()
Gets the value of the required property.
|
void |
setAllowedValues(ArrayOfCxWSJIRAAllowedValues value)
Sets the value of the allowedValues property.
|
void |
setDefaultValues(ArrayOfAnyType value)
Sets the value of the defaultValues property.
|
void |
setJiraFieldName(String value)
Sets the value of the jiraFieldName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
setSchema(CxWSJIRASchema value)
Sets the value of the schema property.
|
protected String jiraFieldName
protected ArrayOfAnyType defaultValues
protected String name
protected boolean required
protected CxWSJIRASchema schema
protected ArrayOfCxWSJIRAAllowedValues allowedValues
public String getJiraFieldName()
Stringpublic void setJiraFieldName(String value)
value - allowed object is
Stringpublic ArrayOfAnyType getDefaultValues()
ArrayOfAnyTypepublic void setDefaultValues(ArrayOfAnyType value)
value - allowed object is
ArrayOfAnyTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isRequired()
public void setRequired(boolean value)
public CxWSJIRASchema getSchema()
CxWSJIRASchemapublic void setSchema(CxWSJIRASchema value)
value - allowed object is
CxWSJIRASchemapublic ArrayOfCxWSJIRAAllowedValues getAllowedValues()
ArrayOfCxWSJIRAAllowedValuespublic void setAllowedValues(ArrayOfCxWSJIRAAllowedValues value)
value - allowed object is
ArrayOfCxWSJIRAAllowedValuesCopyright © 2020. All rights reserved.