public class GetContextStatesByFilter extends AbstractGet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractGet">
<sequence>
<element name="Filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContextType" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
contextType |
protected List<String> |
filter |
extension| Constructor and Description |
|---|
GetContextStatesByFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
QName |
getContextType()
Gets the value of the contextType property.
|
List<String> |
getFilter()
Gets the value of the filter property.
|
int |
hashCode() |
void |
setContextType(QName value)
Sets the value of the contextType property.
|
void |
setFilter(List<String> value) |
String |
toString() |
getExtension, setExtensionpublic List<String> getFilter()
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 filter property.
For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
String
public QName getContextType()
QNamepublic void setContextType(QName value)
value - allowed object is
QNamepublic String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2017. All rights reserved.