|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.ComparisonOpsType
net.opengis.fes._2.PropertyIsLikeType
public class PropertyIsLikeType
Classe Java pour PropertyIsLikeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PropertyIsLikeType">
<complexContent>
<extension base="{http://www.opengis.net/fes/2.1}ComparisonOpsType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}expression" maxOccurs="2" minOccurs="2"/>
</sequence>
<attribute name="wildCard" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="singleChar" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="escapeChar" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
escapeChar
|
protected List<JAXBElement<?>> |
expression
|
protected String |
singleChar
|
protected String |
wildCard
|
| Constructor Summary | |
|---|---|
PropertyIsLikeType()
|
|
| Method Summary | |
|---|---|
String |
getEscapeChar()
Obtient la valeur de la propriété escapeChar. |
List<JAXBElement<?>> |
getExpression()
Gets the value of the expression property. |
String |
getSingleChar()
Obtient la valeur de la propriété singleChar. |
String |
getWildCard()
Obtient la valeur de la propriété wildCard. |
boolean |
isSetEscapeChar()
|
boolean |
isSetExpression()
|
boolean |
isSetSingleChar()
|
boolean |
isSetWildCard()
|
void |
setEscapeChar(String value)
Définit la valeur de la propriété escapeChar. |
void |
setSingleChar(String value)
Définit la valeur de la propriété singleChar. |
void |
setWildCard(String value)
Définit la valeur de la propriété wildCard. |
void |
unsetExpression()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<?>> expression
protected String wildCard
protected String singleChar
protected String escapeChar
| Constructor Detail |
|---|
public PropertyIsLikeType()
| Method Detail |
|---|
public List<JAXBElement<?>> getExpression()
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 expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<FunctionType>
JAXBElement<InterpolateType>
JAXBElement<String>
JAXBElement<CategorizeType>
JAXBElement<StringPositionType>
JAXBElement<FunctionType>
JAXBElement<RecodeType>
JAXBElement<ChangeCaseType>
JAXBElement<SubstringType>
JAXBElement<LiteralType>
JAXBElement<TrimType>
JAXBElement<ConcatenateType>
JAXBElement<FormatDateType>
JAXBElement<Object>
JAXBElement<StringLengthType>
JAXBElement<DimensionType>
JAXBElement<FormatNumberType>
public boolean isSetExpression()
public void unsetExpression()
public String getWildCard()
Stringpublic void setWildCard(String value)
value - allowed object is
Stringpublic boolean isSetWildCard()
public String getSingleChar()
Stringpublic void setSingleChar(String value)
value - allowed object is
Stringpublic boolean isSetSingleChar()
public String getEscapeChar()
Stringpublic void setEscapeChar(String value)
value - allowed object is
Stringpublic boolean isSetEscapeChar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||