public class ProjectFilterSpecDataObj extends Object
Java class for projectFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descriptionPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="namePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
descriptionPattern |
protected String |
namePattern |
| Constructor and Description |
|---|
ProjectFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionPattern()
Gets the value of the descriptionPattern property.
|
String |
getNamePattern()
Gets the value of the namePattern property.
|
void |
setDescriptionPattern(String value)
Sets the value of the descriptionPattern property.
|
void |
setNamePattern(String value)
Sets the value of the namePattern property.
|
protected String descriptionPattern
protected String namePattern
public String getDescriptionPattern()
Stringpublic void setDescriptionPattern(String value)
value - allowed object is
Stringpublic String getNamePattern()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.