net.opengis.kml._2_2_0
Class SnippetType

java.lang.Object
  extended by net.opengis.kml._2_2_0.SnippetType

public class SnippetType
extends Object

Classe Java pour SnippetType complex type.

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

 <complexType name="SnippetType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="maxLines" type="{http://www.w3.org/2001/XMLSchema}int" default="2" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Integer maxLines
           
protected  String value
           
 
Constructor Summary
SnippetType()
           
 
Method Summary
 int getMaxLines()
          Obtient la valeur de la propriété maxLines.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetMaxLines()
           
 boolean isSetValue()
           
 void setMaxLines(int value)
          Définit la valeur de la propriété maxLines.
 void setValue(String value)
          Définit la valeur de la propriété value.
 void unsetMaxLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

maxLines

protected Integer maxLines
Constructor Detail

SnippetType

public SnippetType()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getMaxLines

public int getMaxLines()
Obtient la valeur de la propriété maxLines.

Returns:
possible object is Integer

setMaxLines

public void setMaxLines(int value)
Définit la valeur de la propriété maxLines.

Parameters:
value - allowed object is Integer

isSetMaxLines

public boolean isSetMaxLines()

unsetMaxLines

public void unsetMaxLines()


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