public class SnippetType extends Object
Java class for SnippetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SnippetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Line" type="{}LineType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SnippetType() |
| Modifier and Type | Method and Description |
|---|---|
LineType |
getLine()
Gets the value of the line property.
|
void |
setLine(LineType value)
Sets the value of the line property.
|
protected LineType line
Copyright © 2020. All rights reserved.