Class TeamSeason


  • public class TeamSeason
    extends ReferencedType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://ejava.info/eLeague/1.0.2009.1}ReferencedType">
           <sequence>
             <element name="team" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected long id
    • Constructor Detail

      • TeamSeason

        public TeamSeason()
        Default no-arg constructor
      • TeamSeason

        public TeamSeason​(String refid,
                          Object team,
                          long id)
        Fully-initialising value constructor
    • Method Detail

      • getTeam

        public Object getTeam()
        Gets the value of the team property.
        Returns:
        possible object is Object
      • setTeam

        public void setTeam​(Object value)
        Sets the value of the team property.
        Parameters:
        value - allowed object is Object
      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.