public static class XmlDataRegMain_Base.Group_Base
extends org.vishia.genJavaOutClass.SrcInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XmlDataRegMain.Group> |
group
Complex node group
|
protected java.util.List<XmlDataRegMain.Info> |
info
Complex node info
|
protected java.util.List<org.vishia.util.NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlDataRegMain.Node_ref> |
node_ref
Complex node node-ref
|
protected java.lang.String |
oor_extensible
Attribute oor:extensible
|
protected java.lang.String |
oor_name
Attribute oor:name
|
protected java.lang.String |
oor_nillable
Attribute oor:nillable
|
protected java.util.List<XmlDataRegMain.Prop> |
prop
Complex node prop
|
protected java.util.List<XmlDataRegMain.Set> |
set
Complex node set
|
| Constructor and Description |
|---|
Group_Base() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<XmlDataRegMain.Group> |
get_group()
Access to parse result, get the elements of the container group
|
java.lang.Iterable<XmlDataRegMain.Info> |
get_info()
Access to parse result, get the elements of the container info
|
java.lang.Iterable<XmlDataRegMain.Node_ref> |
get_node_ref()
Access to parse result, get the elements of the container node_ref
|
java.lang.String |
get_oor_extensible()
Access to parse result.
|
java.lang.String |
get_oor_name()
Access to parse result.
|
java.lang.String |
get_oor_nillable()
Access to parse result.
|
java.lang.Iterable<XmlDataRegMain.Prop> |
get_prop()
Access to parse result, get the elements of the container prop
|
java.lang.Iterable<XmlDataRegMain.Set> |
get_set()
Access to parse result, get the elements of the container set
|
int |
getSize_group()
Access to parse result, get the size of the container group.
|
int |
getSize_info()
Access to parse result, get the size of the container info.
|
int |
getSize_node_ref()
Access to parse result, get the size of the container node_ref.
|
int |
getSize_prop()
Access to parse result, get the size of the container prop.
|
int |
getSize_set()
Access to parse result, get the size of the container set.
|
protected java.lang.String oor_extensible
protected java.lang.String oor_name
protected java.lang.String oor_nillable
protected java.util.List<XmlDataRegMain.Group> group
protected java.util.List<XmlDataRegMain.Info> info
protected java.util.List<XmlDataRegMain.Node_ref> node_ref
protected java.util.List<XmlDataRegMain.Prop> prop
protected java.util.List<XmlDataRegMain.Set> set
protected java.util.List<org.vishia.util.NameObj> listAllNodes
public java.lang.String get_oor_extensible()
public java.lang.String get_oor_name()
public java.lang.String get_oor_nillable()
public java.lang.Iterable<XmlDataRegMain.Group> get_group()
public int getSize_group()
public java.lang.Iterable<XmlDataRegMain.Info> get_info()
public int getSize_info()
public java.lang.Iterable<XmlDataRegMain.Node_ref> get_node_ref()
public int getSize_node_ref()
public java.lang.Iterable<XmlDataRegMain.Prop> get_prop()
public int getSize_prop()
public java.lang.Iterable<XmlDataRegMain.Set> get_set()
public int getSize_set()