net.opengis.fes._2
Class PropertyIsBetweenType

java.lang.Object
  extended by net.opengis.fes._2.ComparisonOpsType
      extended by net.opengis.fes._2.PropertyIsBetweenType

public class PropertyIsBetweenType
extends ComparisonOpsType

Classe Java pour PropertyIsBetweenType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="PropertyIsBetweenType">
   <complexContent>
     <extension base="{http://www.opengis.net/fes/2.1}ComparisonOpsType">
       <sequence>
         <element ref="{http://www.opengis.net/fes/2.1}expression"/>
         <element name="LowerBoundary" type="{http://www.opengis.net/fes/2.1}LowerBoundaryType"/>
         <element name="UpperBoundary" type="{http://www.opengis.net/fes/2.1}UpperBoundaryType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> expression
           
protected  LowerBoundaryType lowerBoundary
           
protected  UpperBoundaryType upperBoundary
           
 
Constructor Summary
PropertyIsBetweenType()
           
 
Method Summary
 JAXBElement<?> getExpression()
          Obtient la valeur de la propriété expression.
 LowerBoundaryType getLowerBoundary()
          Obtient la valeur de la propriété lowerBoundary.
 UpperBoundaryType getUpperBoundary()
          Obtient la valeur de la propriété upperBoundary.
 boolean isSetExpression()
           
 boolean isSetLowerBoundary()
           
 boolean isSetUpperBoundary()
           
 void setExpression(JAXBElement<?> value)
          Définit la valeur de la propriété expression.
 void setLowerBoundary(LowerBoundaryType value)
          Définit la valeur de la propriété lowerBoundary.
 void setUpperBoundary(UpperBoundaryType value)
          Définit la valeur de la propriété upperBoundary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

protected JAXBElement<?> expression

lowerBoundary

protected LowerBoundaryType lowerBoundary

upperBoundary

protected UpperBoundaryType upperBoundary
Constructor Detail

PropertyIsBetweenType

public PropertyIsBetweenType()
Method Detail

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()

getLowerBoundary

public LowerBoundaryType getLowerBoundary()
Obtient la valeur de la propriété lowerBoundary.

Returns:
possible object is LowerBoundaryType

setLowerBoundary

public void setLowerBoundary(LowerBoundaryType value)
Définit la valeur de la propriété lowerBoundary.

Parameters:
value - allowed object is LowerBoundaryType

isSetLowerBoundary

public boolean isSetLowerBoundary()

getUpperBoundary

public UpperBoundaryType getUpperBoundary()
Obtient la valeur de la propriété upperBoundary.

Returns:
possible object is UpperBoundaryType

setUpperBoundary

public void setUpperBoundary(UpperBoundaryType value)
Définit la valeur de la propriété upperBoundary.

Parameters:
value - allowed object is UpperBoundaryType

isSetUpperBoundary

public boolean isSetUpperBoundary()


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