public class ComponentMapFilterSpecDataObj extends Object
Java class for componentMapFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentMapFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 |
namePattern |
| Constructor and Description |
|---|
ComponentMapFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamePattern()
Gets the value of the namePattern property.
|
void |
setNamePattern(String value)
Sets the value of the namePattern property.
|
protected String namePattern
Copyright © 2004-2013 Hudson. All Rights Reserved.