net.opengis.fes._2
Class BinaryTemporalOpType

java.lang.Object
  extended by net.opengis.fes._2.TemporalOpsType
      extended by net.opengis.fes._2.BinaryTemporalOpType

public class BinaryTemporalOpType
extends TemporalOpsType

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

valueReference

protected String valueReference

expression

protected JAXBElement<?> expression
Constructor Detail

BinaryTemporalOpType

public BinaryTemporalOpType()
Method Detail

getValueReference

public String getValueReference()
Obtient la valeur de la propriété valueReference.

Returns:
possible object is String

setValueReference

public void setValueReference(String value)
Définit la valeur de la propriété valueReference.

Parameters:
value - allowed object is String

isSetValueReference

public boolean isSetValueReference()

getExpression

public JAXBElement<?> getExpression()
Obtient la valeur de la propriété expression.

Returns:
possible 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>

setExpression

public void setExpression(JAXBElement<?> value)
Définit la valeur de la propriété expression.

Parameters:
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>

isSetExpression

public boolean isSetExpression()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.