public class StreamFilterSpecDataObj extends Object
Java class for streamFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="languageList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<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 List<String> |
languageList |
protected String |
namePattern |
| Constructor and Description |
|---|
StreamFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionPattern()
Gets the value of the descriptionPattern property.
|
List<String> |
getLanguageList()
Gets the value of the languageList 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 List<String> getLanguageList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the languageList property.
For example, to add a new item, do as follows:
getLanguageList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDescriptionPattern()
Stringpublic void setDescriptionPattern(String value)
value - allowed object is
Stringpublic String getNamePattern()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.