Class Division


  • public class Division
    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="group" type="{http://www.w3.org/2001/XMLSchema}token"/>
             <element name="level" type="{http://www.w3.org/2001/XMLSchema}token"/>
             <element name="ranking" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element ref="{http://ejava.info/eLeague/1.0.2009.1}contact" minOccurs="0"/>
             <element ref="{http://ejava.info/eLeague/1.0.2009.1}team-season" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Division

        public Division()
        Default no-arg constructor
    • Method Detail

      • getGroup

        public String getGroup()
        Gets the value of the group property.
        Returns:
        possible object is String
      • setGroup

        public void setGroup​(String value)
        Sets the value of the group property.
        Parameters:
        value - allowed object is String
      • getLevel

        public String getLevel()
        Gets the value of the level property.
        Returns:
        possible object is String
      • setLevel

        public void setLevel​(String value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is String
      • getRanking

        public Integer getRanking()
        Gets the value of the ranking property.
        Returns:
        possible object is String
      • setRanking

        public void setRanking​(Integer value)
        Sets the value of the ranking property.
        Parameters:
        value - allowed object is String
      • getContact

        public Contact getContact()
        Gets the value of the contact property.
        Returns:
        possible object is Contact
      • setContact

        public void setContact​(Contact value)
        Sets the value of the contact property.
        Parameters:
        value - allowed object is Contact
      • getTeamSeason

        public List<TeamSeason> getTeamSeason()
        Gets the value of the teamSeason 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 teamSeason property.

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

            getTeamSeason().add(newItem);
         

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

      • getId

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

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