public class XsdElementGroupReference extends Reference
xsd_element_group_reference asset type in IGC, displayed as 'XSD Element Group 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 |
references_xsd_element_group
The
references_xsd_element_group property, displayed as 'XSD Element 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. |
protected ReferenceList |
xsd_element_group
The
xsd_element_group property, displayed as 'XSD Element Group' in the IGC UI. |
| Constructor and Description |
|---|
XsdElementGroupReference() |
| 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 |
getReferencesXsdElementGroup() |
static List<String> |
getStringProperties() |
ReferenceList |
getXsdComplexType() |
ReferenceList |
getXsdElement() |
ReferenceList |
getXsdElementGroup() |
static Boolean |
includesModificationDetails() |
static Boolean |
isXsdElementGroupReference(Object obj) |
void |
setMaxOccurs(Number max_occurs) |
void |
setMinOccurs(Number min_occurs) |
void |
setReferencesXsdElementGroup(Reference references_xsd_element_group) |
void |
setXsdComplexType(ReferenceList xsd_complex_type) |
void |
setXsdElement(ReferenceList xsd_element) |
void |
setXsdElementGroup(ReferenceList 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 ReferenceList xsd_element
xsd_element property, displayed as 'XSD Element' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList xsd_complex_type
xsd_complex_type property, displayed as 'XSD Complex Type' in the IGC UI.
ReferenceList of XsdComplexType objects.protected ReferenceList xsd_element_group
xsd_element_group property, displayed as 'XSD Element Group' in the IGC UI.
ReferenceList of XsdElementGroup objects.protected Reference references_xsd_element_group
references_xsd_element_group property, displayed as 'XSD Element Group' in the IGC UI.
Reference to a XsdElementGroup 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 ReferenceList getXsdElement()
xsd_elementpublic void setXsdElement(ReferenceList xsd_element)
xsd_elementpublic ReferenceList getXsdComplexType()
xsd_complex_typepublic void setXsdComplexType(ReferenceList xsd_complex_type)
xsd_complex_typepublic ReferenceList getXsdElementGroup()
xsd_element_grouppublic void setXsdElementGroup(ReferenceList xsd_element_group)
xsd_element_grouppublic Reference getReferencesXsdElementGroup()
references_xsd_element_grouppublic void setReferencesXsdElementGroup(Reference references_xsd_element_group)
references_xsd_element_grouppublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.