Class JaxbConstructorResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbConstructorResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<JaxbColumnResult> getColumn()
      Gets the value of the column property.
      java.lang.String getTargetClass()
      Gets the value of the targetClass property.
      void setTargetClass​(java.lang.String value)
      Sets the value of the targetClass property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • targetClass

        protected java.lang.String targetClass
    • Constructor Detail

      • JaxbConstructorResult

        public JaxbConstructorResult()
    • Method Detail

      • getColumn

        public java.util.List<JaxbColumnResult> getColumn()
        Gets the value of the column 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 column property.

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

            getColumn().add(newItem);
         

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

      • getTargetClass

        public java.lang.String getTargetClass()
        Gets the value of the targetClass property.
        Returns:
        possible object is String
      • setTargetClass

        public void setTargetClass​(java.lang.String value)
        Sets the value of the targetClass property.
        Parameters:
        value - allowed object is String