public class SubstringFilter extends Object
Java class for SubstringFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubstringFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="initial" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlValue" minOccurs="0"/>
<element name="any" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="final" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlValue" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}AttributeDescriptionValue" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
_final |
protected List<Object> |
any |
protected Object |
initial |
protected String |
name |
| Constructor and Description |
|---|
SubstringFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
Object |
getFinal()
Gets the value of the final property.
|
Object |
getInitial()
Gets the value of the initial property.
|
String |
getName()
Gets the value of the name property.
|
void |
setFinal(Object value)
Sets the value of the final property.
|
void |
setInitial(Object value)
Sets the value of the initial property.
|
void |
setName(String value)
Sets the value of the name property.
|
public SubstringFilter()
public Object getInitial()
Stringpublic void setInitial(Object value)
value - allowed object is
Stringpublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Object getFinal()
Stringpublic void setFinal(Object value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.