public class XsdAttribute extends InformationAsset
xsd_attribute asset type in IGC, displayed as 'XSD Attribute' 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 |
|---|
XsdAttribute() |
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
getFixedValue()
Retrieve the
fixed_value property (displayed as 'Fixed Value') of the object. |
Number |
getFractionDigits()
Retrieve the
fraction_digits property (displayed as 'Fraction') of the object. |
Boolean |
getInheritable()
Retrieve the
inheritable property (displayed as 'Inheritable') 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.
|
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. |
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. |
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<XsdAttributeGroup> |
getReferencedByXsdAttributeGroups()
Retrieve the
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object. |
ItemList<XsdComplexType> |
getReferencedByXsdComplexType()
Retrieve the
referenced_by_xsd_complex_type property (displayed as 'Referenced by XSD Complex Types') of the object. |
ItemList<MainObject> |
getReferencedByXsdElements()
Retrieve the
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object. |
ItemList<MainObject> |
getTheContext()
Retrieve the
context property (displayed as 'Parent XSD Object') 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. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
String |
getWhiteSpace()
Retrieve the
white_space property (displayed as 'Total Whitespace') of the object. |
XsdSimpleType |
getXsdSimpleTypeDefinition()
Retrieve the
xsd_simple_type_definition property (displayed as 'XSD Simple Type Definition') 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 |
setFixedValue(String fixedValue)
Set the
fixed_value property (displayed as Fixed Value) of the object. |
void |
setFractionDigits(Number fractionDigits)
Set the
fraction_digits property (displayed as Fraction) of the object. |
void |
setInheritable(Boolean inheritable)
Set the
inheritable property (displayed as Inheritable) 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 |
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 |
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 |
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 |
setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
Set the
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object. |
void |
setReferencedByXsdComplexType(ItemList<XsdComplexType> referencedByXsdComplexType)
Set the
referenced_by_xsd_complex_type property (displayed as Referenced by XSD Complex Types) of the object. |
void |
setReferencedByXsdElements(ItemList<MainObject> referencedByXsdElements)
Set the
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object. |
void |
setTheContext(ItemList<MainObject> context)
Set the
context property (displayed as Parent XSD Object) 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 |
setUsage(String usage)
Set the
usage property (displayed as Usage) of the object. |
void |
setWhiteSpace(String whiteSpace)
Set the
white_space property (displayed as Total Whitespace) 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<MainObject> context
protected String dataType
protected String defaultValue
protected String fixedValue
protected Number fractionDigits
protected Boolean inheritable
protected Boolean isMaximumRangeInclusive
@Deprecated protected List<String> isMaximumRangeInclusiveString
isMaximumRangeInclusiveprotected Boolean isMinimumRangeInclusive
@Deprecated protected List<String> isMinimumRangeInclusiveString
isMinimumRangeInclusiveprotected Number length
protected Number maxLength
protected Number minLength
protected String nameForm
protected String namespace
protected ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups
protected ItemList<XsdComplexType> referencedByXsdComplexType
protected ItemList<MainObject> referencedByXsdElements
protected String timezone
protected Number totalDigits
protected String usage
protected String whiteSpace
protected XsdSimpleType xsdSimpleTypeDefinition
public 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 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 Number getFractionDigits()
fraction_digits property (displayed as 'Fraction') of the object.Numberpublic void setFractionDigits(Number fractionDigits)
fraction_digits property (displayed as Fraction) of the object.fractionDigits - the value to setpublic Boolean getInheritable()
inheritable property (displayed as 'Inheritable') of the object.Booleanpublic void setInheritable(Boolean inheritable)
inheritable property (displayed as Inheritable) of the object.inheritable - 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 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 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 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<XsdAttributeGroup> getReferencedByXsdAttributeGroups()
referenced_by_xsd_attribute_groups property (displayed as 'Referenced by XSD Attribute Groups') of the object.ItemList<XsdAttributeGroup>public void setReferencedByXsdAttributeGroups(ItemList<XsdAttributeGroup> referencedByXsdAttributeGroups)
referenced_by_xsd_attribute_groups property (displayed as Referenced by XSD Attribute Groups) of the object.referencedByXsdAttributeGroups - the value to setpublic ItemList<XsdComplexType> getReferencedByXsdComplexType()
referenced_by_xsd_complex_type property (displayed as 'Referenced by XSD Complex Types') of the object.ItemList<XsdComplexType>public void setReferencedByXsdComplexType(ItemList<XsdComplexType> referencedByXsdComplexType)
referenced_by_xsd_complex_type property (displayed as Referenced by XSD Complex Types) of the object.referencedByXsdComplexType - the value to setpublic ItemList<MainObject> getReferencedByXsdElements()
referenced_by_xsd_elements property (displayed as 'Referenced by XSD Elements') of the object.ItemList<MainObject>public void setReferencedByXsdElements(ItemList<MainObject> referencedByXsdElements)
referenced_by_xsd_elements property (displayed as Referenced by XSD Elements) of the object.referencedByXsdElements - 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 getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - 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 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.