Package iofXml.v2

Class Transaction

  • All Implemented Interfaces:

    
    public class Transaction
    
                        

    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>
    
    • Constructor Detail

      • Transaction

        Transaction()
    • Method Detail

      • setAccount

         void setAccount(Account value)

        Sets the value of the account property.

        Parameters:
        value - allowed object is Account
      • getDate

         Date getDate()

        Gets the value of the date property.

        Returns:

        possibleobject is Date

      • setDate

         void setDate(Date value)

        Sets the value of the date property.

        Parameters:
        value - allowed object is Date
      • setAmount

         void setAmount(Amount value)

        Sets the value of the amount property.

        Parameters:
        value - allowed object is Amount
      • setClubId

         void setClubId(ClubId value)

        Sets the value of the clubId property.

        Parameters:
        value - allowed object is ClubId
      • getClub

         Club getClub()

        Gets the value of the club property.

        Returns:

        possibleobject is Club

      • setClub

         void setClub(Club value)

        Sets the value of the club property.

        Parameters:
        value - allowed object is Club
      • getPersonIdOrPerson

         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 PersonPersonId

        Returns:

        Thevalue of the personIdOrPerson property.

      • getEntryId

         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:

        Thevalue of the entryId property.

      • getServiceOrderNumberOrServiceIdOrService

         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 ServiceJAXBElement<String>JAXBElement<String>

        Returns:

        Thevalue of the serviceOrderNumberOrServiceIdOrService property.