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 Summary
Constructors Constructor Description Transaction()
-
Method Summary
Modifier and Type Method Description Account
getAccount()
Gets the value of the account property. void
setAccount(Account value)
Sets the value of the account property. ForeignAccount
getForeignAccount()
Gets the value of the foreignAccount property. void
setForeignAccount(ForeignAccount value)
Sets the value of the foreignAccount property. Date
getDate()
Gets the value of the date property. void
setDate(Date value)
Sets the value of the date property. Amount
getAmount()
Gets the value of the amount property. void
setAmount(Amount value)
Sets the value of the amount property. ClubId
getClubId()
Gets the value of the clubId property. void
setClubId(ClubId value)
Sets the value of the clubId property. Club
getClub()
Gets the value of the club property. void
setClub(Club value)
Sets the value of the club property. OrganisationId
getOrganisationId()
Gets the value of the organisationId property. void
setOrganisationId(OrganisationId value)
Sets the value of the organisationId property. Organisation
getOrganisation()
Gets the value of the organisation property. void
setOrganisation(Organisation value)
Sets the value of the organisation property. List<Object>
getPersonIdOrPerson()
Gets the value of the personIdOrPerson property. List<String>
getEntryId()
Gets the value of the entryId property. List<Object>
getServiceOrderNumberOrServiceIdOrService()
Gets the value of the serviceOrderNumberOrServiceIdOrService property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
getAccount
Account getAccount()
Gets the value of the account property.
- Returns:
possibleobject is Account
-
setAccount
void setAccount(Account value)
Sets the value of the account property.
- Parameters:
value
- allowed object is Account
-
getForeignAccount
ForeignAccount getForeignAccount()
Gets the value of the foreignAccount property.
- Returns:
possibleobject is ForeignAccount
-
setForeignAccount
void setForeignAccount(ForeignAccount value)
Sets the value of the foreignAccount property.
- Parameters:
value
- allowed object is ForeignAccount
-
setDate
void setDate(Date value)
Sets the value of the date property.
- Parameters:
value
- allowed object is Date
-
getAmount
Amount getAmount()
Gets the value of the amount property.
- Returns:
possibleobject is Amount
-
setAmount
void setAmount(Amount value)
Sets the value of the amount property.
- Parameters:
value
- allowed object is Amount
-
getClubId
ClubId getClubId()
Gets the value of the clubId property.
- Returns:
possibleobject is ClubId
-
setClubId
void setClubId(ClubId value)
Sets the value of the clubId property.
- Parameters:
value
- allowed object is ClubId
-
setClub
void setClub(Club value)
Sets the value of the club property.
- Parameters:
value
- allowed object is Club
-
getOrganisationId
OrganisationId getOrganisationId()
Gets the value of the organisationId property.
- Returns:
possibleobject is OrganisationId
-
setOrganisationId
void setOrganisationId(OrganisationId value)
Sets the value of the organisationId property.
- Parameters:
value
- allowed object is OrganisationId
-
getOrganisation
Organisation getOrganisation()
Gets the value of the organisation property.
- Returns:
possibleobject is Organisation
-
setOrganisation
void setOrganisation(Organisation value)
Sets the value of the organisation property.
- Parameters:
value
- allowed object is Organisation
-
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.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-