Class LogicalModel.Attributes.Attribute
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.Attributes.Attribute
- Enclosing class:
- LogicalModel.Attributes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descriptions">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="defaultDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="externalLikeStructureName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalLikeElementName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keyMapping">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="columnObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="attributeHierarchyActive" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="descriptionColumnName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe attribute hierarchy active.protected StringThe description column name.The descriptions.protected StringThe display attribute.protected StringThe external like element name.protected StringThe external like structure name.protected StringThe id.protected StringThe key.The key mapping.protected ByteThe order. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeHierarchyActive property.Gets the value of the descriptionColumnName property.Gets the value of the descriptions property.Gets the value of the displayAttribute property.Gets the value of the externalLikeElementName property.Gets the value of the externalLikeStructureName property.getId()Gets the value of the id property.getKey()Gets the value of the key property.Gets the value of the keyMapping property.getOrder()Gets the value of the order property.voidSets the value of the attributeHierarchyActive property.voidsetDescriptionColumnName(String value) Sets the value of the descriptionColumnName property.voidSets the value of the descriptions property.voidsetDisplayAttribute(String value) Sets the value of the displayAttribute property.voidsetExternalLikeElementName(String value) Sets the value of the externalLikeElementName property.voidSets the value of the externalLikeStructureName property.voidSets the value of the id property.voidSets the value of the key property.voidSets the value of the keyMapping property.voidSets the value of the order property.
-
Field Details
-
descriptions
The descriptions. -
externalLikeStructureName
The external like structure name. -
externalLikeElementName
The external like element name. -
keyMapping
The key mapping. -
id
The id. -
key
The key. -
order
The order. -
attributeHierarchyActive
The attribute hierarchy active. -
displayAttribute
The display attribute. -
descriptionColumnName
The description column name.
-
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getDescriptions
Gets the value of the descriptions property.- Returns:
- possible object is
LogicalModel.Attributes.Attribute.Descriptions
-
setDescriptions
Sets the value of the descriptions property.- Parameters:
value- allowed object isLogicalModel.Attributes.Attribute.Descriptions
-
getExternalLikeStructureName
Gets the value of the externalLikeStructureName property.- Returns:
- possible object is
String
-
setExternalLikeStructureName
Sets the value of the externalLikeStructureName property.- Parameters:
value- allowed object isString
-
getExternalLikeElementName
Gets the value of the externalLikeElementName property.- Returns:
- possible object is
String
-
setExternalLikeElementName
Sets the value of the externalLikeElementName property.- Parameters:
value- allowed object isString
-
getKeyMapping
Gets the value of the keyMapping property.- Returns:
- possible object is
LogicalModel.Attributes.Attribute.KeyMapping
-
setKeyMapping
Sets the value of the keyMapping property.- Parameters:
value- allowed object isLogicalModel.Attributes.Attribute.KeyMapping
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
Byte
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isByte
-
getAttributeHierarchyActive
Gets the value of the attributeHierarchyActive property.- Returns:
- possible object is
String
-
setAttributeHierarchyActive
Sets the value of the attributeHierarchyActive property.- Parameters:
value- allowed object isString
-
getDisplayAttribute
Gets the value of the displayAttribute property.- Returns:
- possible object is
String
-
setDisplayAttribute
Sets the value of the displayAttribute property.- Parameters:
value- allowed object isString
-
getDescriptionColumnName
Gets the value of the descriptionColumnName property.- Returns:
- possible object is
String
-
setDescriptionColumnName
Sets the value of the descriptionColumnName property.- Parameters:
value- allowed object isString
-