public class XsdElementGroup extends InformationAsset
xsd_element_group asset type in IGC, displayed as 'XSD Element Group' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MainObject> |
containsXsdElements |
protected ItemList<XsdElementGroup> |
referencedByXsdElementGroups |
protected ItemList<MainObject> |
referencesByXsdElements |
protected ItemList<XsdElementGroupReference> |
referencesXsdElementGroups |
protected ItemList<XsdElementReference> |
referencesXsdElements |
protected String |
type
Valid values are:
All (displayed in the UI as 'All')
Choice (displayed in the UI as 'Choice')
Sequence (displayed in the UI as 'Sequence')
|
protected XmlSchemaDefinition |
xsdSchema |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
XsdElementGroup() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MainObject> |
getContainsXsdElements()
Retrieve the
contains_xsd_elements property (displayed as 'Contains XSD Elements') of the object. |
ItemList<XsdElementGroup> |
getReferencedByXsdElementGroups()
Retrieve the
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object. |
ItemList<MainObject> |
getReferencesByXsdElements()
Retrieve the
references_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object. |
ItemList<XsdElementGroupReference> |
getReferencesXsdElementGroups()
Retrieve the
references_xsd_element_groups property (displayed as 'References XSD Element Groups') of the object. |
ItemList<XsdElementReference> |
getReferencesXsdElements()
Retrieve the
references_xsd_elements property (displayed as 'References XSD Elements') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
XmlSchemaDefinition |
getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
void |
setContainsXsdElements(ItemList<MainObject> containsXsdElements)
Set the
contains_xsd_elements property (displayed as Contains XSD Elements) of the object. |
void |
setReferencedByXsdElementGroups(ItemList<XsdElementGroup> referencedByXsdElementGroups)
Set the
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object. |
void |
setReferencesByXsdElements(ItemList<MainObject> referencesByXsdElements)
Set the
references_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object. |
void |
setReferencesXsdElementGroups(ItemList<XsdElementGroupReference> referencesXsdElementGroups)
Set the
references_xsd_element_groups property (displayed as References XSD Element Groups) of the object. |
void |
setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
Set the
references_xsd_elements property (displayed as References XSD Elements) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setXsdSchema(XmlSchemaDefinition xsdSchema)
Set the
xsd_schema property (displayed as XSD Schema) 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 ItemList<MainObject> containsXsdElements
protected ItemList<XsdElementGroup> referencedByXsdElementGroups
protected ItemList<MainObject> referencesByXsdElements
protected ItemList<XsdElementGroupReference> referencesXsdElementGroups
protected ItemList<XsdElementReference> referencesXsdElements
protected String type
protected XmlSchemaDefinition xsdSchema
public ItemList<MainObject> getContainsXsdElements()
contains_xsd_elements property (displayed as 'Contains XSD Elements') of the object.ItemList<MainObject>public void setContainsXsdElements(ItemList<MainObject> containsXsdElements)
contains_xsd_elements property (displayed as Contains XSD Elements) of the object.containsXsdElements - the value to setpublic ItemList<XsdElementGroup> getReferencedByXsdElementGroups()
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object.ItemList<XsdElementGroup>public void setReferencedByXsdElementGroups(ItemList<XsdElementGroup> referencedByXsdElementGroups)
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object.referencedByXsdElementGroups - the value to setpublic ItemList<MainObject> getReferencesByXsdElements()
references_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object.ItemList<MainObject>public void setReferencesByXsdElements(ItemList<MainObject> referencesByXsdElements)
references_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object.referencesByXsdElements - the value to setpublic ItemList<XsdElementGroupReference> getReferencesXsdElementGroups()
references_xsd_element_groups property (displayed as 'References XSD Element Groups') of the object.ItemList<XsdElementGroupReference>public void setReferencesXsdElementGroups(ItemList<XsdElementGroupReference> referencesXsdElementGroups)
references_xsd_element_groups property (displayed as References XSD Element Groups) of the object.referencesXsdElementGroups - the value to setpublic ItemList<XsdElementReference> getReferencesXsdElements()
references_xsd_elements property (displayed as 'References XSD Elements') of the object.ItemList<XsdElementReference>public void setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
references_xsd_elements property (displayed as References XSD Elements) of the object.referencesXsdElements - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic XmlSchemaDefinition getXsdSchema()
xsd_schema property (displayed as 'XSD Schema') of the object.XmlSchemaDefinitionpublic void setXsdSchema(XmlSchemaDefinition xsdSchema)
xsd_schema property (displayed as XSD Schema) of the object.xsdSchema - the value to setCopyright © 2018–2021 ODPi. All rights reserved.