public class XsdAttributeReference extends Reference
xsd_attribute_reference asset type in IGC, displayed as 'XSD Attribute Reference' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
nativeId |
protected XsdAttribute |
referencesXsdAttribute |
protected String |
usage |
protected ItemList<XsdAttributeGroup> |
xsdAttributeGroup |
protected ItemList<XsdComplexType> |
xsdComplexType |
protected ItemList<MainObject> |
xsdElement |
| Constructor and Description |
|---|
XsdAttributeReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
XsdAttribute |
getReferencesXsdAttribute()
Retrieve the
references_xsd_attribute property (displayed as 'XSD Attribute') of the object. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
ItemList<XsdAttributeGroup> |
getXsdAttributeGroup()
Retrieve the
xsd_attribute_group property (displayed as 'Attribute Group') of the object. |
ItemList<XsdComplexType> |
getXsdComplexType()
Retrieve the
xsd_complex_type property (displayed as 'XSD Complex Type') of the object. |
ItemList<MainObject> |
getXsdElement()
Retrieve the
xsd_element property (displayed as 'XSD Element') of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReferencesXsdAttribute(XsdAttribute referencesXsdAttribute)
Set the
references_xsd_attribute property (displayed as XSD Attribute) of the object. |
void |
setUsage(String usage)
Set the
usage property (displayed as Usage) of the object. |
void |
setXsdAttributeGroup(ItemList<XsdAttributeGroup> xsdAttributeGroup)
Set the
xsd_attribute_group property (displayed as Attribute Group) of the object. |
void |
setXsdComplexType(ItemList<XsdComplexType> xsdComplexType)
Set the
xsd_complex_type property (displayed as XSD Complex Type) of the object. |
void |
setXsdElement(ItemList<MainObject> xsdElement)
Set the
xsd_element property (displayed as XSD Element) of the object. |
areModificationDetailsPopulated, 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 nativeId
protected XsdAttribute referencesXsdAttribute
protected String usage
protected ItemList<XsdAttributeGroup> xsdAttributeGroup
protected ItemList<XsdComplexType> xsdComplexType
protected ItemList<MainObject> xsdElement
public String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic XsdAttribute getReferencesXsdAttribute()
references_xsd_attribute property (displayed as 'XSD Attribute') of the object.XsdAttributepublic void setReferencesXsdAttribute(XsdAttribute referencesXsdAttribute)
references_xsd_attribute property (displayed as XSD Attribute) of the object.referencesXsdAttribute - the value to setpublic String getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - the value to setpublic ItemList<XsdAttributeGroup> getXsdAttributeGroup()
xsd_attribute_group property (displayed as 'Attribute Group') of the object.ItemList<XsdAttributeGroup>public void setXsdAttributeGroup(ItemList<XsdAttributeGroup> xsdAttributeGroup)
xsd_attribute_group property (displayed as Attribute Group) of the object.xsdAttributeGroup - the value to setpublic ItemList<XsdComplexType> getXsdComplexType()
xsd_complex_type property (displayed as 'XSD Complex Type') of the object.ItemList<XsdComplexType>public void setXsdComplexType(ItemList<XsdComplexType> xsdComplexType)
xsd_complex_type property (displayed as XSD Complex Type) of the object.xsdComplexType - the value to setpublic ItemList<MainObject> getXsdElement()
xsd_element property (displayed as 'XSD Element') of the object.ItemList<MainObject>public void setXsdElement(ItemList<MainObject> xsdElement)
xsd_element property (displayed as XSD Element) of the object.xsdElement - the value to setCopyright © 2018–2021 ODPi. All rights reserved.