Package iofXml.v2
Class AllocationControl
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AllocationControlTypeprotected Clubprotected ClubIdprotected Personprotected PersonId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationControlType property.getClub()Gets the value of the club property.Gets the value of the clubId property.Gets the value of the person property.Gets the value of the personId property.voidSets the value of the allocationControlType property.voidSets the value of the club property.voidSets the value of the clubId property.voidSets the value of the person property.voidsetPersonId(PersonId value) Sets the value of the personId property.
-
Field Details
-
clubId
-
club
-
personId
-
person
-
allocationControlType
-
-
Constructor Details
-
AllocationControl
public AllocationControl()
-
-
Method Details
-
getClubId
Gets the value of the clubId property.- Returns:
- possible object is
ClubId
-
setClubId
Sets the value of the clubId property.- Parameters:
value- allowed object isClubId
-
getClub
Gets the value of the club property.- Returns:
- possible object is
Club
-
setClub
Sets the value of the club property.- Parameters:
value- allowed object isClub
-
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
-
getAllocationControlType
Gets the value of the allocationControlType property.- Returns:
- possible object is
AllocationControlType
-
setAllocationControlType
Sets the value of the allocationControlType property.- Parameters:
value- allowed object isAllocationControlType
-