Package iofXml.v2

Class AllocationControl

java.lang.Object
iofXml.v2.AllocationControl

public class AllocationControl extends Object

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 Details

  • Constructor Details

    • AllocationControl

      public AllocationControl()
  • Method Details

    • getClubId

      public ClubId getClubId()
      Gets the value of the clubId property.
      Returns:
      possible object is ClubId
    • setClubId

      public void setClubId(ClubId value)
      Sets the value of the clubId property.
      Parameters:
      value - allowed object is ClubId
    • getClub

      public Club getClub()
      Gets the value of the club property.
      Returns:
      possible object is Club
    • setClub

      public void setClub(Club value)
      Sets the value of the club property.
      Parameters:
      value - allowed object is Club
    • getPersonId

      public PersonId getPersonId()
      Gets the value of the personId property.
      Returns:
      possible object is PersonId
    • setPersonId

      public void setPersonId(PersonId value)
      Sets the value of the personId property.
      Parameters:
      value - allowed object is PersonId
    • getPerson

      public Person getPerson()
      Gets the value of the person property.
      Returns:
      possible object is Person
    • setPerson

      public void setPerson(Person value)
      Sets the value of the person property.
      Parameters:
      value - allowed object is Person
    • getAllocationControlType

      public AllocationControlType getAllocationControlType()
      Gets the value of the allocationControlType property.
      Returns:
      possible object is AllocationControlType
    • setAllocationControlType

      public void setAllocationControlType(AllocationControlType value)
      Sets the value of the allocationControlType property.
      Parameters:
      value - allowed object is AllocationControlType