Class RelationStyleMap

  • All Implemented Interfaces:
    Equals, HashCode, ToString

    public class RelationStyleMap
    extends Object
    implements Equals, HashCode, ToString

    Java class for RelationStyleMap complex type.

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

     <complexType name="RelationStyleMap">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="relation" type="{http://openprovenance.org/model/opmPrinterConfig}RelationStyleMapEntry" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RelationStyleMap

        public RelationStyleMap()
    • Method Detail

      • getRelation

        public List<RelationStyleMapEntry> getRelation()
        Gets the value of the relation 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 relation property.

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

            getRelation().add(newItem);
         

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

      • getDefault

        public String getDefault()
        Gets the value of the default property.
        Returns:
        possible object is String
      • setDefault

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

        public int hashCode()
        Overrides:
        hashCode in class Object