net.opengis.se._2_0.core
Class FormatDateType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
      extended by net.opengis.se._2_0.core.FormatDateType

public class FormatDateType
extends FunctionType

Classe Java pour FormatDateType complex type.

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

 <complexType name="FormatDateType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}DateValue"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Pattern"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType dateValue
           
protected  String pattern
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
FormatDateType()
           
 
Method Summary
 ParameterValueType getDateValue()
          Obtient la valeur de la propriété dateValue.
 String getPattern()
          Obtient la valeur de la propriété pattern.
 boolean isSetDateValue()
           
 boolean isSetPattern()
           
 void setDateValue(ParameterValueType value)
          Définit la valeur de la propriété dateValue.
 void setPattern(String value)
          Définit la valeur de la propriété pattern.
 
Methods inherited from class net.opengis.se._2_0.core.FunctionType
getFallbackValue, isSetFallbackValue, setFallbackValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateValue

protected ParameterValueType dateValue

pattern

protected String pattern
Constructor Detail

FormatDateType

public FormatDateType()
Method Detail

getDateValue

public ParameterValueType getDateValue()
Obtient la valeur de la propriété dateValue.

Returns:
possible object is ParameterValueType

setDateValue

public void setDateValue(ParameterValueType value)
Définit la valeur de la propriété dateValue.

Parameters:
value - allowed object is ParameterValueType

isSetDateValue

public boolean isSetDateValue()

getPattern

public String getPattern()
Obtient la valeur de la propriété pattern.

Returns:
possible object is String

setPattern

public void setPattern(String value)
Définit la valeur de la propriété pattern.

Parameters:
value - allowed object is String

isSetPattern

public boolean isSetPattern()


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