public class XsdSimpleType extends Reference
xsd_simple_type asset type in IGC, displayed as 'XSD Simple Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
__final
The
final property, displayed as 'Final' in the IGC UI. |
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
protected String |
base_type
The
base_type property, displayed as 'Data Type' in the IGC UI. |
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected ReferenceList |
defines_xsd_attributes
The
defines_xsd_attributes property, displayed as 'Defines XSD Attributes' in the IGC UI. |
protected ReferenceList |
defines_xsd_elements
The
defines_xsd_elements property, displayed as 'Defines XSD Elements' in the IGC UI. |
protected ReferenceList |
extended_by_xsd_complex_type
The
extended_by_xsd_complex_type property, displayed as 'Extended by XSD Complex Types' in the IGC UI. |
protected ReferenceList |
extended_by_xsd_simple_type
The
extended_by_xsd_simple_type property, displayed as 'Extended by XSD Simple Types' in the IGC UI. |
protected ReferenceList |
extends_xsd_element
The
extends_xsd_element property, displayed as 'Extends XSD Elements' in the IGC UI. |
protected Reference |
extends_xsd_simple_type
The
extends_xsd_simple_type property, displayed as 'Extends XSD Simple Type' in the IGC UI. |
protected Number |
fraction
The
fraction property, displayed as 'Fraction' in the IGC UI. |
protected ReferenceList |
governed_by_rules
The
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected ReferenceList |
in_collections
The
in_collections property, displayed as 'In Collections' in the IGC UI. |
protected ReferenceList |
labels
The
labels property, displayed as 'Labels' in the IGC UI. |
protected Number |
length
The
length property, displayed as 'Length' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected Number |
max_length
The
max_length property, displayed as 'Maximum Length' in the IGC UI. |
protected Number |
min_length
The
min_length property, displayed as 'Minimum Length' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected ReferenceList |
restricted_by_xsd_simple_type
The
restricted_by_xsd_simple_type property, displayed as 'Restricted by XSD Simple Types' in the IGC UI. |
protected ArrayList<String> |
restriction_enumeration_values
The
restriction_enumeration_values property, displayed as 'Enumeration Values' in the IGC UI. |
protected Boolean |
restriction_maximum_inclusive
The
restriction_maximum_inclusive property, displayed as 'Maximum Range Inclusive' in the IGC UI. |
protected String |
restriction_maximum_value
The
restriction_maximum_value property, displayed as 'Maximum Range' in the IGC UI. |
protected Boolean |
restriction_minimum_inclusive
The
restriction_minimum_inclusive property, displayed as 'Minimum Range Inclusive' in the IGC UI. |
protected String |
restriction_minimum_value
The
restriction_minimum_value property, displayed as 'Minimum Range' in the IGC UI. |
protected String |
restriction_pattern
The
restriction_pattern property, displayed as 'Pattern' in the IGC UI. |
protected ReferenceList |
restricts_xsd_element
The
restricts_xsd_element property, displayed as 'Restricts XSD Elements' in the IGC UI. |
protected Reference |
restricts_xsd_simple_type
The
restricts_xsd_simple_type property, displayed as 'Restricts XSD Simple Type' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected ReferenceList |
stewards
The
stewards property, displayed as 'Stewards' in the IGC UI. |
protected String |
timezone
The
timezone property, displayed as 'Timezone' in the IGC UI. |
protected Number |
total_digits
The
total_digits property, displayed as 'Total Digits' in the IGC UI. |
protected String |
whitespace
The
whitespace property, displayed as 'Whitespace' in the IGC UI. |
protected Reference |
xsd_schema
The
xsd_schema property, displayed as 'XSD Schema' in the IGC UI. |
| Constructor and Description |
|---|
XsdSimpleType() |
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 String name
name property, displayed as 'Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected Reference xsd_schema
xsd_schema property, displayed as 'XSD Schema' in the IGC UI.
Reference to a XmlSchemaDefinition object.protected ReferenceList labels
protected ReferenceList stewards
stewards property, displayed as 'Stewards' in the IGC UI.
ReferenceList of AsclSteward objects.protected ReferenceList assigned_to_terms
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI.
ReferenceList of Term objects.protected ReferenceList implements_rules
implements_rules property, displayed as 'Implements Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList governed_by_rules
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList defines_xsd_elements
defines_xsd_elements property, displayed as 'Defines XSD Elements' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList defines_xsd_attributes
defines_xsd_attributes property, displayed as 'Defines XSD Attributes' in the IGC UI.
ReferenceList of XsdAttribute objects.protected Reference extends_xsd_simple_type
extends_xsd_simple_type property, displayed as 'Extends XSD Simple Type' in the IGC UI.
Reference to a XsdSimpleType object.protected ReferenceList extended_by_xsd_simple_type
extended_by_xsd_simple_type property, displayed as 'Extended by XSD Simple Types' in the IGC UI.
ReferenceList of XsdSimpleType objects.protected Reference restricts_xsd_simple_type
restricts_xsd_simple_type property, displayed as 'Restricts XSD Simple Type' in the IGC UI.
Reference to a XsdSimpleType object.protected ReferenceList restricted_by_xsd_simple_type
restricted_by_xsd_simple_type property, displayed as 'Restricted by XSD Simple Types' in the IGC UI.
ReferenceList of XsdSimpleType objects.protected ReferenceList extends_xsd_element
extends_xsd_element property, displayed as 'Extends XSD Elements' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList restricts_xsd_element
restricts_xsd_element property, displayed as 'Restricts XSD Elements' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList extended_by_xsd_complex_type
extended_by_xsd_complex_type property, displayed as 'Extended by XSD Complex Types' in the IGC UI.
ReferenceList of XsdComplexType objects.protected String base_type
base_type property, displayed as 'Data Type' in the IGC UI.protected Number length
length property, displayed as 'Length' in the IGC UI.protected Number max_length
max_length property, displayed as 'Maximum Length' in the IGC UI.protected Number min_length
min_length property, displayed as 'Minimum Length' in the IGC UI.protected Number fraction
fraction property, displayed as 'Fraction' in the IGC UI.protected Number total_digits
total_digits property, displayed as 'Total Digits' in the IGC UI.protected String whitespace
whitespace property, displayed as 'Whitespace' in the IGC UI.protected String timezone
timezone property, displayed as 'Timezone' in the IGC UI.protected String __final
final property, displayed as 'Final' in the IGC UI.protected String restriction_pattern
restriction_pattern property, displayed as 'Pattern' in the IGC UI.protected String restriction_minimum_value
restriction_minimum_value property, displayed as 'Minimum Range' in the IGC UI.protected Boolean restriction_minimum_inclusive
restriction_minimum_inclusive property, displayed as 'Minimum Range Inclusive' in the IGC UI.protected String restriction_maximum_value
restriction_maximum_value property, displayed as 'Maximum Range' in the IGC UI.protected Boolean restriction_maximum_inclusive
restriction_maximum_inclusive property, displayed as 'Maximum Range Inclusive' in the IGC UI.protected ArrayList<String> restriction_enumeration_values
restriction_enumeration_values property, displayed as 'Enumeration Values' in the IGC UI.protected ReferenceList in_collections
in_collections property, displayed as 'In Collections' in the IGC UI.
ReferenceList of Collection objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic Reference getXsdSchema()
xsd_schemapublic void setXsdSchema(Reference xsd_schema)
xsd_schemapublic ReferenceList getLabels()
labelspublic void setLabels(ReferenceList labels)
labelspublic ReferenceList getStewards()
stewardspublic void setStewards(ReferenceList stewards)
stewardspublic ReferenceList getAssignedToTerms()
assigned_to_termspublic void setAssignedToTerms(ReferenceList assigned_to_terms)
assigned_to_termspublic ReferenceList getImplementsRules()
implements_rulespublic void setImplementsRules(ReferenceList implements_rules)
implements_rulespublic ReferenceList getGovernedByRules()
governed_by_rulespublic void setGovernedByRules(ReferenceList governed_by_rules)
governed_by_rulespublic ReferenceList getDefinesXsdElements()
defines_xsd_elementspublic void setDefinesXsdElements(ReferenceList defines_xsd_elements)
defines_xsd_elementspublic ReferenceList getDefinesXsdAttributes()
defines_xsd_attributespublic void setDefinesXsdAttributes(ReferenceList defines_xsd_attributes)
defines_xsd_attributespublic Reference getExtendsXsdSimpleType()
extends_xsd_simple_typepublic void setExtendsXsdSimpleType(Reference extends_xsd_simple_type)
extends_xsd_simple_typepublic ReferenceList getExtendedByXsdSimpleType()
extended_by_xsd_simple_typepublic void setExtendedByXsdSimpleType(ReferenceList extended_by_xsd_simple_type)
extended_by_xsd_simple_typepublic Reference getRestrictsXsdSimpleType()
restricts_xsd_simple_typepublic void setRestrictsXsdSimpleType(Reference restricts_xsd_simple_type)
restricts_xsd_simple_typepublic ReferenceList getRestrictedByXsdSimpleType()
restricted_by_xsd_simple_typepublic void setRestrictedByXsdSimpleType(ReferenceList restricted_by_xsd_simple_type)
restricted_by_xsd_simple_typepublic ReferenceList getExtendsXsdElement()
extends_xsd_elementpublic void setExtendsXsdElement(ReferenceList extends_xsd_element)
extends_xsd_elementpublic ReferenceList getRestrictsXsdElement()
restricts_xsd_elementpublic void setRestrictsXsdElement(ReferenceList restricts_xsd_element)
restricts_xsd_elementpublic ReferenceList getExtendedByXsdComplexType()
extended_by_xsd_complex_typepublic void setExtendedByXsdComplexType(ReferenceList extended_by_xsd_complex_type)
extended_by_xsd_complex_typepublic Number getMaxLength()
max_lengthpublic void setMaxLength(Number max_length)
max_lengthpublic Number getMinLength()
min_lengthpublic void setMinLength(Number min_length)
min_lengthpublic Number getTotalDigits()
total_digitspublic void setTotalDigits(Number total_digits)
total_digitspublic String getWhitespace()
whitespacepublic void setWhitespace(String whitespace)
whitespacepublic String getRestrictionPattern()
restriction_patternpublic void setRestrictionPattern(String restriction_pattern)
restriction_patternpublic String getRestrictionMinimumValue()
restriction_minimum_valuepublic void setRestrictionMinimumValue(String restriction_minimum_value)
restriction_minimum_valuepublic Boolean getRestrictionMinimumInclusive()
restriction_minimum_inclusivepublic void setRestrictionMinimumInclusive(Boolean restriction_minimum_inclusive)
restriction_minimum_inclusivepublic String getRestrictionMaximumValue()
restriction_maximum_valuepublic void setRestrictionMaximumValue(String restriction_maximum_value)
restriction_maximum_valuepublic Boolean getRestrictionMaximumInclusive()
restriction_maximum_inclusivepublic void setRestrictionMaximumInclusive(Boolean restriction_maximum_inclusive)
restriction_maximum_inclusivepublic ArrayList<String> getRestrictionEnumerationValues()
restriction_enumeration_valuespublic void setRestrictionEnumerationValues(ArrayList<String> restriction_enumeration_values)
restriction_enumeration_valuespublic ReferenceList getInCollections()
in_collectionspublic void setInCollections(ReferenceList in_collections)
in_collectionspublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.