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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AllocationControlprotected List<EntryClass>protected EntryDateprotected Stringprotected ModifyDateprotected Stringprotected Personprotected PersonIdprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationControl property.getCCard()Gets the value of the cCard property.Gets the value of the clubIdOrClubAndTeamSequence property.Gets the value of the entryClass property.Gets the value of the entryDate property.Gets the value of the entryId property.Gets the value of the modifyDate property.Gets the value of the nonCompetitor property.Gets the value of the person property.Gets the value of the personId property.getRank()Gets the value of the rank property.Gets the value of the teamName property.voidSets the value of the allocationControl property.voidsetEntryDate(EntryDate value) Sets the value of the entryDate property.voidsetEntryId(String value) Sets the value of the entryId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetNonCompetitor(String value) Sets the value of the nonCompetitor property.voidSets the value of the person property.voidsetPersonId(PersonId value) Sets the value of the personId property.voidsetTeamName(String value) Sets the value of the teamName property.
-
Field Details
-
entryId
-
personId
-
person
-
cCard
-
rank
-
teamName
-
clubIdOrClubAndTeamSequence
-
entryClass
-
allocationControl
-
entryDate
-
modifyDate
-
nonCompetitor
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getEntryId
Gets the value of the entryId property.- Returns:
- possible object is
String
-
setEntryId
Sets the value of the entryId property.- Parameters:
value- allowed object isString
-
getPersonId
Gets the value of the personId property.- Returns:
- possible object is
PersonId
-
setPersonId
Sets the value of the personId property.- Parameters:
value- allowed object isPersonId
-
getPerson
Gets the value of the person property.- Returns:
- possible object is
Person
-
setPerson
Sets the value of the person property.- Parameters:
value- allowed object isPerson
-
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
setmethod 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:
- The value of the cCard property.
-
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
setmethod 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:
- The value of the rank property.
-
getTeamName
Gets the value of the teamName property.- Returns:
- possible object is
String
-
setTeamName
Sets the value of the teamName property.- Parameters:
value- allowed object isString
-
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
setmethod 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:
- The value of the clubIdOrClubAndTeamSequence property.
-
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
setmethod 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:
- The value of the entryClass property.
-
getAllocationControl
Gets the value of the allocationControl property.- Returns:
- possible object is
AllocationControl
-
setAllocationControl
Sets the value of the allocationControl property.- Parameters:
value- allowed object isAllocationControl
-
getEntryDate
Gets the value of the entryDate property.- Returns:
- possible object is
EntryDate
-
setEntryDate
Sets the value of the entryDate property.- Parameters:
value- allowed object isEntryDate
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getNonCompetitor
Gets the value of the nonCompetitor property.- Returns:
- possible object is
String
-
setNonCompetitor
Sets the value of the nonCompetitor property.- Parameters:
value- allowed object isString
-