Package com.google.earth.kml._2
Class SnippetType
java.lang.Object
com.google.earth.kml._2.SnippetType
<p>Java class for SnippetType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the maxLines property.getValue()Gets the value of the value property.voidsetMaxLines(Integer value) Sets the value of the maxLines property.voidSets the value of the value property.
-
Field Details
-
value
-
maxLines
-
-
Constructor Details
-
SnippetType
public SnippetType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getMaxLines
public int getMaxLines()Gets the value of the maxLines property.- Returns:
- possible object is
Integer
-
setMaxLines
Sets the value of the maxLines property.- Parameters:
value- allowed object isInteger
-