Package iofXml.v2
Class AllocationControl
-
- All Implemented Interfaces:
public class AllocationControl
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> <choice minOccurs="0"> <choice> <element ref="{}ClubId"/> <element ref="{}Club"/> </choice> <choice> <element ref="{}PersonId"/> <element ref="{}Person"/> </choice> </choice> <element ref="{}AllocationControlType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AllocationControl()
-
Method Summary
Modifier and Type Method Description ClubId
getClubId()
Gets the value of the clubId property. void
setClubId(ClubId value)
Sets the value of the clubId property. Club
getClub()
Gets the value of the club property. void
setClub(Club value)
Sets the value of the club 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. AllocationControlType
getAllocationControlType()
Gets the value of the allocationControlType property. void
setAllocationControlType(AllocationControlType value)
Sets the value of the allocationControlType property. -
-
Method Detail
-
getClubId
ClubId getClubId()
Gets the value of the clubId property.
- Returns:
possibleobject is ClubId
-
setClubId
void setClubId(ClubId value)
Sets the value of the clubId property.
- Parameters:
value
- allowed object is ClubId
-
setClub
void setClub(Club value)
Sets the value of the club property.
- Parameters:
value
- allowed object is Club
-
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
-
getAllocationControlType
AllocationControlType getAllocationControlType()
Gets the value of the allocationControlType property.
- Returns:
possibleobject is AllocationControlType
-
setAllocationControlType
void setAllocationControlType(AllocationControlType value)
Sets the value of the allocationControlType property.
- Parameters:
value
- allowed object is AllocationControlType
-
-
-
-