Package ejava.projects.eleague.dto
Class TeamSeason
- java.lang.Object
-
- ejava.projects.eleague.dto.ReferencedType
-
- ejava.projects.eleague.dto.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 Summary
Fields Modifier and Type Field Description protected long
id
protected Object
team
-
Fields inherited from class ejava.projects.eleague.dto.ReferencedType
refid
-
-
Constructor Summary
Constructors Constructor Description TeamSeason()
Default no-arg constructorTeamSeason(String refid, Object team, long id)
Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Gets the value of the id property.Object
getTeam()
Gets the value of the team property.void
setId(long value)
Sets the value of the id property.void
setTeam(Object value)
Sets the value of the team property.-
Methods inherited from class ejava.projects.eleague.dto.ReferencedType
getRefid, setRefid
-
-
-
-
Field Detail
-
team
protected Object team
-
id
protected long id
-
-
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 isObject
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
-