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 Reference |
references_xsd_attribute
The
references_xsd_attribute property, displayed as 'XSD Attribute' in the IGC UI. |
protected String |
usage
The
usage property, displayed as 'Usage' in the IGC UI. |
protected ReferenceList |
xsd_attribute_group
The
xsd_attribute_group property, displayed as 'Attribute Group' in the IGC UI. |
protected ReferenceList |
xsd_complex_type
The
xsd_complex_type property, displayed as 'XSD Complex Type' in the IGC UI. |
protected ReferenceList |
xsd_element
The
xsd_element property, displayed as 'XSD Element' in the IGC UI. |
| Constructor and Description |
|---|
XsdAttributeReference() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
Reference |
getReferencesXsdAttribute() |
static List<String> |
getStringProperties() |
String |
getUsage() |
ReferenceList |
getXsdAttributeGroup() |
ReferenceList |
getXsdComplexType() |
ReferenceList |
getXsdElement() |
static Boolean |
includesModificationDetails() |
static Boolean |
isXsdAttributeReference(Object obj) |
void |
setReferencesXsdAttribute(Reference references_xsd_attribute) |
void |
setUsage(String usage) |
void |
setXsdAttributeGroup(ReferenceList xsd_attribute_group) |
void |
setXsdComplexType(ReferenceList xsd_complex_type) |
void |
setXsdElement(ReferenceList xsd_element) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String usage
usage property, displayed as 'Usage' in the IGC UI.protected ReferenceList xsd_element
xsd_element property, displayed as 'XSD Element' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList xsd_attribute_group
xsd_attribute_group property, displayed as 'Attribute Group' in the IGC UI.
ReferenceList of XsdAttributeGroup objects.protected ReferenceList xsd_complex_type
xsd_complex_type property, displayed as 'XSD Complex Type' in the IGC UI.
ReferenceList of XsdComplexType objects.protected Reference references_xsd_attribute
references_xsd_attribute property, displayed as 'XSD Attribute' in the IGC UI.
Reference to a XsdAttribute object.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public ReferenceList getXsdElement()
xsd_elementpublic void setXsdElement(ReferenceList xsd_element)
xsd_elementpublic ReferenceList getXsdAttributeGroup()
xsd_attribute_grouppublic void setXsdAttributeGroup(ReferenceList xsd_attribute_group)
xsd_attribute_grouppublic ReferenceList getXsdComplexType()
xsd_complex_typepublic void setXsdComplexType(ReferenceList xsd_complex_type)
xsd_complex_typepublic Reference getReferencesXsdAttribute()
references_xsd_attributepublic void setReferencesXsdAttribute(Reference references_xsd_attribute)
references_xsd_attributepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.