|
||||||||||
| 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.PropertyIsNilType
public class PropertyIsNilType
Classe Java pour PropertyIsNilType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PropertyIsNilType">
<complexContent>
<extension base="{http://www.opengis.net/fes/2.1}ComparisonOpsType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.1}expression" minOccurs="0"/>
</sequence>
<attribute name="nilReason" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
expression
|
protected String |
nilReason
|
| Constructor Summary | |
|---|---|
PropertyIsNilType()
|
|
| Method Summary | |
|---|---|
JAXBElement<?> |
getExpression()
Obtient la valeur de la propriété expression. |
String |
getNilReason()
Obtient la valeur de la propriété nilReason. |
boolean |
isSetExpression()
|
boolean |
isSetNilReason()
|
void |
setExpression(JAXBElement<?> value)
Définit la valeur de la propriété expression. |
void |
setNilReason(String value)
Définit la valeur de la propriété nilReason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<?> expression
protected String nilReason
| Constructor Detail |
|---|
public PropertyIsNilType()
| Method Detail |
|---|
public JAXBElement<?> getExpression()
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 void setExpression(JAXBElement<?> value)
value - allowed object is
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 String getNilReason()
Stringpublic void setNilReason(String value)
value - allowed object is
Stringpublic boolean isSetNilReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||