Class ReportFieldConfigurationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ReportFieldConfigurationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Configuration of report fields. <p>Java class for ReportFieldConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ReportFieldConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="nameReport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="nameHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="itemPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;element name="sortOrderNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="sortOrder" type="{http://prism.evolveum.com/xml/ns/public/query-3}OrderDirectionType" minOccurs="0"/&gt; &lt;element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="classType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • nameReport

        protected String nameReport
      • nameHeader

        protected String nameHeader
      • sortOrderNumber

        protected Integer sortOrderNumber
      • classType

        protected QName classType
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_NAME_REPORT

        public static final ItemName F_NAME_REPORT
      • F_NAME_HEADER

        public static final ItemName F_NAME_HEADER
      • F_ITEM_PATH

        public static final ItemName F_ITEM_PATH
      • F_SORT_ORDER_NUMBER

        public static final ItemName F_SORT_ORDER_NUMBER
      • F_SORT_ORDER

        public static final ItemName F_SORT_ORDER
      • F_WIDTH

        public static final ItemName F_WIDTH
      • F_CLASS_TYPE

        public static final ItemName F_CLASS_TYPE
    • Constructor Detail

      • ReportFieldConfigurationType

        public ReportFieldConfigurationType()
        Creates a new {@code ReportFieldConfigurationType} instance.
      • ReportFieldConfigurationType

        public ReportFieldConfigurationType​(ReportFieldConfigurationType o)
        Creates a new {@code ReportFieldConfigurationType} instance by deeply copying a given {@code ReportFieldConfigurationType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getNameReport

        public String getNameReport()
        Gets the value of the nameReport property.
        Returns:
        possible object is String
      • setNameReport

        public void setNameReport​(String value)
        Sets the value of the nameReport property.
        Parameters:
        value - allowed object is String
      • getNameHeader

        public String getNameHeader()
        Gets the value of the nameHeader property.
        Returns:
        possible object is String
      • setNameHeader

        public void setNameHeader​(String value)
        Sets the value of the nameHeader property.
        Parameters:
        value - allowed object is String
      • getItemPath

        public ItemPathType getItemPath()
        Gets the value of the itemPath property.
        Returns:
        possible object is ItemPathType
      • setItemPath

        public void setItemPath​(ItemPathType value)
        Sets the value of the itemPath property.
        Parameters:
        value - allowed object is ItemPathType
      • getSortOrderNumber

        public Integer getSortOrderNumber()
        Gets the value of the sortOrderNumber property.
        Returns:
        possible object is Integer
      • setSortOrderNumber

        public void setSortOrderNumber​(Integer value)
        Sets the value of the sortOrderNumber property.
        Parameters:
        value - allowed object is Integer
      • getWidth

        public Integer getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Integer
      • setWidth

        public void setWidth​(Integer value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Integer
      • getClassType

        public QName getClassType()
        Gets the value of the classType property.
        Returns:
        possible object is QName
      • setClassType

        public void setClassType​(QName value)
        Sets the value of the classType property.
        Parameters:
        value - allowed object is QName
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals