| 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 XmlSchemaDefinition |
XsdAttributeGroup.xsdSchema |
protected XmlSchemaDefinition |
XsdComplexType.xsdSchema |
protected XmlSchemaDefinition |
XsdElementGroup.xsdSchema |
protected XmlSchemaDefinition |
XsdSimpleType.xsdSchema |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XmlSchemaDefinition> |
XmlSchemaLibrary.xmlSchemaDefinitions |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaDefinition |
XsdAttributeGroup.getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
XmlSchemaDefinition |
XsdComplexType.getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
XmlSchemaDefinition |
XsdElementGroup.getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
XmlSchemaDefinition |
XsdSimpleType.getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XmlSchemaDefinition> |
XmlSchemaLibrary.getXmlSchemaDefinitions()
Retrieve the
xml_schema_definitions property (displayed as 'XML Schema Definitions') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdAttributeGroup.setXsdSchema(XmlSchemaDefinition xsdSchema)
Set the
xsd_schema property (displayed as XSD Schema) of the object. |
void |
XsdComplexType.setXsdSchema(XmlSchemaDefinition xsdSchema)
Set the
xsd_schema property (displayed as XSD Schema) of the object. |
void |
XsdElementGroup.setXsdSchema(XmlSchemaDefinition xsdSchema)
Set the
xsd_schema property (displayed as XSD Schema) of the object. |
void |
XsdSimpleType.setXsdSchema(XmlSchemaDefinition xsdSchema)
Set the
xsd_schema property (displayed as XSD Schema) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaLibrary.setXmlSchemaDefinitions(ItemList<XmlSchemaDefinition> xmlSchemaDefinitions)
Set the
xml_schema_definitions property (displayed as XML Schema Definitions) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.