public static class XmlForOdg_Base.Draw_g_Base
extends org.vishia.genJavaOutClass.SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XmlForOdg.Draw_custom_shape> |
draw_custom_shape |
protected java.util.List<XmlForOdg.Draw_frame> |
draw_frame |
protected java.lang.String |
draw_id |
protected java.util.List<XmlForOdg.Draw_polygon> |
draw_polygon |
protected java.util.List<XmlForOdg.Line> |
line |
protected java.lang.String |
xml_id |
Constructor and Description |
---|
Draw_g_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<XmlForOdg.Draw_custom_shape> |
get_draw_custom_shape()
Access to parse result, get the elements of the container draw_custom_shape
|
java.lang.Iterable<XmlForOdg.Draw_frame> |
get_draw_frame()
Access to parse result, get the elements of the container draw_frame
|
java.lang.String |
get_draw_id()
Access to parse result.
|
java.lang.Iterable<XmlForOdg.Draw_polygon> |
get_draw_polygon()
Access to parse result, get the elements of the container draw_custom_shape
|
java.lang.Iterable<XmlForOdg.Line> |
get_line()
Access to parse result, get the elements of the container draw_custom_shape
|
java.lang.String |
get_xml_id()
Access to parse result.
|
int |
getSize_draw_custom_shape()
Access to parse result, get the size of the container draw_custom_shape.
|
int |
getSize_draw_frame()
Access to parse result, get the size of the container draw_frame.
|
int |
getSize_draw_polygon()
Access to parse result, get the size of the container draw_custom_shape.
|
int |
getSize_line()
Access to parse result, get the size of the container draw_custom_shape.
|
protected java.lang.String draw_id
protected java.lang.String xml_id
protected java.util.List<XmlForOdg.Draw_frame> draw_frame
protected java.util.List<XmlForOdg.Draw_polygon> draw_polygon
protected java.util.List<XmlForOdg.Draw_custom_shape> draw_custom_shape
protected java.util.List<XmlForOdg.Line> line
public java.lang.Iterable<XmlForOdg.Draw_frame> get_draw_frame()
public int getSize_draw_frame()
public java.lang.String get_draw_id()
public java.lang.String get_xml_id()
public java.lang.Iterable<XmlForOdg.Draw_polygon> get_draw_polygon()
public int getSize_draw_polygon()
public java.lang.Iterable<XmlForOdg.Line> get_line()
public int getSize_line()
public java.lang.Iterable<XmlForOdg.Draw_custom_shape> get_draw_custom_shape()
public int getSize_draw_custom_shape()