|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.SnippetType
public class SnippetType
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 |
|---|
protected String value
protected Integer maxLines
| Constructor Detail |
|---|
public SnippetType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public int getMaxLines()
Integerpublic void setMaxLines(int value)
value - allowed object is
Integerpublic boolean isSetMaxLines()
public void unsetMaxLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||