public class XsdElement extends InformationAsset
xsd_element asset type in IGC, displayed as 'XSD Element' in the IGC UI.
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
XsdElement() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdAttribute> |
getContainsAttributes()
Retrieve the
contains_attributes property (displayed as 'Contains XSD Attributes') of the object. |
ItemList<MainObject> |
getContainsElements()
Retrieve the
contains_elements property (displayed as 'Contains XSD Elements') of the object. |
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
String |
getDefaultValue()
Retrieve the
default_value property (displayed as 'Default Value') of the object. |
List<String> |
getEnumerationValue()
Retrieve the
enumeration_value property (displayed as 'Enumeration Values') of the object. |
XsdComplexType |
getExtendsXsdComplexType()
Retrieve the
extends_xsd_complex_type property (displayed as 'Extends XSD Complex Type') of the object. |
String |
getFixedValue()
Retrieve the
fixed_value property (displayed as 'Fixed Value') of the object. |
ItemList<XsdForeignKey> |
getForeignKeys()
Retrieve the
foreign_keys property (displayed as 'Foreign Keys') of the object. |
Number |
getFractionDigits()
Retrieve the
fraction_digits property (displayed as 'Fraction Digits') of the object. |
Boolean |
getIsAbstract()
Retrieve the
is_abstract property (displayed as 'Abstract') of the object. |
Boolean |
getIsMaximumRangeInclusive()
Retrieve the
is_maximum_range_inclusive property (displayed as 'Maximum Range Inclusive') of the object. |
List<String> |
getIsMaximumRangeInclusiveString()
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
Boolean |
getIsMinimumRangeInclusive()
Retrieve the
is_minimum_range_inclusive property (displayed as 'Minimum Range Inclusive') of the object. |
List<String> |
getIsMinimumRangeInclusiveString()
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
Boolean |
getIsNullable()
Retrieve the
is_nullable property (displayed as 'Allow Null Values') of the object. |
Number |
getLength()
Retrieve the
length property (displayed as 'Length') of the object. |
List<String> |
getMaximumRange()
Retrieve the
maximum_range property (displayed as 'Maximum Range') of the object. |
Number |
getMaxLength()
Retrieve the
max_length property (displayed as 'Maximum Length') of the object. |
Number |
getMaxOccurs()
Retrieve the
max_occurs property (displayed as 'Maximum Occurrence') of the object. |
List<String> |
getMinimumRange()
Retrieve the
minimum_range property (displayed as 'Minimum Range') of the object. |
Number |
getMinLength()
Retrieve the
min_length property (displayed as 'Minimum Length') of the object. |
Number |
getMinOccurs()
Retrieve the
min_occurs property (displayed as 'Minimum Occurrence') of the object. |
String |
getNameForm()
Retrieve the
name_form property (displayed as 'Form') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
List<String> |
getPatternExpression()
Retrieve the
pattern_expression property (displayed as 'Pattern') of the object. |
ItemList<XsdPrimaryKey> |
getPrimaryKeys()
Retrieve the
primary_keys property (displayed as 'Primary Keys') of the object. |
ItemList<XsdElementReference> |
getReferencedByXsdComplexTypes()
Retrieve the
referenced_by_xsd_complex_types property (displayed as 'Referenced by XSD Complex Types') of the object. |
ItemList<XsdElementReference> |
getReferencedByXsdElementGroups()
Retrieve the
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object. |
ItemList<XsdElementReference> |
getReferencedByXsdElements()
Retrieve the
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object. |
ItemList<XsdAttributeGroup> |
getReferencesXsdAttributeGroups()
Retrieve the
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object. |
ItemList<XsdAttributeReference> |
getReferencesXsdAttributes()
Retrieve the
references_xsd_attributes property (displayed as 'References XSD Attributes') of the object. |
ItemList<XsdElementGroupReference> |
getReferencesXsdElementGroups()
Retrieve the
references_xsd_element_groups property (displayed as 'References XSD Element Groups') of the object. |
ItemList<XsdElementReference> |
getReferencesXsdElements()
Retrieve the
references_xsd_elements property (displayed as 'References XSD Elements') of the object. |
XsdComplexType |
getRestrictsXsdComplexType()
Retrieve the
restricts_xsd_complex_type property (displayed as 'Restricts XSD Complex Type') of the object. |
XsdSimpleType |
getRestrictsXsdSimpleType()
Retrieve the
restricts_xsd_simple_type property (displayed as 'Restricts XSD Simple Type') of the object. |
ItemList<MainObject> |
getTheContext()
Retrieve the
context property (displayed as 'Parent XSD Object') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
String |
getTimezone()
Retrieve the
timezone property (displayed as 'Timezone') of the object. |
Number |
getTotalDigits()
Retrieve the
total_digits property (displayed as 'Total Digits') of the object. |
ItemList<XsdUniqueKey> |
getUniqueKeys()
Retrieve the
unique_keys property (displayed as 'Unique Keys') of the object. |
String |
getWhiteSpace()
Retrieve the
white_space property (displayed as 'Total Whitespace') of the object. |
XsdComplexType |
getXsdComplexTypeDefinition()
Retrieve the
xsd_complex_type_definition property (displayed as 'XSD Complex Type Definition') of the object. |
XsdSimpleType |
getXsdSimpleTypeDefinition()
Retrieve the
xsd_simple_type_definition property (displayed as 'XSD Simple Type Definition') of the object. |
void |
setContainsAttributes(ItemList<XsdAttribute> containsAttributes)
Set the
contains_attributes property (displayed as Contains XSD Attributes) of the object. |
void |
setContainsElements(ItemList<MainObject> containsElements)
Set the
contains_elements property (displayed as Contains XSD Elements) of the object. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setDefaultValue(String defaultValue)
Set the
default_value property (displayed as Default Value) of the object. |
void |
setEnumerationValue(List<String> enumerationValue)
Set the
enumeration_value property (displayed as Enumeration Values) of the object. |
void |
setExtendsXsdComplexType(XsdComplexType extendsXsdComplexType)
Set the
extends_xsd_complex_type property (displayed as Extends XSD Complex Type) of the object. |
void |
setFixedValue(String fixedValue)
Set the
fixed_value property (displayed as Fixed Value) of the object. |
void |
setForeignKeys(ItemList<XsdForeignKey> foreignKeys)
Set the
foreign_keys property (displayed as Foreign Keys) of the object. |
void |
setFractionDigits(Number fractionDigits)
Set the
fraction_digits property (displayed as Fraction Digits) of the object. |
void |
setIsAbstract(Boolean isAbstract)
Set the
is_abstract property (displayed as Abstract) of the object. |
void |
setIsMaximumRangeInclusive(Boolean isMaximumRangeInclusive)
Set the
is_maximum_range_inclusive property (displayed as Maximum Range Inclusive) of the object. |
void |
setIsMaximumRangeInclusiveString(List<String> isMaximumRangeInclusiveString)
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
void |
setIsMinimumRangeInclusive(Boolean isMinimumRangeInclusive)
Set the
is_minimum_range_inclusive property (displayed as Minimum Range Inclusive) of the object. |
void |
setIsMinimumRangeInclusiveString(List<String> isMinimumRangeInclusiveString)
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
void |
setIsNullable(Boolean isNullable)
Set the
is_nullable property (displayed as Allow Null Values) of the object. |
void |
setLength(Number length)
Set the
length property (displayed as Length) of the object. |
void |
setMaximumRange(List<String> maximumRange)
Set the
maximum_range property (displayed as Maximum Range) of the object. |
void |
setMaxLength(Number maxLength)
Set the
max_length property (displayed as Maximum Length) of the object. |
void |
setMaxOccurs(Number maxOccurs)
Set the
max_occurs property (displayed as Maximum Occurrence) of the object. |
void |
setMinimumRange(List<String> minimumRange)
Set the
minimum_range property (displayed as Minimum Range) of the object. |
void |
setMinLength(Number minLength)
Set the
min_length property (displayed as Minimum Length) of the object. |
void |
setMinOccurs(Number minOccurs)
Set the
min_occurs property (displayed as Minimum Occurrence) of the object. |
void |
setNameForm(String nameForm)
Set the
name_form property (displayed as Form) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setPatternExpression(List<String> patternExpression)
Set the
pattern_expression property (displayed as Pattern) of the object. |
void |
setPrimaryKeys(ItemList<XsdPrimaryKey> primaryKeys)
Set the
primary_keys property (displayed as Primary Keys) of the object. |
void |
setReferencedByXsdComplexTypes(ItemList<XsdElementReference> referencedByXsdComplexTypes)
Set the
referenced_by_xsd_complex_types property (displayed as Referenced by XSD Complex Types) of the object. |
void |
setReferencedByXsdElementGroups(ItemList<XsdElementReference> referencedByXsdElementGroups)
Set the
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object. |
void |
setReferencedByXsdElements(ItemList<XsdElementReference> referencedByXsdElements)
Set the
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object. |
void |
setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
Set the
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object. |
void |
setReferencesXsdAttributes(ItemList<XsdAttributeReference> referencesXsdAttributes)
Set the
references_xsd_attributes property (displayed as References XSD Attributes) of the object. |
void |
setReferencesXsdElementGroups(ItemList<XsdElementGroupReference> referencesXsdElementGroups)
Set the
references_xsd_element_groups property (displayed as References XSD Element Groups) of the object. |
void |
setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
Set the
references_xsd_elements property (displayed as References XSD Elements) of the object. |
void |
setRestrictsXsdComplexType(XsdComplexType restrictsXsdComplexType)
Set the
restricts_xsd_complex_type property (displayed as Restricts XSD Complex Type) of the object. |
void |
setRestrictsXsdSimpleType(XsdSimpleType restrictsXsdSimpleType)
Set the
restricts_xsd_simple_type property (displayed as Restricts XSD Simple Type) of the object. |
void |
setTheContext(ItemList<MainObject> context)
Set the
context property (displayed as Parent XSD Object) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setTimezone(String timezone)
Set the
timezone property (displayed as Timezone) of the object. |
void |
setTotalDigits(Number totalDigits)
Set the
total_digits property (displayed as Total Digits) of the object. |
void |
setUniqueKeys(ItemList<XsdUniqueKey> uniqueKeys)
Set the
unique_keys property (displayed as Unique Keys) of the object. |
void |
setWhiteSpace(String whiteSpace)
Set the
white_space property (displayed as Total Whitespace) of the object. |
void |
setXsdComplexTypeDefinition(XsdComplexType xsdComplexTypeDefinition)
Set the
xsd_complex_type_definition property (displayed as XSD Complex Type Definition) of the object. |
void |
setXsdSimpleTypeDefinition(XsdSimpleType xsdSimpleTypeDefinition)
Set the
xsd_simple_type_definition property (displayed as XSD Simple Type Definition) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 ItemList<XsdAttribute> containsAttributes
protected ItemList<MainObject> containsElements
protected ItemList<MainObject> context
protected String dataType
protected String defaultValue
protected XsdComplexType extendsXsdComplexType
protected String fixedValue
protected ItemList<XsdForeignKey> foreignKeys
protected Number fractionDigits
protected Boolean isAbstract
protected Boolean isMaximumRangeInclusive
@Deprecated protected List<String> isMaximumRangeInclusiveString
isMaximumRangeInclusiveprotected Boolean isMinimumRangeInclusive
@Deprecated protected List<String> isMinimumRangeInclusiveString
isMinimumRangeInclusiveprotected Boolean isNullable
protected Number length
protected Number maxLength
protected Number maxOccurs
protected Number minLength
protected Number minOccurs
protected String nameForm
protected String namespace
protected ItemList<XsdPrimaryKey> primaryKeys
protected ItemList<XsdElementReference> referencedByXsdComplexTypes
protected ItemList<XsdElementReference> referencedByXsdElementGroups
protected ItemList<XsdElementReference> referencedByXsdElements
protected ItemList<XsdAttributeGroup> referencesXsdAttributeGroups
protected ItemList<XsdAttributeReference> referencesXsdAttributes
protected ItemList<XsdElementGroupReference> referencesXsdElementGroups
protected ItemList<XsdElementReference> referencesXsdElements
protected XsdComplexType restrictsXsdComplexType
protected XsdSimpleType restrictsXsdSimpleType
protected String timezone
protected Number totalDigits
protected String type
protected ItemList<XsdUniqueKey> uniqueKeys
protected String whiteSpace
protected XsdComplexType xsdComplexTypeDefinition
protected XsdSimpleType xsdSimpleTypeDefinition
public ItemList<XsdAttribute> getContainsAttributes()
contains_attributes property (displayed as 'Contains XSD Attributes') of the object.ItemList<XsdAttribute>public void setContainsAttributes(ItemList<XsdAttribute> containsAttributes)
contains_attributes property (displayed as Contains XSD Attributes) of the object.containsAttributes - the value to setpublic ItemList<MainObject> getContainsElements()
contains_elements property (displayed as 'Contains XSD Elements') of the object.ItemList<MainObject>public void setContainsElements(ItemList<MainObject> containsElements)
contains_elements property (displayed as Contains XSD Elements) of the object.containsElements - the value to setpublic ItemList<MainObject> getTheContext()
context property (displayed as 'Parent XSD Object') of the object.ItemList<MainObject>public void setTheContext(ItemList<MainObject> context)
context property (displayed as Parent XSD Object) of the object.context - the value to setpublic String getDataType()
data_type property (displayed as 'Data Type') of the object.Stringpublic void setDataType(String dataType)
data_type property (displayed as Data Type) of the object.dataType - the value to setpublic String getDefaultValue()
default_value property (displayed as 'Default Value') of the object.Stringpublic void setDefaultValue(String defaultValue)
default_value property (displayed as Default Value) of the object.defaultValue - the value to setpublic List<String> getEnumerationValue()
enumeration_value property (displayed as 'Enumeration Values') of the object.List<String>public void setEnumerationValue(List<String> enumerationValue)
enumeration_value property (displayed as Enumeration Values) of the object.enumerationValue - the value to setpublic XsdComplexType getExtendsXsdComplexType()
extends_xsd_complex_type property (displayed as 'Extends XSD Complex Type') of the object.XsdComplexTypepublic void setExtendsXsdComplexType(XsdComplexType extendsXsdComplexType)
extends_xsd_complex_type property (displayed as Extends XSD Complex Type) of the object.extendsXsdComplexType - the value to setpublic String getFixedValue()
fixed_value property (displayed as 'Fixed Value') of the object.Stringpublic void setFixedValue(String fixedValue)
fixed_value property (displayed as Fixed Value) of the object.fixedValue - the value to setpublic ItemList<XsdForeignKey> getForeignKeys()
foreign_keys property (displayed as 'Foreign Keys') of the object.ItemList<XsdForeignKey>public void setForeignKeys(ItemList<XsdForeignKey> foreignKeys)
foreign_keys property (displayed as Foreign Keys) of the object.foreignKeys - the value to setpublic Number getFractionDigits()
fraction_digits property (displayed as 'Fraction Digits') of the object.Numberpublic void setFractionDigits(Number fractionDigits)
fraction_digits property (displayed as Fraction Digits) of the object.fractionDigits - the value to setpublic Boolean getIsAbstract()
is_abstract property (displayed as 'Abstract') of the object.Booleanpublic void setIsAbstract(Boolean isAbstract)
is_abstract property (displayed as Abstract) of the object.isAbstract - the value to setpublic Boolean getIsMaximumRangeInclusive()
is_maximum_range_inclusive property (displayed as 'Maximum Range Inclusive') of the object.Booleanpublic void setIsMaximumRangeInclusive(Boolean isMaximumRangeInclusive)
is_maximum_range_inclusive property (displayed as Maximum Range Inclusive) of the object.isMaximumRangeInclusive - the value to set@Deprecated public List<String> getIsMaximumRangeInclusiveString()
is_maximum_range_inclusive_string property (displayed as 'Maximum Range Inclusive') of the object.List<String>isMaximumRangeInclusive@Deprecated public void setIsMaximumRangeInclusiveString(List<String> isMaximumRangeInclusiveString)
is_maximum_range_inclusive_string property (displayed as Maximum Range Inclusive) of the object.isMaximumRangeInclusiveString - the value to setsetIsMaximumRangeInclusive(Boolean)public Boolean getIsMinimumRangeInclusive()
is_minimum_range_inclusive property (displayed as 'Minimum Range Inclusive') of the object.Booleanpublic void setIsMinimumRangeInclusive(Boolean isMinimumRangeInclusive)
is_minimum_range_inclusive property (displayed as Minimum Range Inclusive) of the object.isMinimumRangeInclusive - the value to set@Deprecated public List<String> getIsMinimumRangeInclusiveString()
is_minimum_range_inclusive_string property (displayed as 'Minimum Range Inclusive') of the object.List<String>isMinimumRangeInclusive@Deprecated public void setIsMinimumRangeInclusiveString(List<String> isMinimumRangeInclusiveString)
is_minimum_range_inclusive_string property (displayed as Minimum Range Inclusive) of the object.isMinimumRangeInclusiveString - the value to setsetIsMinimumRangeInclusive(Boolean)public Boolean getIsNullable()
is_nullable property (displayed as 'Allow Null Values') of the object.Booleanpublic void setIsNullable(Boolean isNullable)
is_nullable property (displayed as Allow Null Values) of the object.isNullable - the value to setpublic Number getLength()
length property (displayed as 'Length') of the object.Numberpublic void setLength(Number length)
length property (displayed as Length) of the object.length - the value to setpublic Number getMaxLength()
max_length property (displayed as 'Maximum Length') of the object.Numberpublic void setMaxLength(Number maxLength)
max_length property (displayed as Maximum Length) of the object.maxLength - the value to setpublic 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 List<String> getMaximumRange()
maximum_range property (displayed as 'Maximum Range') of the object.List<String>public void setMaximumRange(List<String> maximumRange)
maximum_range property (displayed as Maximum Range) of the object.maximumRange - the value to setpublic Number getMinLength()
min_length property (displayed as 'Minimum Length') of the object.Numberpublic void setMinLength(Number minLength)
min_length property (displayed as Minimum Length) of the object.minLength - 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 List<String> getMinimumRange()
minimum_range property (displayed as 'Minimum Range') of the object.List<String>public void setMinimumRange(List<String> minimumRange)
minimum_range property (displayed as Minimum Range) of the object.minimumRange - the value to setpublic String getNameForm()
name_form property (displayed as 'Form') of the object.Stringpublic void setNameForm(String nameForm)
name_form property (displayed as Form) of the object.nameForm - 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 List<String> getPatternExpression()
pattern_expression property (displayed as 'Pattern') of the object.List<String>public void setPatternExpression(List<String> patternExpression)
pattern_expression property (displayed as Pattern) of the object.patternExpression - the value to setpublic ItemList<XsdPrimaryKey> getPrimaryKeys()
primary_keys property (displayed as 'Primary Keys') of the object.ItemList<XsdPrimaryKey>public void setPrimaryKeys(ItemList<XsdPrimaryKey> primaryKeys)
primary_keys property (displayed as Primary Keys) of the object.primaryKeys - the value to setpublic ItemList<XsdElementReference> getReferencedByXsdComplexTypes()
referenced_by_xsd_complex_types property (displayed as 'Referenced by XSD Complex Types') of the object.ItemList<XsdElementReference>public void setReferencedByXsdComplexTypes(ItemList<XsdElementReference> referencedByXsdComplexTypes)
referenced_by_xsd_complex_types property (displayed as Referenced by XSD Complex Types) of the object.referencedByXsdComplexTypes - the value to setpublic ItemList<XsdElementReference> getReferencedByXsdElementGroups()
referenced_by_xsd_element_groups property (displayed as 'Referenced by XSD Element Groups') of the object.ItemList<XsdElementReference>public void setReferencedByXsdElementGroups(ItemList<XsdElementReference> referencedByXsdElementGroups)
referenced_by_xsd_element_groups property (displayed as Referenced by XSD Element Groups) of the object.referencedByXsdElementGroups - the value to setpublic ItemList<XsdElementReference> getReferencedByXsdElements()
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object.ItemList<XsdElementReference>public void setReferencedByXsdElements(ItemList<XsdElementReference> referencedByXsdElements)
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object.referencedByXsdElements - the value to setpublic ItemList<XsdAttributeGroup> getReferencesXsdAttributeGroups()
references_xsd_attribute_groups property (displayed as 'References XSD Attribute Groups') of the object.ItemList<XsdAttributeGroup>public void setReferencesXsdAttributeGroups(ItemList<XsdAttributeGroup> referencesXsdAttributeGroups)
references_xsd_attribute_groups property (displayed as References XSD Attribute Groups) of the object.referencesXsdAttributeGroups - the value to setpublic ItemList<XsdAttributeReference> getReferencesXsdAttributes()
references_xsd_attributes property (displayed as 'References XSD Attributes') of the object.ItemList<XsdAttributeReference>public void setReferencesXsdAttributes(ItemList<XsdAttributeReference> referencesXsdAttributes)
references_xsd_attributes property (displayed as References XSD Attributes) of the object.referencesXsdAttributes - the value to setpublic ItemList<XsdElementGroupReference> getReferencesXsdElementGroups()
references_xsd_element_groups property (displayed as 'References XSD Element Groups') of the object.ItemList<XsdElementGroupReference>public void setReferencesXsdElementGroups(ItemList<XsdElementGroupReference> referencesXsdElementGroups)
references_xsd_element_groups property (displayed as References XSD Element Groups) of the object.referencesXsdElementGroups - the value to setpublic ItemList<XsdElementReference> getReferencesXsdElements()
references_xsd_elements property (displayed as 'References XSD Elements') of the object.ItemList<XsdElementReference>public void setReferencesXsdElements(ItemList<XsdElementReference> referencesXsdElements)
references_xsd_elements property (displayed as References XSD Elements) of the object.referencesXsdElements - the value to setpublic XsdComplexType getRestrictsXsdComplexType()
restricts_xsd_complex_type property (displayed as 'Restricts XSD Complex Type') of the object.XsdComplexTypepublic void setRestrictsXsdComplexType(XsdComplexType restrictsXsdComplexType)
restricts_xsd_complex_type property (displayed as Restricts XSD Complex Type) of the object.restrictsXsdComplexType - the value to setpublic XsdSimpleType getRestrictsXsdSimpleType()
restricts_xsd_simple_type property (displayed as 'Restricts XSD Simple Type') of the object.XsdSimpleTypepublic void setRestrictsXsdSimpleType(XsdSimpleType restrictsXsdSimpleType)
restricts_xsd_simple_type property (displayed as Restricts XSD Simple Type) of the object.restrictsXsdSimpleType - the value to setpublic String getTimezone()
timezone property (displayed as 'Timezone') of the object.Stringpublic void setTimezone(String timezone)
timezone property (displayed as Timezone) of the object.timezone - the value to setpublic Number getTotalDigits()
total_digits property (displayed as 'Total Digits') of the object.Numberpublic void setTotalDigits(Number totalDigits)
total_digits property (displayed as Total Digits) of the object.totalDigits - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic ItemList<XsdUniqueKey> getUniqueKeys()
unique_keys property (displayed as 'Unique Keys') of the object.ItemList<XsdUniqueKey>public void setUniqueKeys(ItemList<XsdUniqueKey> uniqueKeys)
unique_keys property (displayed as Unique Keys) of the object.uniqueKeys - the value to setpublic String getWhiteSpace()
white_space property (displayed as 'Total Whitespace') of the object.Stringpublic void setWhiteSpace(String whiteSpace)
white_space property (displayed as Total Whitespace) of the object.whiteSpace - the value to setpublic XsdComplexType getXsdComplexTypeDefinition()
xsd_complex_type_definition property (displayed as 'XSD Complex Type Definition') of the object.XsdComplexTypepublic void setXsdComplexTypeDefinition(XsdComplexType xsdComplexTypeDefinition)
xsd_complex_type_definition property (displayed as XSD Complex Type Definition) of the object.xsdComplexTypeDefinition - the value to setpublic XsdSimpleType getXsdSimpleTypeDefinition()
xsd_simple_type_definition property (displayed as 'XSD Simple Type Definition') of the object.XsdSimpleTypepublic void setXsdSimpleTypeDefinition(XsdSimpleType xsdSimpleTypeDefinition)
xsd_simple_type_definition property (displayed as XSD Simple Type Definition) of the object.xsdSimpleTypeDefinition - the value to setCopyright © 2018–2021 ODPi. All rights reserved.