| 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<XsdAttributeGroup> |
XmlSchemaDefinition.containsXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdAttributeGroup.referencedByXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdAttribute.referencedByXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdAttributeGroup.referencesXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdElement.referencesXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdComplexType.referencesXsdAttributeGroups |
protected ItemList<XsdAttributeGroup> |
XsdAttributeReference.xsdAttributeGroup |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdAttributeGroup> |
XmlSchemaDefinition.getContainsXsdAttributeGroups()
Retrieve the
contains_xsd_attribute_groups property (displayed as 'XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdAttributeGroup.getReferencedByXsdAttributeGroups()
Retrieve the
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdAttribute.getReferencedByXsdAttributeGroups()
Retrieve the
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdAttributeGroup.getReferencesXsdAttributeGroups()
Retrieve the
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdElement.getReferencesXsdAttributeGroups()
Retrieve the
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdComplexType.getReferencesXsdAttributeGroups()
Retrieve the
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object. |
ItemList<XsdAttributeGroup> |
XsdAttributeReference.getXsdAttributeGroup()
Retrieve the
xsd_attribute_group property (displayed as 'Attribute Group') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaDefinition.setContainsXsdAttributeGroups(ItemList<XsdAttributeGroup> containsXsdAttributeGroups)
Set the
contains_xsd_attribute_groups property (displayed as XSD Attribute Groups) of the object. |
void |
XsdAttributeGroup.setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
Set the
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object. |
void |
XsdAttribute.setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
Set the
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object. |
void |
XsdAttributeGroup.setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
Set the
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object. |
void |
XsdElement.setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
Set the
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object. |
void |
XsdComplexType.setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
Set the
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object. |
void |
XsdAttributeReference.setXsdAttributeGroup(ItemList<XsdAttributeGroup> xsdAttributeGroup)
Set the
xsd_attribute_group property (displayed as Attribute Group) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.