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 |
maxOccurs |
protected Number |
minOccurs |
protected String |
nativeId |
protected MainObject |
referencedXsdElement |
protected XsdComplexType |
xsdComplexType |
protected MainObject |
xsdElement |
protected XsdElementGroup |
xsdElementGroup |
| Constructor and Description |
|---|
XsdElementReference() |
| 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. |
MainObject |
getReferencedXsdElement()
Retrieve the
referenced_xsd_element property (displayed as 'XSD Element') of the object. |
XsdComplexType |
getXsdComplexType()
Retrieve the
xsd_complex_type property (displayed as 'XSD Complex Type') of the object. |
MainObject |
getXsdElement()
Retrieve the
xsd_element property (displayed as 'XSD Element') of the object. |
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 |
setReferencedXsdElement(MainObject referencedXsdElement)
Set the
referenced_xsd_element property (displayed as XSD Element) of the object. |
void |
setXsdComplexType(XsdComplexType xsdComplexType)
Set the
xsd_complex_type property (displayed as XSD Complex Type) of the object. |
void |
setXsdElement(MainObject xsdElement)
Set the
xsd_element property (displayed as XSD Element) of the object. |
void |
setXsdElementGroup(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 MainObject referencedXsdElement
protected XsdComplexType xsdComplexType
protected MainObject xsdElement
protected 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 MainObject getReferencedXsdElement()
referenced_xsd_element property (displayed as 'XSD Element') of the object.MainObjectpublic void setReferencedXsdElement(MainObject referencedXsdElement)
referenced_xsd_element property (displayed as XSD Element) of the object.referencedXsdElement - the value to setpublic XsdComplexType getXsdComplexType()
xsd_complex_type property (displayed as 'XSD Complex Type') of the object.XsdComplexTypepublic void setXsdComplexType(XsdComplexType xsdComplexType)
xsd_complex_type property (displayed as XSD Complex Type) of the object.xsdComplexType - the value to setpublic MainObject getXsdElement()
xsd_element property (displayed as 'XSD Element') of the object.MainObjectpublic void setXsdElement(MainObject xsdElement)
xsd_element property (displayed as XSD Element) of the object.xsdElement - the value to setpublic XsdElementGroup getXsdElementGroup()
xsd_element_group property (displayed as 'XSD Element Group') of the object.XsdElementGrouppublic void setXsdElementGroup(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.