public class XmlSchemaLibrary extends InformationAsset
xml_schema_library asset type in IGC, displayed as 'XML Schema Library' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected ItemList<XmlSchemaDefinition> |
xmlSchemaDefinitions |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
XmlSchemaLibrary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getTheId()
Retrieve the
id property (displayed as 'ID') of the object. |
ItemList<XmlSchemaDefinition> |
getXmlSchemaDefinitions()
Retrieve the
xml_schema_definitions property (displayed as 'XML Schema Definitions') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setTheId(String id)
Set the
id property (displayed as ID) of the object. |
void |
setXmlSchemaDefinitions(ItemList<XmlSchemaDefinition> xmlSchemaDefinitions)
Set the
xml_schema_definitions property (displayed as XML Schema Definitions) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String description
protected String id
protected ItemList<XmlSchemaDefinition> xmlSchemaDefinitions
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic String getTheId()
id property (displayed as 'ID') of the object.Stringpublic void setTheId(String id)
id property (displayed as ID) of the object.id - the value to setpublic ItemList<XmlSchemaDefinition> getXmlSchemaDefinitions()
xml_schema_definitions property (displayed as 'XML Schema Definitions') of the object.ItemList<XmlSchemaDefinition>public void setXmlSchemaDefinitions(ItemList<XmlSchemaDefinition> xmlSchemaDefinitions)
xml_schema_definitions property (displayed as XML Schema Definitions) of the object.xmlSchemaDefinitions - the value to setCopyright © 2018–2021 ODPi. All rights reserved.