Class LeagueMetadata


  • public class LeagueMetadata
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
             <element name="contact" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • contact

        protected Object contact
    • Constructor Detail

      • LeagueMetadata

        public LeagueMetadata()
        Default no-arg constructor
      • LeagueMetadata

        public LeagueMetadata​(String name,
                              Object contact)
        Fully-initialising value 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
      • getContact

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

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