| 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 XsdAttribute |
XsdAttributeReference.referencesXsdAttribute |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XsdAttribute> |
XsdElement.containsAttributes |
protected ItemList<XsdAttribute> |
XsdAttributeGroup.containsXsdAttributes |
protected ItemList<XsdAttribute> |
XmlSchemaDefinition.containsXsdAttributes |
protected ItemList<XsdAttribute> |
XsdComplexType.containsXsdAttributes |
protected ItemList<XsdAttribute> |
XsdSimpleType.definesXsdAttributes |
| Modifier and Type | Method and Description |
|---|---|
XsdAttribute |
XsdAttributeReference.getReferencesXsdAttribute()
Retrieve the
references_xsd_attribute property (displayed as 'XSD Attribute') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdAttribute> |
XsdElement.getContainsAttributes()
Retrieve the
contains_attributes property (displayed as 'Contains XSD Attributes') of the object. |
ItemList<XsdAttribute> |
XsdAttributeGroup.getContainsXsdAttributes()
Retrieve the
contains_xsd_attributes property (displayed as 'Contains XSD Attributes') of the object. |
ItemList<XsdAttribute> |
XmlSchemaDefinition.getContainsXsdAttributes()
Retrieve the
contains_xsd_attributes property (displayed as 'XSD Attributes') of the object. |
ItemList<XsdAttribute> |
XsdComplexType.getContainsXsdAttributes()
Retrieve the
contains_xsd_attributes property (displayed as 'Contains XSD Attributes') of the object. |
ItemList<XsdAttribute> |
XsdSimpleType.getDefinesXsdAttributes()
Retrieve the
defines_xsd_attributes property (displayed as 'Defines XSD Attributes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdAttributeReference.setReferencesXsdAttribute(XsdAttribute referencesXsdAttribute)
Set the
references_xsd_attribute property (displayed as XSD Attribute) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdElement.setContainsAttributes(ItemList<XsdAttribute> containsAttributes)
Set the
contains_attributes property (displayed as Contains XSD Attributes) of the object. |
void |
XsdAttributeGroup.setContainsXsdAttributes(ItemList<XsdAttribute> containsXsdAttributes)
Set the
contains_xsd_attributes property (displayed as Contains XSD Attributes) of the object. |
void |
XmlSchemaDefinition.setContainsXsdAttributes(ItemList<XsdAttribute> containsXsdAttributes)
Set the
contains_xsd_attributes property (displayed as XSD Attributes) of the object. |
void |
XsdComplexType.setContainsXsdAttributes(ItemList<XsdAttribute> containsXsdAttributes)
Set the
contains_xsd_attributes property (displayed as Contains XSD Attributes) of the object. |
void |
XsdSimpleType.setDefinesXsdAttributes(ItemList<XsdAttribute> definesXsdAttributes)
Set the
defines_xsd_attributes property (displayed as Defines XSD Attributes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.