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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
printRole |
protected String |
style |
protected String |
type |
| Constructor and Description |
|---|
RelationStyleMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
String |
getStyle()
Gets the value of the style property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
Boolean |
isPrintRole()
Gets the value of the printRole property.
|
void |
setPrintRole(Boolean value)
Sets the value of the printRole property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected String type
protected String style
protected Boolean printRole
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic Boolean isPrintRole()
Booleanpublic void setPrintRole(Boolean value)
value - allowed object is
Booleanpublic void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Copyright © 2015. All rights reserved.