| 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 XsdSimpleType |
XsdComplexType.extendsXsdSimpleType |
protected XsdSimpleType |
XsdSimpleType.extendsXsdSimpleType |
protected XsdSimpleType |
XsdElement.restrictsXsdSimpleType |
protected XsdSimpleType |
XsdSimpleType.restrictsXsdSimpleType |
protected XsdSimpleType |
XsdElement.xsdSimpleTypeDefinition |
protected XsdSimpleType |
XsdAttribute.xsdSimpleTypeDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XsdSimpleType> |
XmlSchemaDefinition.containsXsdSimpleTypes |
protected ItemList<XsdSimpleType> |
XsdSimpleType.extendedByXsdSimpleType |
protected ItemList<XsdSimpleType> |
XsdSimpleType.restrictedByXsdSimpleType |
| Modifier and Type | Method and Description |
|---|---|
XsdSimpleType |
XsdComplexType.getExtendsXsdSimpleType()
Retrieve the
extends_xsd_simple_type property (displayed as 'Extends XSD Simple Type') of the object. |
XsdSimpleType |
XsdSimpleType.getExtendsXsdSimpleType()
Retrieve the
extends_xsd_simple_type property (displayed as 'Extends XSD Simple Type') of the object. |
XsdSimpleType |
XsdElement.getRestrictsXsdSimpleType()
Retrieve the
restricts_xsd_simple_type property (displayed as 'Restricts XSD Simple Type') of the object. |
XsdSimpleType |
XsdSimpleType.getRestrictsXsdSimpleType()
Retrieve the
restricts_xsd_simple_type property (displayed as 'Restricts XSD Simple Type') of the object. |
XsdSimpleType |
XsdElement.getXsdSimpleTypeDefinition()
Retrieve the
xsd_simple_type_definition property (displayed as 'XSD Simple Type Definition') of the object. |
XsdSimpleType |
XsdAttribute.getXsdSimpleTypeDefinition()
Retrieve the
xsd_simple_type_definition property (displayed as 'XSD Simple Type Definition') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdSimpleType> |
XmlSchemaDefinition.getContainsXsdSimpleTypes()
Retrieve the
contains_xsd_simple_types property (displayed as 'XSD Simple Types') of the object. |
ItemList<XsdSimpleType> |
XsdSimpleType.getExtendedByXsdSimpleType()
Retrieve the
extended_by_xsd_simple_type property (displayed as 'Extended by XSD Simple Types') of the object. |
ItemList<XsdSimpleType> |
XsdSimpleType.getRestrictedByXsdSimpleType()
Retrieve the
restricted_by_xsd_simple_type property (displayed as 'Restricted by XSD Simple Types') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdComplexType.setExtendsXsdSimpleType(XsdSimpleType extendsXsdSimpleType)
Set the
extends_xsd_simple_type property (displayed as Extends XSD Simple Type) of the object. |
void |
XsdSimpleType.setExtendsXsdSimpleType(XsdSimpleType extendsXsdSimpleType)
Set the
extends_xsd_simple_type property (displayed as Extends XSD Simple Type) of the object. |
void |
XsdElement.setRestrictsXsdSimpleType(XsdSimpleType restrictsXsdSimpleType)
Set the
restricts_xsd_simple_type property (displayed as Restricts XSD Simple Type) of the object. |
void |
XsdSimpleType.setRestrictsXsdSimpleType(XsdSimpleType restrictsXsdSimpleType)
Set the
restricts_xsd_simple_type property (displayed as Restricts XSD Simple Type) of the object. |
void |
XsdElement.setXsdSimpleTypeDefinition(XsdSimpleType xsdSimpleTypeDefinition)
Set the
xsd_simple_type_definition property (displayed as XSD Simple Type Definition) of the object. |
void |
XsdAttribute.setXsdSimpleTypeDefinition(XsdSimpleType xsdSimpleTypeDefinition)
Set the
xsd_simple_type_definition property (displayed as XSD Simple Type Definition) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaDefinition.setContainsXsdSimpleTypes(ItemList<XsdSimpleType> containsXsdSimpleTypes)
Set the
contains_xsd_simple_types property (displayed as XSD Simple Types) of the object. |
void |
XsdSimpleType.setExtendedByXsdSimpleType(ItemList<XsdSimpleType> extendedByXsdSimpleType)
Set the
extended_by_xsd_simple_type property (displayed as Extended by XSD Simple Types) of the object. |
void |
XsdSimpleType.setRestrictedByXsdSimpleType(ItemList<XsdSimpleType> restrictedByXsdSimpleType)
Set the
restricted_by_xsd_simple_type property (displayed as Restricted by XSD Simple Types) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.