Class Pass


  • public class Pass
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String active  
      protected java.lang.String name  
      protected java.util.List<Param> param  
      protected java.lang.String refer  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pass()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActive()
      Gets the value of the active property.
      java.lang.String getName()
      Gets the value of the name property.
      java.util.List<Param> getParam()
      Gets the value of the param property.
      java.lang.String getRefer()
      Gets the value of the refer property.
      void setActive​(java.lang.String value)
      Sets the value of the active property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setRefer​(java.lang.String value)
      Sets the value of the refer property.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • refer

        protected java.lang.String refer
      • active

        protected java.lang.String active
      • param

        protected java.util.List<Param> param
    • Constructor Detail

      • Pass

        public Pass()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getRefer

        public java.lang.String getRefer()
        Gets the value of the refer property.
        Returns:
        possible object is String
      • setRefer

        public void setRefer​(java.lang.String value)
        Sets the value of the refer property.
        Parameters:
        value - allowed object is String
      • getActive

        public java.lang.String getActive()
        Gets the value of the active property.
        Returns:
        possible object is String
      • setActive

        public void setActive​(java.lang.String value)
        Sets the value of the active property.
        Parameters:
        value - allowed object is String
      • getParam

        public java.util.List<Param> getParam()
        Gets the value of the param 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 param property.

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

         getParam().add(newItem);
         

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