Class Team


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

      • Team

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

      • getName

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

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

        public List<ContactRoleType> getContactRole()
        Gets the value of the contactRole 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 contactRole property.

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

            getContactRole().add(newItem);
         

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

      • getId

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

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