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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Amountprotected Clubprotected ClubIdprotected Dateprotected ForeignAccountprotected ModifyDateprotected Organisationprotected OrganisationId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the account property.Gets the value of the amount property.getClub()Gets the value of the club property.Gets the value of the clubId property.getDate()Gets the value of the date property.Gets the value of the entryId property.Gets the value of the foreignAccount property.Gets the value of the modifyDate property.Gets the value of the organisation property.Gets the value of the organisationId property.Gets the value of the personIdOrPerson property.Gets the value of the serviceOrderNumberOrServiceIdOrService property.voidsetAccount(Account value) Sets the value of the account property.voidSets the value of the amount property.voidSets the value of the club property.voidSets the value of the clubId property.voidSets the value of the date property.voidsetForeignAccount(ForeignAccount value) Sets the value of the foreignAccount property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetOrganisation(Organisation value) Sets the value of the organisation property.voidsetOrganisationId(OrganisationId value) Sets the value of the organisationId property.
-
Field Details
-
account
-
foreignAccount
-
date
-
amount
-
clubId
-
club
-
organisationId
-
organisation
-
personIdOrPerson
-
entryId
-
serviceOrderNumberOrServiceIdOrService
-
modifyDate
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getAccount
Gets the value of the account property.- Returns:
- possible object is
Account
-
setAccount
Sets the value of the account property.- Parameters:
value- allowed object isAccount
-
getForeignAccount
Gets the value of the foreignAccount property.- Returns:
- possible object is
ForeignAccount
-
setForeignAccount
Sets the value of the foreignAccount property.- Parameters:
value- allowed object isForeignAccount
-
getDate
Gets the value of the date property.- Returns:
- possible object is
Date
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDate
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
Amount
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmount
-
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
-
getOrganisationId
Gets the value of the organisationId property.- Returns:
- possible object is
OrganisationId
-
setOrganisationId
Sets the value of the organisationId property.- Parameters:
value- allowed object isOrganisationId
-
getOrganisation
Gets the value of the organisation property.- Returns:
- possible object is
Organisation
-
setOrganisation
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisation
-
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
setmethod 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:
- The value of the personIdOrPerson property.
-
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
setmethod 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
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
setmethod 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:
- The value of the serviceOrderNumberOrServiceIdOrService property.
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-