Class ExportTemplateType

    • Constructor Detail

      • ExportTemplateType

        public ExportTemplateType()
    • Method Detail

      • getTag

        public List<String> getTag()
        Gets the value of the tag 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 tag property.

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

            getTag().add(newItem);
         

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

      • isSetTag

        public boolean isSetTag()
      • unsetTag

        public void unsetTag()
      • getDependency

        public List<String> getDependency()
        Gets the value of the dependency 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 dependency property.

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

            getDependency().add(newItem);
         

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

      • isSetDependency

        public boolean isSetDependency()
      • unsetDependency

        public void unsetDependency()
      • getFilter

        public String getFilter()
        Gets the value of the filter property.
        Returns:
        possible object is String
      • setFilter

        public void setFilter​(String value)
        Sets the value of the filter property.
        Parameters:
        value - allowed object is String
      • isSetFilter

        public boolean isSetFilter()
      • getPre

        public String getPre()
        Gets the value of the pre property.
        Returns:
        possible object is String
      • setPre

        public void setPre​(String value)
        Sets the value of the pre property.
        Parameters:
        value - allowed object is String
      • isSetPre

        public boolean isSetPre()
      • getPreRender

        public String getPreRender()
        Gets the value of the preRender property.
        Returns:
        possible object is String
      • setPreRender

        public void setPreRender​(String value)
        Sets the value of the preRender property.
        Parameters:
        value - allowed object is String
      • isSetPreRender

        public boolean isSetPreRender()
      • isSetExportTemplateChoiceGroup

        public boolean isSetExportTemplateChoiceGroup()
      • unsetExportTemplateChoiceGroup

        public void unsetExportTemplateChoiceGroup()
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • isSetPath

        public boolean isSetPath()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public ExportTemplateType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

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

        public int hashCode()
        Overrides:
        hashCode in class Object