Class LogicalModel.Attributes.Attribute

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.Attributes.Attribute
Enclosing class:
LogicalModel.Attributes

public static class LogicalModel.Attributes.Attribute extends Object
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>
 
  • Field Details

    • descriptions

      The descriptions.
    • externalLikeStructureName

      protected String externalLikeStructureName
      The external like structure name.
    • externalLikeElementName

      protected String externalLikeElementName
      The external like element name.
    • keyMapping

      The key mapping.
    • id

      protected String id
      The id.
    • key

      protected String key
      The key.
    • order

      protected Byte order
      The order.
    • attributeHierarchyActive

      protected String attributeHierarchyActive
      The attribute hierarchy active.
    • displayAttribute

      protected String displayAttribute
      The display attribute.
    • descriptionColumnName

      protected String 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

      public void setDescriptions(LogicalModel.Attributes.Attribute.Descriptions value)
      Sets the value of the descriptions property.
      Parameters:
      value - allowed object is LogicalModel.Attributes.Attribute.Descriptions
    • getExternalLikeStructureName

      public String getExternalLikeStructureName()
      Gets the value of the externalLikeStructureName property.
      Returns:
      possible object is String
    • setExternalLikeStructureName

      public void setExternalLikeStructureName(String value)
      Sets the value of the externalLikeStructureName property.
      Parameters:
      value - allowed object is String
    • getExternalLikeElementName

      public String getExternalLikeElementName()
      Gets the value of the externalLikeElementName property.
      Returns:
      possible object is String
    • setExternalLikeElementName

      public void setExternalLikeElementName(String value)
      Sets the value of the externalLikeElementName property.
      Parameters:
      value - allowed object is String
    • getKeyMapping

      Gets the value of the keyMapping property.
      Returns:
      possible object is LogicalModel.Attributes.Attribute.KeyMapping
    • setKeyMapping

      public void setKeyMapping(LogicalModel.Attributes.Attribute.KeyMapping value)
      Sets the value of the keyMapping property.
      Parameters:
      value - allowed object is LogicalModel.Attributes.Attribute.KeyMapping
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • getOrder

      public Byte getOrder()
      Gets the value of the order property.
      Returns:
      possible object is Byte
    • setOrder

      public void setOrder(Byte value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is Byte
    • getAttributeHierarchyActive

      public String getAttributeHierarchyActive()
      Gets the value of the attributeHierarchyActive property.
      Returns:
      possible object is String
    • setAttributeHierarchyActive

      public void setAttributeHierarchyActive(String value)
      Sets the value of the attributeHierarchyActive property.
      Parameters:
      value - allowed object is String
    • getDisplayAttribute

      public String getDisplayAttribute()
      Gets the value of the displayAttribute property.
      Returns:
      possible object is String
    • setDisplayAttribute

      public void setDisplayAttribute(String value)
      Sets the value of the displayAttribute property.
      Parameters:
      value - allowed object is String
    • getDescriptionColumnName

      public String getDescriptionColumnName()
      Gets the value of the descriptionColumnName property.
      Returns:
      possible object is String
    • setDescriptionColumnName

      public void setDescriptionColumnName(String value)
      Sets the value of the descriptionColumnName property.
      Parameters:
      value - allowed object is String