Class Entry
-
- All Implemented Interfaces:
public class Entry
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 ref="{}EntryId" minOccurs="0"/> <choice> <sequence> <choice> <element ref="{}PersonId"/> <element ref="{}Person"/> </choice> <element ref="{}CCard" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Rank" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence> <element ref="{}TeamName"/> <sequence maxOccurs="unbounded" minOccurs="0"> <choice minOccurs="0"> <element ref="{}ClubId"/> <element ref="{}Club"/> </choice> <element ref="{}TeamSequence" minOccurs="0"/> </sequence> </sequence> </choice> <element ref="{}EntryClass" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}AllocationControl" minOccurs="0"/> <element ref="{}EntryDate"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> <attribute name="nonCompetitor" default="N"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Y"/> <enumeration value="N"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
Modifier and Type Method Description String
getEntryId()
Gets the value of the entryId property. void
setEntryId(String value)
Sets the value of the entryId property. PersonId
getPersonId()
Gets the value of the personId property. void
setPersonId(PersonId value)
Sets the value of the personId property. Person
getPerson()
Gets the value of the person property. void
setPerson(Person value)
Sets the value of the person property. List<CCard>
getCCard()
Gets the value of the cCard property. List<Rank>
getRank()
Gets the value of the rank property. String
getTeamName()
Gets the value of the teamName property. void
setTeamName(String value)
Sets the value of the teamName property. List<Object>
getClubIdOrClubAndTeamSequence()
Gets the value of the clubIdOrClubAndTeamSequence property. List<EntryClass>
getEntryClass()
Gets the value of the entryClass property. AllocationControl
getAllocationControl()
Gets the value of the allocationControl property. void
setAllocationControl(AllocationControl value)
Sets the value of the allocationControl property. EntryDate
getEntryDate()
Gets the value of the entryDate property. void
setEntryDate(EntryDate value)
Sets the value of the entryDate property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getNonCompetitor()
Gets the value of the nonCompetitor property. void
setNonCompetitor(String value)
Sets the value of the nonCompetitor property. -
-
Method Detail
-
getEntryId
String getEntryId()
Gets the value of the entryId property.
- Returns:
possibleobject is String
-
setEntryId
void setEntryId(String value)
Sets the value of the entryId property.
- Parameters:
value
- allowed object is String
-
getPersonId
PersonId getPersonId()
Gets the value of the personId property.
- Returns:
possibleobject is PersonId
-
setPersonId
void setPersonId(PersonId value)
Sets the value of the personId property.
- Parameters:
value
- allowed object is PersonId
-
getPerson
Person getPerson()
Gets the value of the person property.
- Returns:
possibleobject is Person
-
setPerson
void setPerson(Person value)
Sets the value of the person property.
- Parameters:
value
- allowed object is Person
-
getCCard
List<CCard> getCCard()
Gets the value of the cCard 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 cCard property.For example, to add a new item, do as follows:
getCCard().add(newItem);
Objects of the following type(s) are allowed in the list CCard
- Returns:
Thevalue of the cCard property.
-
getRank
List<Rank> getRank()
Gets the value of the rank 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 rank property.For example, to add a new item, do as follows:
getRank().add(newItem);
Objects of the following type(s) are allowed in the list Rank
- Returns:
Thevalue of the rank property.
-
getTeamName
String getTeamName()
Gets the value of the teamName property.
- Returns:
possibleobject is String
-
setTeamName
void setTeamName(String value)
Sets the value of the teamName property.
- Parameters:
value
- allowed object is String
-
getClubIdOrClubAndTeamSequence
List<Object> getClubIdOrClubAndTeamSequence()
Gets the value of the clubIdOrClubAndTeamSequence 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 clubIdOrClubAndTeamSequence property.For example, to add a new item, do as follows:
getClubIdOrClubAndTeamSequence().add(newItem);
Objects of the following type(s) are allowed in the list ClubClubIdString
- Returns:
Thevalue of the clubIdOrClubAndTeamSequence property.
-
getEntryClass
List<EntryClass> getEntryClass()
Gets the value of the entryClass 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 entryClass property.For example, to add a new item, do as follows:
getEntryClass().add(newItem);
Objects of the following type(s) are allowed in the list EntryClass
- Returns:
Thevalue of the entryClass property.
-
getAllocationControl
AllocationControl getAllocationControl()
Gets the value of the allocationControl property.
- Returns:
possibleobject is AllocationControl
-
setAllocationControl
void setAllocationControl(AllocationControl value)
Sets the value of the allocationControl property.
- Parameters:
value
- allowed object is AllocationControl
-
getEntryDate
EntryDate getEntryDate()
Gets the value of the entryDate property.
- Returns:
possibleobject is EntryDate
-
setEntryDate
void setEntryDate(EntryDate value)
Sets the value of the entryDate property.
- Parameters:
value
- allowed object is EntryDate
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getNonCompetitor
String getNonCompetitor()
Gets the value of the nonCompetitor property.
- Returns:
possibleobject is String
-
setNonCompetitor
void setNonCompetitor(String value)
Sets the value of the nonCompetitor property.
- Parameters:
value
- allowed object is String
-
-
-
-