| 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 ItemList<XsdElementReference> |
XsdElement.referencedByXsdComplexTypes |
protected ItemList<XsdElementReference> |
XsdElement.referencedByXsdElementGroups |
protected ItemList<XsdElementReference> |
XsdElement.referencedByXsdElements |
protected ItemList<XsdElementReference> |
XsdElement.referencesXsdElements |
protected ItemList<XsdElementReference> |
XsdComplexType.referencesXsdElements |
protected ItemList<XsdElementReference> |
XsdElementGroup.referencesXsdElements |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdElementReference> |
XsdElement.getReferencedByXsdComplexTypes()
Retrieve the
referenced_by_xsd_complex_types property (displayed as 'Referenced by XSD Complex Types') of the object. |
ItemList<XsdElementReference> |
XsdElement.getReferencedByXsdElementGroups()
Retrieve the
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object. |
ItemList<XsdElementReference> |
XsdElement.getReferencedByXsdElements()
Retrieve the
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object. |
ItemList<XsdElementReference> |
XsdElement.getReferencesXsdElements()
Retrieve the
references_xsd_elements property (displayed as 'References XSD Elements') of the object. |
ItemList<XsdElementReference> |
XsdComplexType.getReferencesXsdElements()
Retrieve the
references_xsd_elements property (displayed as 'References XSD Elements') of the object. |
ItemList<XsdElementReference> |
XsdElementGroup.getReferencesXsdElements()
Retrieve the
references_xsd_elements property (displayed as 'References XSD Elements') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdElement.setReferencedByXsdComplexTypes(ItemList<XsdElementReference> referencedByXsdComplexTypes)
Set the
referenced_by_xsd_complex_types property (displayed as Referenced by XSD Complex Types) of the object. |
void |
XsdElement.setReferencedByXsdElementGroups(ItemList<XsdElementReference> referencedByXsdElementGroups)
Set the
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object. |
void |
XsdElement.setReferencedByXsdElements(ItemList<XsdElementReference> referencedByXsdElements)
Set the
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object. |
void |
XsdElement.setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
Set the
references_xsd_elements property (displayed as References XSD Elements) of the object. |
void |
XsdComplexType.setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
Set the
references_xsd_elements property (displayed as References XSD Elements) of the object. |
void |
XsdElementGroup.setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
Set the
references_xsd_elements property (displayed as References XSD Elements) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.