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