Class AccountColorMapEntry

  • All Implemented Interfaces:
    Equals, HashCode, ToString

    public class AccountColorMapEntry
    extends Object
    implements Equals, HashCode, ToString

    Java class for AccountColorMapEntry complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AccountColorMapEntry">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
    
           <attribute name="color" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AccountColorMapEntry

        public AccountColorMapEntry()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getColor

        public String getColor()
        Gets the value of the color property.
        Returns:
        possible object is String
      • setColor

        public void setColor​(String value)
        Sets the value of the color property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object