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 |
maxOccurs |
protected Number |
minOccurs |
protected String |
nativeId |
protected XsdElementGroup |
referencesXsdElementGroup |
protected ItemList<XsdComplexType> |
xsdComplexType |
protected ItemList<MainObject> |
xsdElement |
protected ItemList<XsdElementGroup> |
xsdElementGroup |
| Constructor and Description |
|---|
XsdElementGroupReference() |
| Modifier and Type | Method and Description |
|---|---|
Number |
getMaxOccurs()
Retrieve the
max_occurs property (displayed as 'Maximum Occurrence') of the object. |
Number |
getMinOccurs()
Retrieve the
min_occurs property (displayed as 'Minimum Occurrence') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
XsdElementGroup |
getReferencesXsdElementGroup()
Retrieve the
references_xsd_element_group property (displayed as 'XSD Element 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. |
ItemList<XsdElementGroup> |
getXsdElementGroup()
Retrieve the
xsd_element_group property (displayed as 'XSD Element Group') of the object. |
void |
setMaxOccurs(Number maxOccurs)
Set the
max_occurs property (displayed as Maximum Occurrence) of the object. |
void |
setMinOccurs(Number minOccurs)
Set the
min_occurs property (displayed as Minimum Occurrence) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReferencesXsdElementGroup(XsdElementGroup referencesXsdElementGroup)
Set the
references_xsd_element_group property (displayed as XSD Element 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. |
void |
setXsdElementGroup(ItemList<XsdElementGroup> xsdElementGroup)
Set the
xsd_element_group property (displayed as XSD Element Group) 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 Number maxOccurs
protected Number minOccurs
protected String nativeId
protected XsdElementGroup referencesXsdElementGroup
protected ItemList<XsdComplexType> xsdComplexType
protected ItemList<MainObject> xsdElement
protected ItemList<XsdElementGroup> xsdElementGroup
public Number getMaxOccurs()
max_occurs property (displayed as 'Maximum Occurrence') of the object.Numberpublic void setMaxOccurs(Number maxOccurs)
max_occurs property (displayed as Maximum Occurrence) of the object.maxOccurs - the value to setpublic Number getMinOccurs()
min_occurs property (displayed as 'Minimum Occurrence') of the object.Numberpublic void setMinOccurs(Number minOccurs)
min_occurs property (displayed as Minimum Occurrence) of the object.minOccurs - the value to setpublic 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 XsdElementGroup getReferencesXsdElementGroup()
references_xsd_element_group property (displayed as 'XSD Element Group') of the object.XsdElementGrouppublic void setReferencesXsdElementGroup(XsdElementGroup referencesXsdElementGroup)
references_xsd_element_group property (displayed as XSD Element Group) of the object.referencesXsdElementGroup - 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 setpublic ItemList<XsdElementGroup> getXsdElementGroup()
xsd_element_group property (displayed as 'XSD Element Group') of the object.ItemList<XsdElementGroup>public void setXsdElementGroup(ItemList<XsdElementGroup> xsdElementGroup)
xsd_element_group property (displayed as XSD Element Group) of the object.xsdElementGroup - the value to setCopyright © 2018–2021 ODPi. All rights reserved.