Class RelationStyleMapEntry

  • All Implemented Interfaces:
    Equals, HashCode, ToString

    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 Detail

      • RelationStyleMapEntry

        public RelationStyleMapEntry()
    • 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 is String
      • 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 is String
      • 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 is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object