org.openprovenance.model.printer
Class AccountMap

java.lang.Object
  extended by org.openprovenance.model.printer.AccountMap
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class AccountMap
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for AccountMap complex type.

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

 <complexType name="AccountMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="account" type="{http://openprovenance.org/model/opmPrinterConfig}AccountColorMapEntry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="defaultAccount" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="defaultColor" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AccountColorMapEntry> account
           
protected  String defaultAccount
           
protected  String defaultColor
           
 
Constructor Summary
AccountMap()
           
 
Method Summary
 boolean equals(Object object)
           
 void equals(Object object, EqualsBuilder equalsBuilder)
           
 List<AccountColorMapEntry> getAccount()
          Gets the value of the account property.
 String getDefaultAccount()
          Gets the value of the defaultAccount property.
 String getDefaultColor()
          Gets the value of the defaultColor property.
 int hashCode()
           
 void hashCode(HashCodeBuilder hashCodeBuilder)
           
 void setDefaultAccount(String value)
          Sets the value of the defaultAccount property.
 void setDefaultColor(String value)
          Sets the value of the defaultColor property.
 String toString()
           
 void toString(ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

account

protected List<AccountColorMapEntry> account

defaultAccount

protected String defaultAccount

defaultColor

protected String defaultColor
Constructor Detail

AccountMap

public AccountMap()
Method Detail

getAccount

public List<AccountColorMapEntry> getAccount()
Gets the value of the account property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the account property.

For example, to add a new item, do as follows:

    getAccount().add(newItem);
 

Objects of the following type(s) are allowed in the list AccountColorMapEntry


getDefaultAccount

public String getDefaultAccount()
Gets the value of the defaultAccount property.

Returns:
possible object is String

setDefaultAccount

public void setDefaultAccount(String value)
Sets the value of the defaultAccount property.

Parameters:
value - allowed object is String

getDefaultColor

public String getDefaultColor()
Gets the value of the defaultColor property.

Returns:
possible object is String

setDefaultColor

public void setDefaultColor(String value)
Sets the value of the defaultColor property.

Parameters:
value - allowed object is String

equals

public void equals(Object object,
                   EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public void hashCode(HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public void toString(ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.