| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected XsdElementGroup |
XsdElementGroupReference.referencesXsdElementGroup |
protected XsdElementGroup |
XsdElementReference.xsdElementGroup |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XsdElementGroup> |
XmlSchemaDefinition.containsXsdElementGroups |
protected ItemList<XsdElementGroup> |
XsdElementGroup.referencedByXsdElementGroups |
protected ItemList<XsdElementGroup> |
XsdElementGroupReference.xsdElementGroup |
| Modifier and Type | Method and Description |
|---|---|
XsdElementGroup |
XsdElementGroupReference.getReferencesXsdElementGroup()
Retrieve the
references_xsd_element_group property (displayed as 'XSD Element Group') of the object. |
XsdElementGroup |
XsdElementReference.getXsdElementGroup()
Retrieve the
xsd_element_group property (displayed as 'XSD Element Group') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdElementGroup> |
XmlSchemaDefinition.getContainsXsdElementGroups()
Retrieve the
contains_xsd_element_groups property (displayed as 'XSD Element Groups') of the object. |
ItemList<XsdElementGroup> |
XsdElementGroup.getReferencedByXsdElementGroups()
Retrieve the
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object. |
ItemList<XsdElementGroup> |
XsdElementGroupReference.getXsdElementGroup()
Retrieve the
xsd_element_group property (displayed as 'XSD Element Group') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdElementGroupReference.setReferencesXsdElementGroup(XsdElementGroup referencesXsdElementGroup)
Set the
references_xsd_element_group property (displayed as XSD Element Group) of the object. |
void |
XsdElementReference.setXsdElementGroup(XsdElementGroup xsdElementGroup)
Set the
xsd_element_group property (displayed as XSD Element Group) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaDefinition.setContainsXsdElementGroups(ItemList<XsdElementGroup> containsXsdElementGroups)
Set the
contains_xsd_element_groups property (displayed as XSD Element Groups) of the object. |
void |
XsdElementGroup.setReferencedByXsdElementGroups(ItemList<XsdElementGroup> referencedByXsdElementGroups)
Set the
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object. |
void |
XsdElementGroupReference.setXsdElementGroup(ItemList<XsdElementGroup> xsdElementGroup)
Set the
xsd_element_group property (displayed as XSD Element Group) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.