public class XsdUniqueKey extends Reference
xsd_unique_key asset type in IGC, displayed as 'XSD Unique Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
namespace |
protected String |
nativeId |
protected ItemList<XsdForeignKey> |
referencedByXsdKeys |
protected String |
selector |
protected MainObject |
xsdElement |
protected ItemList<MainObject> |
xsdElementsOrAttributes |
| Constructor and Description |
|---|
XsdUniqueKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<XsdForeignKey> |
getReferencedByXsdKeys()
Retrieve the
referenced_by_xsd_keys property (displayed as 'Referenced by XSD Keys') of the object. |
String |
getSelector()
Retrieve the
selector property (displayed as 'Selector') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
MainObject |
getXsdElement()
Retrieve the
xsd_element property (displayed as 'XSD Element') of the object. |
ItemList<MainObject> |
getXsdElementsOrAttributes()
Retrieve the
xsd_elements_or_attributes property (displayed as 'XSD Elements or Attributes') of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReferencedByXsdKeys(ItemList<XsdForeignKey> referencedByXsdKeys)
Set the
referenced_by_xsd_keys property (displayed as Referenced by XSD Keys) of the object. |
void |
setSelector(String selector)
Set the
selector property (displayed as Selector) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setXsdElement(MainObject xsdElement)
Set the
xsd_element property (displayed as XSD Element) of the object. |
void |
setXsdElementsOrAttributes(ItemList<MainObject> xsdElementsOrAttributes)
Set the
xsd_elements_or_attributes property (displayed as XSD Elements or Attributes) 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 String name
protected String namespace
protected String nativeId
protected ItemList<XsdForeignKey> referencedByXsdKeys
protected String selector
protected MainObject xsdElement
protected ItemList<MainObject> xsdElementsOrAttributes
public String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - 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 ItemList<XsdForeignKey> getReferencedByXsdKeys()
referenced_by_xsd_keys property (displayed as 'Referenced by XSD Keys') of the object.ItemList<XsdForeignKey>public void setReferencedByXsdKeys(ItemList<XsdForeignKey> referencedByXsdKeys)
referenced_by_xsd_keys property (displayed as Referenced by XSD Keys) of the object.referencedByXsdKeys - the value to setpublic String getSelector()
selector property (displayed as 'Selector') of the object.Stringpublic void setSelector(String selector)
selector property (displayed as Selector) of the object.selector - 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 ItemList<MainObject> getXsdElementsOrAttributes()
xsd_elements_or_attributes property (displayed as 'XSD Elements or Attributes') of the object.ItemList<MainObject>public void setXsdElementsOrAttributes(ItemList<MainObject> xsdElementsOrAttributes)
xsd_elements_or_attributes property (displayed as XSD Elements or Attributes) of the object.xsdElementsOrAttributes - the value to setCopyright © 2018–2021 ODPi. All rights reserved.