Package iofXml.v2

Class Transaction

java.lang.Object
iofXml.v2.Transaction

public class Transaction 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>
         <element ref="{}Account"/>
         <element ref="{}ForeignAccount" minOccurs="0"/>
         <element ref="{}Date"/>
         <element ref="{}Amount"/>
         <choice>
           <element ref="{}ClubId"/>
           <element ref="{}Club"/>
           <element ref="{}OrganisationId"/>
           <element ref="{}Organisation"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}PersonId"/>
           <element ref="{}Person"/>
         </choice>
         <element ref="{}EntryId" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}ServiceOrderNumber"/>
           <element ref="{}ServiceId"/>
           <element ref="{}Service"/>
         </choice>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • account

      protected Account account
    • foreignAccount

      protected ForeignAccount foreignAccount
    • date

      protected Date date
    • amount

      protected Amount amount
    • clubId

      protected ClubId clubId
    • club

      protected Club club
    • organisationId

      protected OrganisationId organisationId
    • organisation

      protected Organisation organisation
    • personIdOrPerson

      protected List<Object> personIdOrPerson
    • entryId

      protected List<String> entryId
    • serviceOrderNumberOrServiceIdOrService

      protected List<Object> serviceOrderNumberOrServiceIdOrService
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • Transaction

      public Transaction()
  • Method Details

    • getAccount

      public Account getAccount()
      Gets the value of the account property.
      Returns:
      possible object is Account
    • setAccount

      public void setAccount(Account value)
      Sets the value of the account property.
      Parameters:
      value - allowed object is Account
    • getForeignAccount

      public ForeignAccount getForeignAccount()
      Gets the value of the foreignAccount property.
      Returns:
      possible object is ForeignAccount
    • setForeignAccount

      public void setForeignAccount(ForeignAccount value)
      Sets the value of the foreignAccount property.
      Parameters:
      value - allowed object is ForeignAccount
    • getDate

      public Date getDate()
      Gets the value of the date property.
      Returns:
      possible object is Date
    • setDate

      public void setDate(Date value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is Date
    • getAmount

      public Amount getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is Amount
    • setAmount

      public void setAmount(Amount value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is Amount
    • 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
    • getOrganisationId

      public OrganisationId getOrganisationId()
      Gets the value of the organisationId property.
      Returns:
      possible object is OrganisationId
    • setOrganisationId

      public void setOrganisationId(OrganisationId value)
      Sets the value of the organisationId property.
      Parameters:
      value - allowed object is OrganisationId
    • getOrganisation

      public Organisation getOrganisation()
      Gets the value of the organisation property.
      Returns:
      possible object is Organisation
    • setOrganisation

      public void setOrganisation(Organisation value)
      Sets the value of the organisation property.
      Parameters:
      value - allowed object is Organisation
    • getPersonIdOrPerson

      public List<Object> getPersonIdOrPerson()
      Gets the value of the personIdOrPerson 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 personIdOrPerson property.

      For example, to add a new item, do as follows:

       getPersonIdOrPerson().add(newItem);
       

      Objects of the following type(s) are allowed in the list Person PersonId

      Returns:
      The value of the personIdOrPerson property.
    • getEntryId

      public List<String> getEntryId()
      Gets the value of the entryId 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 entryId property.

      For example, to add a new item, do as follows:

       getEntryId().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the entryId property.
    • getServiceOrderNumberOrServiceIdOrService

      public List<Object> getServiceOrderNumberOrServiceIdOrService()
      Gets the value of the serviceOrderNumberOrServiceIdOrService 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 serviceOrderNumberOrServiceIdOrService property.

      For example, to add a new item, do as follows:

       getServiceOrderNumberOrServiceIdOrService().add(newItem);
       

      Objects of the following type(s) are allowed in the list Service JAXBElement<String> JAXBElement<String>

      Returns:
      The value of the serviceOrderNumberOrServiceIdOrService property.
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate