public class XsdAttributeGroup extends InformationAsset
xsd_attribute_group asset type in IGC, displayed as 'XSD Attribute Group' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XsdAttribute> |
containsXsdAttributes |
protected ItemList<XsdAttributeGroup> |
referencedByXsdAttributeGroups |
protected ItemList<XsdComplexType> |
referencedByXsdComplexTypes |
protected ItemList<MainObject> |
referencedByXsdElements |
protected ItemList<XsdAttributeGroup> |
referencesXsdAttributeGroups |
protected ItemList<XsdAttributeReference> |
referencesXsdAttributes |
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 |
|---|
XsdAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdAttribute> |
getContainsXsdAttributes()
Retrieve the
contains_xsd_attributes property (displayed as 'Contains XSD Attributes') of the object. |
ItemList<XsdAttributeGroup> |
getReferencedByXsdAttributeGroups()
Retrieve the
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object. |
ItemList<XsdComplexType> |
getReferencedByXsdComplexTypes()
Retrieve the
referenced_by_xsd_complex_types property (displayed as 'Referenced by XSD Complex Types') of the object. |
ItemList<MainObject> |
getReferencedByXsdElements()
Retrieve the
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object. |
ItemList<XsdAttributeGroup> |
getReferencesXsdAttributeGroups()
Retrieve the
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object. |
ItemList<XsdAttributeReference> |
getReferencesXsdAttributes()
Retrieve the
references_xsd_attributes property (displayed as 'References XSD Attributes') of the object. |
XmlSchemaDefinition |
getXsdSchema()
Retrieve the
xsd_schema property (displayed as 'XSD Schema') of the object. |
void |
setContainsXsdAttributes(ItemList<XsdAttribute> containsXsdAttributes)
Set the
contains_xsd_attributes property (displayed as Contains XSD Attributes) of the object. |
void |
setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
Set the
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object. |
void |
setReferencedByXsdComplexTypes(ItemList<XsdComplexType> referencedByXsdComplexTypes)
Set the
referenced_by_xsd_complex_types property (displayed as Referenced by XSD Complex Types) of the object. |
void |
setReferencedByXsdElements(ItemList<MainObject> referencedByXsdElements)
Set the
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object. |
void |
setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
Set the
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object. |
void |
setReferencesXsdAttributes(ItemList<XsdAttributeReference> referencesXsdAttributes)
Set the
references_xsd_attributes property (displayed as References XSD Attributes) 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<XsdAttribute> containsXsdAttributes
protected ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups
protected ItemList<XsdComplexType> referencedByXsdComplexTypes
protected ItemList<MainObject> referencedByXsdElements
protected ItemList<XsdAttributeGroup> referencesXsdAttributeGroups
protected ItemList<XsdAttributeReference> referencesXsdAttributes
protected XmlSchemaDefinition xsdSchema
public ItemList<XsdAttribute> getContainsXsdAttributes()
contains_xsd_attributes property (displayed as 'Contains XSD Attributes') of the object.ItemList<XsdAttribute>public void setContainsXsdAttributes(ItemList<XsdAttribute> containsXsdAttributes)
contains_xsd_attributes property (displayed as Contains XSD Attributes) of the object.containsXsdAttributes - the value to setpublic ItemList<XsdAttributeGroup> getReferencedByXsdAttributeGroups()
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object.ItemList<XsdAttributeGroup>public void setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object.referencedByXsdAttributeGroups - the value to setpublic ItemList<XsdComplexType> getReferencedByXsdComplexTypes()
referenced_by_xsd_complex_types property (displayed as 'Referenced by XSD Complex Types') of the object.ItemList<XsdComplexType>public void setReferencedByXsdComplexTypes(ItemList<XsdComplexType> referencedByXsdComplexTypes)
referenced_by_xsd_complex_types property (displayed as Referenced by XSD Complex Types) of the object.referencedByXsdComplexTypes - the value to setpublic ItemList<MainObject> getReferencedByXsdElements()
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object.ItemList<MainObject>public void setReferencedByXsdElements(ItemList<MainObject> referencedByXsdElements)
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object.referencedByXsdElements - the value to setpublic ItemList<XsdAttributeGroup> getReferencesXsdAttributeGroups()
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object.ItemList<XsdAttributeGroup>public void setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object.referencesXsdAttributeGroups - the value to setpublic ItemList<XsdAttributeReference> getReferencesXsdAttributes()
references_xsd_attributes property (displayed as 'References XSD Attributes') of the object.ItemList<XsdAttributeReference>public void setReferencesXsdAttributes(ItemList<XsdAttributeReference> referencesXsdAttributes)
references_xsd_attributes property (displayed as References XSD Attributes) of the object.referencesXsdAttributes - 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.