public class CEF extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}CompoundList"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompoundList |
compoundList |
protected String |
version |
| Constructor and Description |
|---|
CEF() |
| Modifier and Type | Method and Description |
|---|---|
CompoundList |
getCompoundList()
Gets the value of the compoundList property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCompoundList(CompoundList value)
Sets the value of the compoundList property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected CompoundList compoundList
protected String version
public CompoundList getCompoundList()
CompoundListpublic void setCompoundList(CompoundList value)
value - allowed object is
CompoundListpublic String getVersion()
StringCopyright © 2017. All rights reserved.