Package org.openprovenance.prov.dot
Class RelationStyleMapEntry
- java.lang.Object
-
- org.openprovenance.prov.dot.RelationStyleMapEntry
-
public class RelationStyleMapEntry extends Object implements Equals, HashCode, ToString
Java class for RelationStyleMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationStyleMapEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="printRole" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RelationStyleMapEntry()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)StringgetStyle()Gets the value of the style property.StringgetType()Gets the value of the type property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)BooleanisPrintRole()Gets the value of the printRole property.voidsetPrintRole(Boolean value)Sets the value of the printRole property.voidsetStyle(String value)Sets the value of the style property.voidsetType(String value)Sets the value of the type property.StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Method Detail
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getStyle
public String getStyle()
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(String value)
Sets the value of the style property.- Parameters:
value- allowed object isString
-
isPrintRole
public Boolean isPrintRole()
Gets the value of the printRole property.- Returns:
- possible object is
Boolean
-
setPrintRole
public void setPrintRole(Boolean value)
Sets the value of the printRole property.- Parameters:
value- allowed object isBoolean
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-