Package net.sf.okapi.filters.xini.jaxb
Class Element.ElementContent
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.Element.ElementContent
-
- Enclosing class:
- Element
public static class Element.ElementContent 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"> <choice> <element name="Fields" type="{}Fields"/> <element name="Table" type="{}Table"/> <element name="INI_Table" type="{}INI_Table"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ElementContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldsgetFields()Gets the value of the fields property.INITablegetINITable()Gets the value of the iniTable property.TablegetTable()Gets the value of the table property.voidsetFields(Fields value)Sets the value of the fields property.voidsetINITable(INITable value)Sets the value of the iniTable property.voidsetTable(Table value)Sets the value of the table property.
-
-
-
Method Detail
-
getFields
public Fields getFields()
Gets the value of the fields property.- Returns:
- possible object is
Fields
-
setFields
public void setFields(Fields value)
Sets the value of the fields property.- Parameters:
value- allowed object isFields
-
getTable
public Table getTable()
Gets the value of the table property.- Returns:
- possible object is
Table
-
setTable
public void setTable(Table value)
Sets the value of the table property.- Parameters:
value- allowed object isTable
-
getINITable
public INITable getINITable()
Gets the value of the iniTable property.- Returns:
- possible object is
INITable
-
-