public class XsdElementReference extends Reference
xsd_element_reference asset type in IGC, displayed as 'XSD Element Reference' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Number |
max_occurs
The
max_occurs property, displayed as 'Maximum Occurrence' in the IGC UI. |
protected Number |
min_occurs
The
min_occurs property, displayed as 'Minimum Occurrence' in the IGC UI. |
protected Reference |
referenced_xsd_element
The
referenced_xsd_element property, displayed as 'XSD Element' in the IGC UI. |
protected Reference |
xsd_complex_type
The
xsd_complex_type property, displayed as 'XSD Complex Type' in the IGC UI. |
protected Reference |
xsd_element
The
xsd_element property, displayed as 'XSD Element' in the IGC UI. |
protected Reference |
xsd_element_group
The
xsd_element_group property, displayed as 'XSD Element Group' in the IGC UI. |
| Constructor and Description |
|---|
XsdElementReference() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
Number |
getMaxOccurs() |
Number |
getMinOccurs() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
Reference |
getReferencedXsdElement() |
static List<String> |
getStringProperties() |
Reference |
getXsdComplexType() |
Reference |
getXsdElement() |
Reference |
getXsdElementGroup() |
static Boolean |
includesModificationDetails() |
static Boolean |
isXsdElementReference(Object obj) |
void |
setMaxOccurs(Number max_occurs) |
void |
setMinOccurs(Number min_occurs) |
void |
setReferencedXsdElement(Reference referenced_xsd_element) |
void |
setXsdComplexType(Reference xsd_complex_type) |
void |
setXsdElement(Reference xsd_element) |
void |
setXsdElementGroup(Reference xsd_element_group) |
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 Number min_occurs
min_occurs property, displayed as 'Minimum Occurrence' in the IGC UI.protected Number max_occurs
max_occurs property, displayed as 'Maximum Occurrence' in the IGC UI.protected Reference xsd_element
xsd_element property, displayed as 'XSD Element' in the IGC UI.
Reference to a MainObject object.protected Reference xsd_complex_type
xsd_complex_type property, displayed as 'XSD Complex Type' in the IGC UI.
Reference to a XsdComplexType object.protected Reference xsd_element_group
xsd_element_group property, displayed as 'XSD Element Group' in the IGC UI.
Reference to a XsdElementGroup object.protected Reference referenced_xsd_element
referenced_xsd_element property, displayed as 'XSD Element' in the IGC UI.
Reference to a MainObject object.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Number getMinOccurs()
min_occurspublic void setMinOccurs(Number min_occurs)
min_occurspublic Number getMaxOccurs()
max_occurspublic void setMaxOccurs(Number max_occurs)
max_occurspublic Reference getXsdElement()
xsd_elementpublic void setXsdElement(Reference xsd_element)
xsd_elementpublic Reference getXsdComplexType()
xsd_complex_typepublic void setXsdComplexType(Reference xsd_complex_type)
xsd_complex_typepublic Reference getXsdElementGroup()
xsd_element_grouppublic void setXsdElementGroup(Reference xsd_element_group)
xsd_element_grouppublic Reference getReferencedXsdElement()
referenced_xsd_elementpublic void setReferencedXsdElement(Reference referenced_xsd_element)
referenced_xsd_elementpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.