Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 181388 Details for
Bug 328343
[contentassist] 100% cpu on large javadoc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
offending java file (generated by Jaxb)
Auditfile.java (text/plain), 749.89 KB, created by
P.V. Goddijn
on 2010-10-21 08:50:39 EDT
(
hide
)
Description:
offending java file (generated by Jaxb)
Filename:
MIME Type:
Creator:
P.V. Goddijn
Created:
2010-10-21 08:50:39 EDT
Size:
749.89 KB
patch
obsolete
>// >// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 >// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> >// Any modifications to this file will be lost upon recompilation of the source schema. >// Generated on: 2010.05.27 at 03:20:17 PM CEST >// > > >package nl.base.admin.audit.xml; > >import java.math.BigDecimal; >import java.math.BigInteger; >import java.util.ArrayList; >import java.util.List; >import javax.xml.bind.annotation.XmlAccessType; >import javax.xml.bind.annotation.XmlAccessorType; >import javax.xml.bind.annotation.XmlElement; >import javax.xml.bind.annotation.XmlRootElement; >import javax.xml.bind.annotation.XmlSchemaType; >import javax.xml.bind.annotation.XmlType; >import javax.xml.datatype.XMLGregorianCalendar; > > >/** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="header"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="fiscalYear"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="softwareDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="softwareVersion" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="20"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="company"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="companyIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="companyName"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="customersSuppliers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="customerSupplier" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="custSupID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupName" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="contact" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="telephone" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="fax" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="eMail" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="website" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="commerceNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="relationshipID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="O"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="bankAccount" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="bankAccNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankIdCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="generalLedger" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="ledgerAccount" maxOccurs="unbounded"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="M"/> > * <enumeration value="P"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="taxonomies" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxonomy" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxoRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxoElement" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="basics" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basic" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basicType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <enumeration value="02"/> > * <enumeration value="03"/> > * <enumeration value="04"/> > * <enumeration value="05"/> > * <enumeration value="12"/> > * <enumeration value="14"/> > * <enumeration value="23"/> > * <enumeration value="29"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="vatCodes" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatCode" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToPayAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToClaimAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="periods" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="period" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="startTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * <element name="endDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="openingBalance" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="opBalDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="opBalDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="obSubledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="obSubledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obSbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="transactions" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="journal" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="G"/> > * <enumeration value="M"/> > * <enumeration value="O"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * <enumeration value="T"/> > * <enumeration value="Y"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="offsetAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankAccNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="transaction" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trDt" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="amnt" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sourceID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="subledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="subledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ >@XmlAccessorType(XmlAccessType.FIELD) >@XmlType(name = "", propOrder = { > "header", > "company" >}) >@XmlRootElement(name = "auditfile") >public class Auditfile { > > @XmlElement(required = true) > protected Auditfile.Header header; > @XmlElement(required = true) > protected Auditfile.Company company; > > /** > * Gets the value of the header property. > * > * @return > * possible object is > * {@link Auditfile.Header } > * > */ > public Auditfile.Header getHeader() { > return header; > } > > /** > * Sets the value of the header property. > * > * @param value > * allowed object is > * {@link Auditfile.Header } > * > */ > public void setHeader(Auditfile.Header value) { > this.header = value; > } > > /** > * Gets the value of the company property. > * > * @return > * possible object is > * {@link Auditfile.Company } > * > */ > public Auditfile.Company getCompany() { > return company; > } > > /** > * Sets the value of the company property. > * > * @param value > * allowed object is > * {@link Auditfile.Company } > * > */ > public void setCompany(Auditfile.Company value) { > this.company = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="companyIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="companyName"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="customersSuppliers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="customerSupplier" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="custSupID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupName" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="contact" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="telephone" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="fax" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="eMail" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="website" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="commerceNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="relationshipID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="O"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="bankAccount" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="bankAccNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankIdCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="generalLedger" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="ledgerAccount" maxOccurs="unbounded"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="M"/> > * <enumeration value="P"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="taxonomies" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxonomy" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxoRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxoElement" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="basics" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basic" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basicType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <enumeration value="02"/> > * <enumeration value="03"/> > * <enumeration value="04"/> > * <enumeration value="05"/> > * <enumeration value="12"/> > * <enumeration value="14"/> > * <enumeration value="23"/> > * <enumeration value="29"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="vatCodes" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatCode" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToPayAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToClaimAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="periods" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="period" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="startTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * <element name="endDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="openingBalance" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="opBalDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="opBalDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="obSubledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="obSubledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obSbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="transactions" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="journal" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="G"/> > * <enumeration value="M"/> > * <enumeration value="O"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * <enumeration value="T"/> > * <enumeration value="Y"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="offsetAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankAccNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="transaction" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trDt" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="amnt" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sourceID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="subledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="subledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "companyIdent", > "companyName", > "taxRegistrationCountry", > "taxRegIdent", > "streetAddress", > "postalAddress", > "customersSuppliers", > "generalLedger", > "vatCodes", > "periods", > "openingBalance", > "transactions" > }) > public static class Company { > > protected String companyIdent; > @XmlElement(required = true) > protected String companyName; > @XmlElement(required = true) > protected String taxRegistrationCountry; > @XmlElement(required = true) > protected String taxRegIdent; > protected List<Auditfile.Company.StreetAddress> streetAddress; > protected List<Auditfile.Company.PostalAddress> postalAddress; > protected Auditfile.Company.CustomersSuppliers customersSuppliers; > protected Auditfile.Company.GeneralLedger generalLedger; > protected Auditfile.Company.VatCodes vatCodes; > protected Auditfile.Company.Periods periods; > protected Auditfile.Company.OpeningBalance openingBalance; > protected Auditfile.Company.Transactions transactions; > > /** > * Gets the value of the companyIdent property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCompanyIdent() { > return companyIdent; > } > > /** > * Sets the value of the companyIdent property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCompanyIdent(String value) { > this.companyIdent = value; > } > > /** > * Gets the value of the companyName property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCompanyName() { > return companyName; > } > > /** > * Sets the value of the companyName property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCompanyName(String value) { > this.companyName = value; > } > > /** > * Gets the value of the taxRegistrationCountry property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTaxRegistrationCountry() { > return taxRegistrationCountry; > } > > /** > * Sets the value of the taxRegistrationCountry property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTaxRegistrationCountry(String value) { > this.taxRegistrationCountry = value; > } > > /** > * Gets the value of the taxRegIdent property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTaxRegIdent() { > return taxRegIdent; > } > > /** > * Sets the value of the taxRegIdent property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTaxRegIdent(String value) { > this.taxRegIdent = value; > } > > /** > * Gets the value of the streetAddress property. > * > * <p> > * 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 <CODE>set</CODE> method for the streetAddress property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getStreetAddress().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.StreetAddress } > * > * > */ > public List<Auditfile.Company.StreetAddress> getStreetAddress() { > if (streetAddress == null) { > streetAddress = new ArrayList<Auditfile.Company.StreetAddress>(); > } > return this.streetAddress; > } > > /** > * Gets the value of the postalAddress property. > * > * <p> > * 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 <CODE>set</CODE> method for the postalAddress property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getPostalAddress().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.PostalAddress } > * > * > */ > public List<Auditfile.Company.PostalAddress> getPostalAddress() { > if (postalAddress == null) { > postalAddress = new ArrayList<Auditfile.Company.PostalAddress>(); > } > return this.postalAddress; > } > > /** > * Gets the value of the customersSuppliers property. > * > * @return > * possible object is > * {@link Auditfile.Company.CustomersSuppliers } > * > */ > public Auditfile.Company.CustomersSuppliers getCustomersSuppliers() { > return customersSuppliers; > } > > /** > * Sets the value of the customersSuppliers property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.CustomersSuppliers } > * > */ > public void setCustomersSuppliers(Auditfile.Company.CustomersSuppliers value) { > this.customersSuppliers = value; > } > > /** > * Gets the value of the generalLedger property. > * > * @return > * possible object is > * {@link Auditfile.Company.GeneralLedger } > * > */ > public Auditfile.Company.GeneralLedger getGeneralLedger() { > return generalLedger; > } > > /** > * Sets the value of the generalLedger property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.GeneralLedger } > * > */ > public void setGeneralLedger(Auditfile.Company.GeneralLedger value) { > this.generalLedger = value; > } > > /** > * Gets the value of the vatCodes property. > * > * @return > * possible object is > * {@link Auditfile.Company.VatCodes } > * > */ > public Auditfile.Company.VatCodes getVatCodes() { > return vatCodes; > } > > /** > * Sets the value of the vatCodes property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.VatCodes } > * > */ > public void setVatCodes(Auditfile.Company.VatCodes value) { > this.vatCodes = value; > } > > /** > * Gets the value of the periods property. > * > * @return > * possible object is > * {@link Auditfile.Company.Periods } > * > */ > public Auditfile.Company.Periods getPeriods() { > return periods; > } > > /** > * Sets the value of the periods property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.Periods } > * > */ > public void setPeriods(Auditfile.Company.Periods value) { > this.periods = value; > } > > /** > * Gets the value of the openingBalance property. > * > * @return > * possible object is > * {@link Auditfile.Company.OpeningBalance } > * > */ > public Auditfile.Company.OpeningBalance getOpeningBalance() { > return openingBalance; > } > > /** > * Sets the value of the openingBalance property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.OpeningBalance } > * > */ > public void setOpeningBalance(Auditfile.Company.OpeningBalance value) { > this.openingBalance = value; > } > > /** > * Gets the value of the transactions property. > * > * @return > * possible object is > * {@link Auditfile.Company.Transactions } > * > */ > public Auditfile.Company.Transactions getTransactions() { > return transactions; > } > > /** > * Sets the value of the transactions property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.Transactions } > * > */ > public void setTransactions(Auditfile.Company.Transactions value) { > this.transactions = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="customerSupplier" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="custSupID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupName" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="contact" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="telephone" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="fax" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="eMail" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="website" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="commerceNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="relationshipID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="O"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="bankAccount" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="bankAccNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankIdCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "customerSupplier" > }) > public static class CustomersSuppliers { > > protected List<Auditfile.Company.CustomersSuppliers.CustomerSupplier> customerSupplier; > > /** > * Gets the value of the customerSupplier property. > * > * <p> > * 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 <CODE>set</CODE> method for the customerSupplier property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getCustomerSupplier().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.CustomersSuppliers.CustomerSupplier } > * > * > */ > public List<Auditfile.Company.CustomersSuppliers.CustomerSupplier> getCustomerSupplier() { > if (customerSupplier == null) { > customerSupplier = new ArrayList<Auditfile.Company.CustomersSuppliers.CustomerSupplier>(); > } > return this.customerSupplier; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="custSupID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupName" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="contact" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="telephone" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="fax" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="eMail" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="website" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="255"/> > * </restriction> > * </simpleType> > * </element> > * <element name="commerceNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegistrationCountry" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <pattern value="\D*"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxRegIdent" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="30"/> > * </restriction> > * </simpleType> > * </element> > * <element name="relationshipID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="O"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="streetAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="postalAddress" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="bankAccount" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="bankAccNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankIdCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "custSupID", > "custSupName", > "contact", > "telephone", > "fax", > "eMail", > "website", > "commerceNr", > "taxRegistrationCountry", > "taxRegIdent", > "relationshipID", > "custSupTp", > "custSupGrpID", > "streetAddress", > "postalAddress", > "bankAccount" > }) > public static class CustomerSupplier { > > @XmlElement(required = true) > protected String custSupID; > protected String custSupName; > protected String contact; > protected String telephone; > protected String fax; > protected String eMail; > protected String website; > protected String commerceNr; > protected String taxRegistrationCountry; > protected String taxRegIdent; > protected String relationshipID; > protected String custSupTp; > protected String custSupGrpID; > protected List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.StreetAddress> streetAddress; > protected List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.PostalAddress> postalAddress; > protected List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.BankAccount> bankAccount; > > /** > * Gets the value of the custSupID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupID() { > return custSupID; > } > > /** > * Sets the value of the custSupID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupID(String value) { > this.custSupID = value; > } > > /** > * Gets the value of the custSupName property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupName() { > return custSupName; > } > > /** > * Sets the value of the custSupName property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupName(String value) { > this.custSupName = value; > } > > /** > * Gets the value of the contact property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getContact() { > return contact; > } > > /** > * Sets the value of the contact property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setContact(String value) { > this.contact = value; > } > > /** > * Gets the value of the telephone property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTelephone() { > return telephone; > } > > /** > * Sets the value of the telephone property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTelephone(String value) { > this.telephone = value; > } > > /** > * Gets the value of the fax property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getFax() { > return fax; > } > > /** > * Sets the value of the fax property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setFax(String value) { > this.fax = value; > } > > /** > * Gets the value of the eMail property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getEMail() { > return eMail; > } > > /** > * Sets the value of the eMail property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setEMail(String value) { > this.eMail = value; > } > > /** > * Gets the value of the website property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getWebsite() { > return website; > } > > /** > * Sets the value of the website property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setWebsite(String value) { > this.website = value; > } > > /** > * Gets the value of the commerceNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCommerceNr() { > return commerceNr; > } > > /** > * Sets the value of the commerceNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCommerceNr(String value) { > this.commerceNr = value; > } > > /** > * Gets the value of the taxRegistrationCountry property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTaxRegistrationCountry() { > return taxRegistrationCountry; > } > > /** > * Sets the value of the taxRegistrationCountry property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTaxRegistrationCountry(String value) { > this.taxRegistrationCountry = value; > } > > /** > * Gets the value of the taxRegIdent property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTaxRegIdent() { > return taxRegIdent; > } > > /** > * Sets the value of the taxRegIdent property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTaxRegIdent(String value) { > this.taxRegIdent = value; > } > > /** > * Gets the value of the relationshipID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRelationshipID() { > return relationshipID; > } > > /** > * Sets the value of the relationshipID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRelationshipID(String value) { > this.relationshipID = value; > } > > /** > * Gets the value of the custSupTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupTp() { > return custSupTp; > } > > /** > * Sets the value of the custSupTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupTp(String value) { > this.custSupTp = value; > } > > /** > * Gets the value of the custSupGrpID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupGrpID() { > return custSupGrpID; > } > > /** > * Sets the value of the custSupGrpID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupGrpID(String value) { > this.custSupGrpID = value; > } > > /** > * Gets the value of the streetAddress property. > * > * <p> > * 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 <CODE>set</CODE> method for the streetAddress property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getStreetAddress().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.CustomersSuppliers.CustomerSupplier.StreetAddress } > * > * > */ > public List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.StreetAddress> getStreetAddress() { > if (streetAddress == null) { > streetAddress = new ArrayList<Auditfile.Company.CustomersSuppliers.CustomerSupplier.StreetAddress>(); > } > return this.streetAddress; > } > > /** > * Gets the value of the postalAddress property. > * > * <p> > * 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 <CODE>set</CODE> method for the postalAddress property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getPostalAddress().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.CustomersSuppliers.CustomerSupplier.PostalAddress } > * > * > */ > public List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.PostalAddress> getPostalAddress() { > if (postalAddress == null) { > postalAddress = new ArrayList<Auditfile.Company.CustomersSuppliers.CustomerSupplier.PostalAddress>(); > } > return this.postalAddress; > } > > /** > * Gets the value of the bankAccount property. > * > * <p> > * 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 <CODE>set</CODE> method for the bankAccount property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getBankAccount().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.CustomersSuppliers.CustomerSupplier.BankAccount } > * > * > */ > public List<Auditfile.Company.CustomersSuppliers.CustomerSupplier.BankAccount> getBankAccount() { > if (bankAccount == null) { > bankAccount = new ArrayList<Auditfile.Company.CustomersSuppliers.CustomerSupplier.BankAccount>(); > } > return this.bankAccount; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="bankAccNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankIdCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "bankAccNr", > "bankIdCd" > }) > public static class BankAccount { > > @XmlElement(required = true) > protected String bankAccNr; > protected String bankIdCd; > > /** > * Gets the value of the bankAccNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBankAccNr() { > return bankAccNr; > } > > /** > * Sets the value of the bankAccNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBankAccNr(String value) { > this.bankAccNr = value; > } > > /** > * Gets the value of the bankIdCd property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBankIdCd() { > return bankIdCd; > } > > /** > * Sets the value of the bankIdCd property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBankIdCd(String value) { > this.bankIdCd = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "streetname", > "number", > "numberExtension", > "property", > "city", > "postalCode", > "region", > "country" > }) > public static class PostalAddress { > > protected String streetname; > protected String number; > protected String numberExtension; > protected String property; > protected String city; > protected String postalCode; > protected String region; > protected CountryCodeType country; > > /** > * Gets the value of the streetname property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getStreetname() { > return streetname; > } > > /** > * Sets the value of the streetname property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setStreetname(String value) { > this.streetname = value; > } > > /** > * Gets the value of the number property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumber() { > return number; > } > > /** > * Sets the value of the number property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumber(String value) { > this.number = value; > } > > /** > * Gets the value of the numberExtension property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumberExtension() { > return numberExtension; > } > > /** > * Sets the value of the numberExtension property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumberExtension(String value) { > this.numberExtension = value; > } > > /** > * Gets the value of the property property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProperty() { > return property; > } > > /** > * Sets the value of the property property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProperty(String value) { > this.property = value; > } > > /** > * Gets the value of the city property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCity() { > return city; > } > > /** > * Sets the value of the city property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCity(String value) { > this.city = value; > } > > /** > * Gets the value of the postalCode property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getPostalCode() { > return postalCode; > } > > /** > * Sets the value of the postalCode property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setPostalCode(String value) { > this.postalCode = value; > } > > /** > * Gets the value of the region property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRegion() { > return region; > } > > /** > * Sets the value of the region property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRegion(String value) { > this.region = value; > } > > /** > * Gets the value of the country property. > * > * @return > * possible object is > * {@link CountryCodeType } > * > */ > public CountryCodeType getCountry() { > return country; > } > > /** > * Sets the value of the country property. > * > * @param value > * allowed object is > * {@link CountryCodeType } > * > */ > public void setCountry(CountryCodeType value) { > this.country = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "streetname", > "number", > "numberExtension", > "property", > "city", > "postalCode", > "region", > "country" > }) > public static class StreetAddress { > > protected String streetname; > protected String number; > protected String numberExtension; > protected String property; > protected String city; > protected String postalCode; > protected String region; > protected CountryCodeType country; > > /** > * Gets the value of the streetname property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getStreetname() { > return streetname; > } > > /** > * Sets the value of the streetname property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setStreetname(String value) { > this.streetname = value; > } > > /** > * Gets the value of the number property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumber() { > return number; > } > > /** > * Sets the value of the number property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumber(String value) { > this.number = value; > } > > /** > * Gets the value of the numberExtension property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumberExtension() { > return numberExtension; > } > > /** > * Sets the value of the numberExtension property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumberExtension(String value) { > this.numberExtension = value; > } > > /** > * Gets the value of the property property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProperty() { > return property; > } > > /** > * Sets the value of the property property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProperty(String value) { > this.property = value; > } > > /** > * Gets the value of the city property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCity() { > return city; > } > > /** > * Sets the value of the city property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCity(String value) { > this.city = value; > } > > /** > * Gets the value of the postalCode property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getPostalCode() { > return postalCode; > } > > /** > * Sets the value of the postalCode property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setPostalCode(String value) { > this.postalCode = value; > } > > /** > * Gets the value of the region property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRegion() { > return region; > } > > /** > * Sets the value of the region property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRegion(String value) { > this.region = value; > } > > /** > * Gets the value of the country property. > * > * @return > * possible object is > * {@link CountryCodeType } > * > */ > public CountryCodeType getCountry() { > return country; > } > > /** > * Sets the value of the country property. > * > * @param value > * allowed object is > * {@link CountryCodeType } > * > */ > public void setCountry(CountryCodeType value) { > this.country = value; > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="ledgerAccount" maxOccurs="unbounded"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="M"/> > * <enumeration value="P"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="taxonomies" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxonomy" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxoRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxoElement" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="basics" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basic" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basicType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <enumeration value="02"/> > * <enumeration value="03"/> > * <enumeration value="04"/> > * <enumeration value="05"/> > * <enumeration value="12"/> > * <enumeration value="14"/> > * <enumeration value="23"/> > * <enumeration value="29"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "ledgerAccount", > "taxonomies", > "basics" > }) > public static class GeneralLedger { > > @XmlElement(required = true) > protected List<Auditfile.Company.GeneralLedger.LedgerAccount> ledgerAccount; > protected Auditfile.Company.GeneralLedger.Taxonomies taxonomies; > protected Auditfile.Company.GeneralLedger.Basics basics; > > /** > * Gets the value of the ledgerAccount property. > * > * <p> > * 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 <CODE>set</CODE> method for the ledgerAccount property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getLedgerAccount().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.GeneralLedger.LedgerAccount } > * > * > */ > public List<Auditfile.Company.GeneralLedger.LedgerAccount> getLedgerAccount() { > if (ledgerAccount == null) { > ledgerAccount = new ArrayList<Auditfile.Company.GeneralLedger.LedgerAccount>(); > } > return this.ledgerAccount; > } > > /** > * Gets the value of the taxonomies property. > * > * @return > * possible object is > * {@link Auditfile.Company.GeneralLedger.Taxonomies } > * > */ > public Auditfile.Company.GeneralLedger.Taxonomies getTaxonomies() { > return taxonomies; > } > > /** > * Sets the value of the taxonomies property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.GeneralLedger.Taxonomies } > * > */ > public void setTaxonomies(Auditfile.Company.GeneralLedger.Taxonomies value) { > this.taxonomies = value; > } > > /** > * Gets the value of the basics property. > * > * @return > * possible object is > * {@link Auditfile.Company.GeneralLedger.Basics } > * > */ > public Auditfile.Company.GeneralLedger.Basics getBasics() { > return basics; > } > > /** > * Sets the value of the basics property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.GeneralLedger.Basics } > * > */ > public void setBasics(Auditfile.Company.GeneralLedger.Basics value) { > this.basics = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basic" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basicType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <enumeration value="02"/> > * <enumeration value="03"/> > * <enumeration value="04"/> > * <enumeration value="05"/> > * <enumeration value="12"/> > * <enumeration value="14"/> > * <enumeration value="23"/> > * <enumeration value="29"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "basic" > }) > public static class Basics { > > protected List<Auditfile.Company.GeneralLedger.Basics.Basic> basic; > > /** > * Gets the value of the basic property. > * > * <p> > * 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 <CODE>set</CODE> method for the basic property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getBasic().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.GeneralLedger.Basics.Basic } > * > * > */ > public List<Auditfile.Company.GeneralLedger.Basics.Basic> getBasic() { > if (basic == null) { > basic = new ArrayList<Auditfile.Company.GeneralLedger.Basics.Basic>(); > } > return this.basic; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="basicType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="2"/> > * <enumeration value="02"/> > * <enumeration value="03"/> > * <enumeration value="04"/> > * <enumeration value="05"/> > * <enumeration value="12"/> > * <enumeration value="14"/> > * <enumeration value="23"/> > * <enumeration value="29"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="basicDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "basicType", > "basicID", > "basicDesc" > }) > public static class Basic { > > @XmlElement(required = true) > protected String basicType; > @XmlElement(required = true) > protected String basicID; > @XmlElement(required = true) > protected String basicDesc; > > /** > * Gets the value of the basicType property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBasicType() { > return basicType; > } > > /** > * Sets the value of the basicType property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBasicType(String value) { > this.basicType = value; > } > > /** > * Gets the value of the basicID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBasicID() { > return basicID; > } > > /** > * Sets the value of the basicID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBasicID(String value) { > this.basicID = value; > } > > /** > * Gets the value of the basicDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBasicDesc() { > return basicDesc; > } > > /** > * Sets the value of the basicDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBasicDesc(String value) { > this.basicDesc = value; > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="M"/> > * <enumeration value="P"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "accID", > "accDesc", > "accTp" > }) > public static class LedgerAccount { > > @XmlElement(required = true) > protected String accID; > @XmlElement(required = true) > protected String accDesc; > @XmlElement(required = true) > protected String accTp; > > /** > * Gets the value of the accID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAccID() { > return accID; > } > > /** > * Sets the value of the accID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAccID(String value) { > this.accID = value; > } > > /** > * Gets the value of the accDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAccDesc() { > return accDesc; > } > > /** > * Sets the value of the accDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAccDesc(String value) { > this.accDesc = value; > } > > /** > * Gets the value of the accTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAccTp() { > return accTp; > } > > /** > * Sets the value of the accTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAccTp(String value) { > this.accTp = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxonomy" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxoRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxoElement" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "taxonomy" > }) > public static class Taxonomies { > > protected List<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy> taxonomy; > > /** > * Gets the value of the taxonomy property. > * > * <p> > * 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 <CODE>set</CODE> method for the taxonomy property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getTaxonomy().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy } > * > * > */ > public List<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy> getTaxonomy() { > if (taxonomy == null) { > taxonomy = new ArrayList<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy>(); > } > return this.taxonomy; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="taxoRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="taxoElement" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "taxoRef", > "taxoElement" > }) > public static class Taxonomy { > > @XmlElement(required = true) > protected String taxoRef; > protected List<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy.TaxoElement> taxoElement; > > /** > * Gets the value of the taxoRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTaxoRef() { > return taxoRef; > } > > /** > * Sets the value of the taxoRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTaxoRef(String value) { > this.taxoRef = value; > } > > /** > * Gets the value of the taxoElement property. > * > * <p> > * 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 <CODE>set</CODE> method for the taxoElement property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getTaxoElement().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy.TaxoElement } > * > * > */ > public List<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy.TaxoElement> getTaxoElement() { > if (taxoElement == null) { > taxoElement = new ArrayList<Auditfile.Company.GeneralLedger.Taxonomies.Taxonomy.TaxoElement>(); > } > return this.taxoElement; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="txCd"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCd" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="txClusCtxtID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="glAccID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "txCd", > "txClusCd", > "txClusCtxtID", > "glAccID" > }) > public static class TaxoElement { > > @XmlElement(required = true) > protected String txCd; > protected String txClusCd; > protected String txClusCtxtID; > @XmlElement(required = true) > protected String glAccID; > > /** > * Gets the value of the txCd property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTxCd() { > return txCd; > } > > /** > * Sets the value of the txCd property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTxCd(String value) { > this.txCd = value; > } > > /** > * Gets the value of the txClusCd property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTxClusCd() { > return txClusCd; > } > > /** > * Sets the value of the txClusCd property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTxClusCd(String value) { > this.txClusCd = value; > } > > /** > * Gets the value of the txClusCtxtID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTxClusCtxtID() { > return txClusCtxtID; > } > > /** > * Sets the value of the txClusCtxtID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTxClusCtxtID(String value) { > this.txClusCtxtID = value; > } > > /** > * Gets the value of the glAccID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getGlAccID() { > return glAccID; > } > > /** > * Sets the value of the glAccID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setGlAccID(String value) { > this.glAccID = value; > } > > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="opBalDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="opBalDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="obSubledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="obSubledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obSbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "opBalDate", > "opBalDesc", > "linesCount", > "totalDebit", > "totalCredit", > "obLine", > "obSubledgers" > }) > public static class OpeningBalance { > > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar opBalDate; > protected String opBalDesc; > @XmlElement(required = true) > protected BigInteger linesCount; > @XmlElement(required = true) > protected BigDecimal totalDebit; > @XmlElement(required = true) > protected BigDecimal totalCredit; > protected List<Auditfile.Company.OpeningBalance.ObLine> obLine; > protected Auditfile.Company.OpeningBalance.ObSubledgers obSubledgers; > > /** > * Gets the value of the opBalDate property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getOpBalDate() { > return opBalDate; > } > > /** > * Sets the value of the opBalDate property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setOpBalDate(XMLGregorianCalendar value) { > this.opBalDate = value; > } > > /** > * Gets the value of the opBalDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getOpBalDesc() { > return opBalDesc; > } > > /** > * Sets the value of the opBalDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setOpBalDesc(String value) { > this.opBalDesc = value; > } > > /** > * Gets the value of the linesCount property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getLinesCount() { > return linesCount; > } > > /** > * Sets the value of the linesCount property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setLinesCount(BigInteger value) { > this.linesCount = value; > } > > /** > * Gets the value of the totalDebit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalDebit() { > return totalDebit; > } > > /** > * Sets the value of the totalDebit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalDebit(BigDecimal value) { > this.totalDebit = value; > } > > /** > * Gets the value of the totalCredit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalCredit() { > return totalCredit; > } > > /** > * Sets the value of the totalCredit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalCredit(BigDecimal value) { > this.totalCredit = value; > } > > /** > * Gets the value of the obLine property. > * > * <p> > * 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 <CODE>set</CODE> method for the obLine property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getObLine().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.OpeningBalance.ObLine } > * > * > */ > public List<Auditfile.Company.OpeningBalance.ObLine> getObLine() { > if (obLine == null) { > obLine = new ArrayList<Auditfile.Company.OpeningBalance.ObLine>(); > } > return this.obLine; > } > > /** > * Gets the value of the obSubledgers property. > * > * @return > * possible object is > * {@link Auditfile.Company.OpeningBalance.ObSubledgers } > * > */ > public Auditfile.Company.OpeningBalance.ObSubledgers getObSubledgers() { > return obSubledgers; > } > > /** > * Sets the value of the obSubledgers property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.OpeningBalance.ObSubledgers } > * > */ > public void setObSubledgers(Auditfile.Company.OpeningBalance.ObSubledgers value) { > this.obSubledgers = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "nr", > "accID", > "amnt", > "amntTp" > }) > public static class ObLine { > > @XmlElement(required = true) > protected String nr; > @XmlElement(required = true) > protected String accID; > @XmlElement(required = true) > protected BigDecimal amnt; > @XmlElement(required = true) > protected String amntTp; > > /** > * Gets the value of the nr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNr() { > return nr; > } > > /** > * Sets the value of the nr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNr(String value) { > this.nr = value; > } > > /** > * Gets the value of the accID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAccID() { > return accID; > } > > /** > * Sets the value of the accID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAccID(String value) { > this.accID = value; > } > > /** > * Gets the value of the amnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getAmnt() { > return amnt; > } > > /** > * Sets the value of the amnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setAmnt(BigDecimal value) { > this.amnt = value; > } > > /** > * Gets the value of the amntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAmntTp() { > return amntTp; > } > > /** > * Sets the value of the amntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAmntTp(String value) { > this.amntTp = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="obSubledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obSbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "obSubledger" > }) > public static class ObSubledgers { > > protected List<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger> obSubledger; > > /** > * Gets the value of the obSubledger property. > * > * <p> > * 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 <CODE>set</CODE> method for the obSubledger property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getObSubledger().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger } > * > * > */ > public List<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger> getObSubledger() { > if (obSubledger == null) { > obSubledger = new ArrayList<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger>(); > } > return this.obSubledger; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obSbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "sbType", > "sbDesc", > "linesCount", > "totalDebit", > "totalCredit", > "obSbLine" > }) > public static class ObSubledger { > > @XmlElement(required = true) > protected String sbType; > protected String sbDesc; > @XmlElement(required = true) > protected BigInteger linesCount; > @XmlElement(required = true) > protected BigDecimal totalDebit; > @XmlElement(required = true) > protected BigDecimal totalCredit; > protected List<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger.ObSbLine> obSbLine; > > /** > * Gets the value of the sbType property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSbType() { > return sbType; > } > > /** > * Sets the value of the sbType property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSbType(String value) { > this.sbType = value; > } > > /** > * Gets the value of the sbDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSbDesc() { > return sbDesc; > } > > /** > * Sets the value of the sbDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSbDesc(String value) { > this.sbDesc = value; > } > > /** > * Gets the value of the linesCount property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getLinesCount() { > return linesCount; > } > > /** > * Sets the value of the linesCount property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setLinesCount(BigInteger value) { > this.linesCount = value; > } > > /** > * Gets the value of the totalDebit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalDebit() { > return totalDebit; > } > > /** > * Sets the value of the totalDebit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalDebit(BigDecimal value) { > this.totalDebit = value; > } > > /** > * Gets the value of the totalCredit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalCredit() { > return totalCredit; > } > > /** > * Sets the value of the totalCredit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalCredit(BigDecimal value) { > this.totalCredit = value; > } > > /** > * Gets the value of the obSbLine property. > * > * <p> > * 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 <CODE>set</CODE> method for the obSbLine property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getObSbLine().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger.ObSbLine } > * > * > */ > public List<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger.ObSbLine> getObSbLine() { > if (obSbLine == null) { > obSbLine = new ArrayList<Auditfile.Company.OpeningBalance.ObSubledgers.ObSubledger.ObSbLine>(); > } > return this.obSbLine; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="obLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "nr", > "obLineNr", > "desc", > "amnt", > "amntTp", > "docRef", > "recRef", > "custSupID", > "invRef", > "invPurSalTp", > "invTp", > "invDt", > "invDueDt", > "mutTp", > "costID", > "prodID", > "projID", > "artGrpID", > "qntityID", > "qntity" > }) > public static class ObSbLine { > > @XmlElement(required = true) > protected String nr; > @XmlElement(required = true) > protected String obLineNr; > protected String desc; > @XmlElement(required = true) > protected BigDecimal amnt; > @XmlElement(required = true) > protected String amntTp; > protected String docRef; > protected String recRef; > protected String custSupID; > protected String invRef; > protected String invPurSalTp; > protected String invTp; > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar invDt; > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar invDueDt; > protected String mutTp; > protected String costID; > protected String prodID; > protected String projID; > protected String artGrpID; > protected String qntityID; > protected BigInteger qntity; > > /** > * Gets the value of the nr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNr() { > return nr; > } > > /** > * Sets the value of the nr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNr(String value) { > this.nr = value; > } > > /** > * Gets the value of the obLineNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getObLineNr() { > return obLineNr; > } > > /** > * Sets the value of the obLineNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setObLineNr(String value) { > this.obLineNr = value; > } > > /** > * Gets the value of the desc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDesc() { > return desc; > } > > /** > * Sets the value of the desc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDesc(String value) { > this.desc = value; > } > > /** > * Gets the value of the amnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getAmnt() { > return amnt; > } > > /** > * Sets the value of the amnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setAmnt(BigDecimal value) { > this.amnt = value; > } > > /** > * Gets the value of the amntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAmntTp() { > return amntTp; > } > > /** > * Sets the value of the amntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAmntTp(String value) { > this.amntTp = value; > } > > /** > * Gets the value of the docRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDocRef() { > return docRef; > } > > /** > * Sets the value of the docRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDocRef(String value) { > this.docRef = value; > } > > /** > * Gets the value of the recRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRecRef() { > return recRef; > } > > /** > * Sets the value of the recRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRecRef(String value) { > this.recRef = value; > } > > /** > * Gets the value of the custSupID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupID() { > return custSupID; > } > > /** > * Sets the value of the custSupID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupID(String value) { > this.custSupID = value; > } > > /** > * Gets the value of the invRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvRef() { > return invRef; > } > > /** > * Sets the value of the invRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvRef(String value) { > this.invRef = value; > } > > /** > * Gets the value of the invPurSalTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvPurSalTp() { > return invPurSalTp; > } > > /** > * Sets the value of the invPurSalTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvPurSalTp(String value) { > this.invPurSalTp = value; > } > > /** > * Gets the value of the invTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvTp() { > return invTp; > } > > /** > * Sets the value of the invTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvTp(String value) { > this.invTp = value; > } > > /** > * Gets the value of the invDt property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getInvDt() { > return invDt; > } > > /** > * Sets the value of the invDt property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setInvDt(XMLGregorianCalendar value) { > this.invDt = value; > } > > /** > * Gets the value of the invDueDt property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getInvDueDt() { > return invDueDt; > } > > /** > * Sets the value of the invDueDt property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setInvDueDt(XMLGregorianCalendar value) { > this.invDueDt = value; > } > > /** > * Gets the value of the mutTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getMutTp() { > return mutTp; > } > > /** > * Sets the value of the mutTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setMutTp(String value) { > this.mutTp = value; > } > > /** > * Gets the value of the costID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCostID() { > return costID; > } > > /** > * Sets the value of the costID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCostID(String value) { > this.costID = value; > } > > /** > * Gets the value of the prodID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProdID() { > return prodID; > } > > /** > * Sets the value of the prodID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProdID(String value) { > this.prodID = value; > } > > /** > * Gets the value of the projID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProjID() { > return projID; > } > > /** > * Sets the value of the projID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProjID(String value) { > this.projID = value; > } > > /** > * Gets the value of the artGrpID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getArtGrpID() { > return artGrpID; > } > > /** > * Sets the value of the artGrpID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setArtGrpID(String value) { > this.artGrpID = value; > } > > /** > * Gets the value of the qntityID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getQntityID() { > return qntityID; > } > > /** > * Sets the value of the qntityID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setQntityID(String value) { > this.qntityID = value; > } > > /** > * Gets the value of the qntity property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getQntity() { > return qntity; > } > > /** > * Sets the value of the qntity property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setQntity(BigInteger value) { > this.qntity = value; > } > > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="period" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="startTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * <element name="endDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "period" > }) > public static class Periods { > > protected List<Auditfile.Company.Periods.Period> period; > > /** > * Gets the value of the period property. > * > * <p> > * 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 <CODE>set</CODE> method for the period property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getPeriod().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Periods.Period } > * > * > */ > public List<Auditfile.Company.Periods.Period> getPeriod() { > if (period == null) { > period = new ArrayList<Auditfile.Company.Periods.Period>(); > } > return this.period; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="startTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * <element name="endDatePeriod" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endTimePeriod" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "periodNumber", > "periodDesc", > "startDatePeriod", > "startTimePeriod", > "endDatePeriod", > "endTimePeriod" > }) > public static class Period { > > @XmlElement(required = true) > protected BigInteger periodNumber; > protected String periodDesc; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar startDatePeriod; > @XmlSchemaType(name = "time") > protected XMLGregorianCalendar startTimePeriod; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar endDatePeriod; > @XmlSchemaType(name = "time") > protected XMLGregorianCalendar endTimePeriod; > > /** > * Gets the value of the periodNumber property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getPeriodNumber() { > return periodNumber; > } > > /** > * Sets the value of the periodNumber property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setPeriodNumber(BigInteger value) { > this.periodNumber = value; > } > > /** > * Gets the value of the periodDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getPeriodDesc() { > return periodDesc; > } > > /** > * Sets the value of the periodDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setPeriodDesc(String value) { > this.periodDesc = value; > } > > /** > * Gets the value of the startDatePeriod property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getStartDatePeriod() { > return startDatePeriod; > } > > /** > * Sets the value of the startDatePeriod property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setStartDatePeriod(XMLGregorianCalendar value) { > this.startDatePeriod = value; > } > > /** > * Gets the value of the startTimePeriod property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getStartTimePeriod() { > return startTimePeriod; > } > > /** > * Sets the value of the startTimePeriod property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setStartTimePeriod(XMLGregorianCalendar value) { > this.startTimePeriod = value; > } > > /** > * Gets the value of the endDatePeriod property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getEndDatePeriod() { > return endDatePeriod; > } > > /** > * Sets the value of the endDatePeriod property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setEndDatePeriod(XMLGregorianCalendar value) { > this.endDatePeriod = value; > } > > /** > * Gets the value of the endTimePeriod property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getEndTimePeriod() { > return endTimePeriod; > } > > /** > * Sets the value of the endTimePeriod property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setEndTimePeriod(XMLGregorianCalendar value) { > this.endTimePeriod = value; > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "streetname", > "number", > "numberExtension", > "property", > "city", > "postalCode", > "region", > "country" > }) > public static class PostalAddress { > > protected String streetname; > protected String number; > protected String numberExtension; > protected String property; > protected String city; > protected String postalCode; > protected String region; > protected CountryCodeType country; > > /** > * Gets the value of the streetname property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getStreetname() { > return streetname; > } > > /** > * Sets the value of the streetname property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setStreetname(String value) { > this.streetname = value; > } > > /** > * Gets the value of the number property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumber() { > return number; > } > > /** > * Sets the value of the number property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumber(String value) { > this.number = value; > } > > /** > * Gets the value of the numberExtension property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumberExtension() { > return numberExtension; > } > > /** > * Sets the value of the numberExtension property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumberExtension(String value) { > this.numberExtension = value; > } > > /** > * Gets the value of the property property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProperty() { > return property; > } > > /** > * Sets the value of the property property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProperty(String value) { > this.property = value; > } > > /** > * Gets the value of the city property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCity() { > return city; > } > > /** > * Sets the value of the city property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCity(String value) { > this.city = value; > } > > /** > * Gets the value of the postalCode property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getPostalCode() { > return postalCode; > } > > /** > * Sets the value of the postalCode property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setPostalCode(String value) { > this.postalCode = value; > } > > /** > * Gets the value of the region property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRegion() { > return region; > } > > /** > * Sets the value of the region property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRegion(String value) { > this.region = value; > } > > /** > * Gets the value of the country property. > * > * @return > * possible object is > * {@link CountryCodeType } > * > */ > public CountryCodeType getCountry() { > return country; > } > > /** > * Sets the value of the country property. > * > * @param value > * allowed object is > * {@link CountryCodeType } > * > */ > public void setCountry(CountryCodeType value) { > this.country = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="streetname" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="number" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="15"/> > * </restriction> > * </simpleType> > * </element> > * <element name="numberExtension" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="property" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="city" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="postalCode" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="region" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="country" type="{http://www.auditfiles.nl/XAF/3.1}countryCodeType" minOccurs="0"/> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "streetname", > "number", > "numberExtension", > "property", > "city", > "postalCode", > "region", > "country" > }) > public static class StreetAddress { > > protected String streetname; > protected String number; > protected String numberExtension; > protected String property; > protected String city; > protected String postalCode; > protected String region; > protected CountryCodeType country; > > /** > * Gets the value of the streetname property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getStreetname() { > return streetname; > } > > /** > * Sets the value of the streetname property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setStreetname(String value) { > this.streetname = value; > } > > /** > * Gets the value of the number property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumber() { > return number; > } > > /** > * Sets the value of the number property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumber(String value) { > this.number = value; > } > > /** > * Gets the value of the numberExtension property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNumberExtension() { > return numberExtension; > } > > /** > * Sets the value of the numberExtension property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNumberExtension(String value) { > this.numberExtension = value; > } > > /** > * Gets the value of the property property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProperty() { > return property; > } > > /** > * Sets the value of the property property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProperty(String value) { > this.property = value; > } > > /** > * Gets the value of the city property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCity() { > return city; > } > > /** > * Sets the value of the city property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCity(String value) { > this.city = value; > } > > /** > * Gets the value of the postalCode property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getPostalCode() { > return postalCode; > } > > /** > * Sets the value of the postalCode property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setPostalCode(String value) { > this.postalCode = value; > } > > /** > * Gets the value of the region property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRegion() { > return region; > } > > /** > * Sets the value of the region property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRegion(String value) { > this.region = value; > } > > /** > * Gets the value of the country property. > * > * @return > * possible object is > * {@link CountryCodeType } > * > */ > public CountryCodeType getCountry() { > return country; > } > > /** > * Sets the value of the country property. > * > * @param value > * allowed object is > * {@link CountryCodeType } > * > */ > public void setCountry(CountryCodeType value) { > this.country = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="journal" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="G"/> > * <enumeration value="M"/> > * <enumeration value="O"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * <enumeration value="T"/> > * <enumeration value="Y"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="offsetAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankAccNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="transaction" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trDt" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="amnt" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sourceID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="subledgers" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="subledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "linesCount", > "totalDebit", > "totalCredit", > "journal", > "subledgers" > }) > public static class Transactions { > > @XmlElement(required = true) > protected BigInteger linesCount; > @XmlElement(required = true) > protected BigDecimal totalDebit; > @XmlElement(required = true) > protected BigDecimal totalCredit; > protected List<Auditfile.Company.Transactions.Journal> journal; > protected Auditfile.Company.Transactions.Subledgers subledgers; > > /** > * Gets the value of the linesCount property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getLinesCount() { > return linesCount; > } > > /** > * Sets the value of the linesCount property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setLinesCount(BigInteger value) { > this.linesCount = value; > } > > /** > * Gets the value of the totalDebit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalDebit() { > return totalDebit; > } > > /** > * Sets the value of the totalDebit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalDebit(BigDecimal value) { > this.totalDebit = value; > } > > /** > * Gets the value of the totalCredit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalCredit() { > return totalCredit; > } > > /** > * Sets the value of the totalCredit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalCredit(BigDecimal value) { > this.totalCredit = value; > } > > /** > * Gets the value of the journal property. > * > * <p> > * 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 <CODE>set</CODE> method for the journal property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getJournal().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Journal } > * > * > */ > public List<Auditfile.Company.Transactions.Journal> getJournal() { > if (journal == null) { > journal = new ArrayList<Auditfile.Company.Transactions.Journal>(); > } > return this.journal; > } > > /** > * Gets the value of the subledgers property. > * > * @return > * possible object is > * {@link Auditfile.Company.Transactions.Subledgers } > * > */ > public Auditfile.Company.Transactions.Subledgers getSubledgers() { > return subledgers; > } > > /** > * Sets the value of the subledgers property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.Transactions.Subledgers } > * > */ > public void setSubledgers(Auditfile.Company.Transactions.Subledgers value) { > this.subledgers = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="B"/> > * <enumeration value="C"/> > * <enumeration value="G"/> > * <enumeration value="M"/> > * <enumeration value="O"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * <enumeration value="T"/> > * <enumeration value="Y"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="offsetAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="bankAccNr" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="transaction" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trDt" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="amnt" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sourceID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "jrnID", > "desc", > "jrnTp", > "offsetAccID", > "bankAccNr", > "transaction" > }) > public static class Journal { > > @XmlElement(required = true) > protected String jrnID; > @XmlElement(required = true) > protected String desc; > protected String jrnTp; > protected String offsetAccID; > protected String bankAccNr; > protected List<Auditfile.Company.Transactions.Journal.Transaction> transaction; > > /** > * Gets the value of the jrnID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getJrnID() { > return jrnID; > } > > /** > * Sets the value of the jrnID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setJrnID(String value) { > this.jrnID = value; > } > > /** > * Gets the value of the desc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDesc() { > return desc; > } > > /** > * Sets the value of the desc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDesc(String value) { > this.desc = value; > } > > /** > * Gets the value of the jrnTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getJrnTp() { > return jrnTp; > } > > /** > * Sets the value of the jrnTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setJrnTp(String value) { > this.jrnTp = value; > } > > /** > * Gets the value of the offsetAccID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getOffsetAccID() { > return offsetAccID; > } > > /** > * Sets the value of the offsetAccID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setOffsetAccID(String value) { > this.offsetAccID = value; > } > > /** > * Gets the value of the bankAccNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getBankAccNr() { > return bankAccNr; > } > > /** > * Sets the value of the bankAccNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setBankAccNr(String value) { > this.bankAccNr = value; > } > > /** > * Gets the value of the transaction property. > * > * <p> > * 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 <CODE>set</CODE> method for the transaction property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getTransaction().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Journal.Transaction } > * > * > */ > public List<Auditfile.Company.Transactions.Journal.Transaction> getTransaction() { > if (transaction == null) { > transaction = new ArrayList<Auditfile.Company.Transactions.Journal.Transaction>(); > } > return this.transaction; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="periodNumber"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="3"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trDt" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="amnt" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sourceID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "nr", > "desc", > "periodNumber", > "trDt", > "amnt", > "amntTp", > "sourceID", > "trLine" > }) > public static class Transaction { > > @XmlElement(required = true) > protected String nr; > protected String desc; > @XmlElement(required = true) > protected BigInteger periodNumber; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar trDt; > protected BigDecimal amnt; > protected String amntTp; > protected String sourceID; > protected List<Auditfile.Company.Transactions.Journal.Transaction.TrLine> trLine; > > /** > * Gets the value of the nr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNr() { > return nr; > } > > /** > * Sets the value of the nr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNr(String value) { > this.nr = value; > } > > /** > * Gets the value of the desc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDesc() { > return desc; > } > > /** > * Sets the value of the desc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDesc(String value) { > this.desc = value; > } > > /** > * Gets the value of the periodNumber property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getPeriodNumber() { > return periodNumber; > } > > /** > * Sets the value of the periodNumber property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setPeriodNumber(BigInteger value) { > this.periodNumber = value; > } > > /** > * Gets the value of the trDt property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getTrDt() { > return trDt; > } > > /** > * Sets the value of the trDt property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setTrDt(XMLGregorianCalendar value) { > this.trDt = value; > } > > /** > * Gets the value of the amnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getAmnt() { > return amnt; > } > > /** > * Sets the value of the amnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setAmnt(BigDecimal value) { > this.amnt = value; > } > > /** > * Gets the value of the amntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAmntTp() { > return amntTp; > } > > /** > * Sets the value of the amntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAmntTp(String value) { > this.amntTp = value; > } > > /** > * Gets the value of the sourceID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSourceID() { > return sourceID; > } > > /** > * Sets the value of the sourceID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSourceID(String value) { > this.sourceID = value; > } > > /** > * Gets the value of the trLine property. > * > * <p> > * 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 <CODE>set</CODE> method for the trLine property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getTrLine().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Journal.Transaction.TrLine } > * > * > */ > public List<Auditfile.Company.Transactions.Journal.Transaction.TrLine> getTrLine() { > if (trLine == null) { > trLine = new ArrayList<Auditfile.Company.Transactions.Journal.Transaction.TrLine>(); > } > return this.trLine; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="accID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="effDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "nr", > "accID", > "docRef", > "effDate", > "desc", > "amnt", > "amntTp", > "custSupID", > "invRef", > "costID", > "prodID", > "projID", > "artGrpID", > "qntityID", > "qntity", > "vat", > "currency" > }) > public static class TrLine { > > @XmlElement(required = true) > protected String nr; > @XmlElement(required = true) > protected String accID; > @XmlElement(required = true) > protected String docRef; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar effDate; > protected String desc; > @XmlElement(required = true) > protected BigDecimal amnt; > @XmlElement(required = true) > protected String amntTp; > protected String custSupID; > protected String invRef; > protected String costID; > protected String prodID; > protected String projID; > protected String artGrpID; > protected String qntityID; > protected BigInteger qntity; > protected List<Auditfile.Company.Transactions.Journal.Transaction.TrLine.Vat> vat; > protected Auditfile.Company.Transactions.Journal.Transaction.TrLine.Currency currency; > > /** > * Gets the value of the nr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNr() { > return nr; > } > > /** > * Sets the value of the nr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNr(String value) { > this.nr = value; > } > > /** > * Gets the value of the accID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAccID() { > return accID; > } > > /** > * Sets the value of the accID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAccID(String value) { > this.accID = value; > } > > /** > * Gets the value of the docRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDocRef() { > return docRef; > } > > /** > * Sets the value of the docRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDocRef(String value) { > this.docRef = value; > } > > /** > * Gets the value of the effDate property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getEffDate() { > return effDate; > } > > /** > * Sets the value of the effDate property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setEffDate(XMLGregorianCalendar value) { > this.effDate = value; > } > > /** > * Gets the value of the desc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDesc() { > return desc; > } > > /** > * Sets the value of the desc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDesc(String value) { > this.desc = value; > } > > /** > * Gets the value of the amnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getAmnt() { > return amnt; > } > > /** > * Sets the value of the amnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setAmnt(BigDecimal value) { > this.amnt = value; > } > > /** > * Gets the value of the amntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAmntTp() { > return amntTp; > } > > /** > * Sets the value of the amntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAmntTp(String value) { > this.amntTp = value; > } > > /** > * Gets the value of the custSupID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupID() { > return custSupID; > } > > /** > * Sets the value of the custSupID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupID(String value) { > this.custSupID = value; > } > > /** > * Gets the value of the invRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvRef() { > return invRef; > } > > /** > * Sets the value of the invRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvRef(String value) { > this.invRef = value; > } > > /** > * Gets the value of the costID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCostID() { > return costID; > } > > /** > * Sets the value of the costID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCostID(String value) { > this.costID = value; > } > > /** > * Gets the value of the prodID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProdID() { > return prodID; > } > > /** > * Sets the value of the prodID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProdID(String value) { > this.prodID = value; > } > > /** > * Gets the value of the projID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProjID() { > return projID; > } > > /** > * Sets the value of the projID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProjID(String value) { > this.projID = value; > } > > /** > * Gets the value of the artGrpID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getArtGrpID() { > return artGrpID; > } > > /** > * Sets the value of the artGrpID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setArtGrpID(String value) { > this.artGrpID = value; > } > > /** > * Gets the value of the qntityID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getQntityID() { > return qntityID; > } > > /** > * Sets the value of the qntityID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setQntityID(String value) { > this.qntityID = value; > } > > /** > * Gets the value of the qntity property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getQntity() { > return qntity; > } > > /** > * Sets the value of the qntity property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setQntity(BigInteger value) { > this.qntity = value; > } > > /** > * Gets the value of the vat property. > * > * <p> > * 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 <CODE>set</CODE> method for the vat property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getVat().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Journal.Transaction.TrLine.Vat } > * > * > */ > public List<Auditfile.Company.Transactions.Journal.Transaction.TrLine.Vat> getVat() { > if (vat == null) { > vat = new ArrayList<Auditfile.Company.Transactions.Journal.Transaction.TrLine.Vat>(); > } > return this.vat; > } > > /** > * Gets the value of the currency property. > * > * @return > * possible object is > * {@link Auditfile.Company.Transactions.Journal.Transaction.TrLine.Currency } > * > */ > public Auditfile.Company.Transactions.Journal.Transaction.TrLine.Currency getCurrency() { > return currency; > } > > /** > * Sets the value of the currency property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.Transactions.Journal.Transaction.TrLine.Currency } > * > */ > public void setCurrency(Auditfile.Company.Transactions.Journal.Transaction.TrLine.Currency value) { > this.currency = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "curCode", > "curAmnt" > }) > public static class Currency { > > @XmlElement(required = true) > protected CurrencyCodeType curCode; > @XmlElement(required = true) > protected BigDecimal curAmnt; > > /** > * Gets the value of the curCode property. > * > * @return > * possible object is > * {@link CurrencyCodeType } > * > */ > public CurrencyCodeType getCurCode() { > return curCode; > } > > /** > * Sets the value of the curCode property. > * > * @param value > * allowed object is > * {@link CurrencyCodeType } > * > */ > public void setCurCode(CurrencyCodeType value) { > this.curCode = value; > } > > /** > * Gets the value of the curAmnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getCurAmnt() { > return curAmnt; > } > > /** > * Sets the value of the curAmnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setCurAmnt(BigDecimal value) { > this.curAmnt = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "vatID", > "vatPerc", > "vatAmnt", > "vatAmntTp" > }) > public static class Vat { > > @XmlElement(required = true) > protected String vatID; > @XmlElement(required = true) > protected BigDecimal vatPerc; > @XmlElement(required = true) > protected BigDecimal vatAmnt; > @XmlElement(required = true) > protected String vatAmntTp; > > /** > * Gets the value of the vatID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatID() { > return vatID; > } > > /** > * Sets the value of the vatID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatID(String value) { > this.vatID = value; > } > > /** > * Gets the value of the vatPerc property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getVatPerc() { > return vatPerc; > } > > /** > * Sets the value of the vatPerc property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setVatPerc(BigDecimal value) { > this.vatPerc = value; > } > > /** > * Gets the value of the vatAmnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getVatAmnt() { > return vatAmnt; > } > > /** > * Sets the value of the vatAmnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setVatAmnt(BigDecimal value) { > this.vatAmnt = value; > } > > /** > * Gets the value of the vatAmntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatAmntTp() { > return vatAmntTp; > } > > /** > * Sets the value of the vatAmntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatAmntTp(String value) { > this.vatAmntTp = value; > } > > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="subledger" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "subledger" > }) > public static class Subledgers { > > protected List<Auditfile.Company.Transactions.Subledgers.Subledger> subledger; > > /** > * Gets the value of the subledger property. > * > * <p> > * 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 <CODE>set</CODE> method for the subledger property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getSubledger().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Subledgers.Subledger } > * > * > */ > public List<Auditfile.Company.Transactions.Subledgers.Subledger> getSubledger() { > if (subledger == null) { > subledger = new ArrayList<Auditfile.Company.Transactions.Subledgers.Subledger>(); > } > return this.subledger; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="sbType"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="2"/> > * <enumeration value="CS"/> > * <enumeration value="CU"/> > * <enumeration value="SU"/> > * <enumeration value="ZZ"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="linesCount"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalDebit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="totalCredit"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="sbLine" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "sbType", > "sbDesc", > "linesCount", > "totalDebit", > "totalCredit", > "sbLine" > }) > public static class Subledger { > > @XmlElement(required = true) > protected String sbType; > protected String sbDesc; > @XmlElement(required = true) > protected BigInteger linesCount; > @XmlElement(required = true) > protected BigDecimal totalDebit; > @XmlElement(required = true) > protected BigDecimal totalCredit; > protected List<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine> sbLine; > > /** > * Gets the value of the sbType property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSbType() { > return sbType; > } > > /** > * Sets the value of the sbType property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSbType(String value) { > this.sbType = value; > } > > /** > * Gets the value of the sbDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSbDesc() { > return sbDesc; > } > > /** > * Sets the value of the sbDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSbDesc(String value) { > this.sbDesc = value; > } > > /** > * Gets the value of the linesCount property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getLinesCount() { > return linesCount; > } > > /** > * Sets the value of the linesCount property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setLinesCount(BigInteger value) { > this.linesCount = value; > } > > /** > * Gets the value of the totalDebit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalDebit() { > return totalDebit; > } > > /** > * Sets the value of the totalDebit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalDebit(BigDecimal value) { > this.totalDebit = value; > } > > /** > * Gets the value of the totalCredit property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getTotalCredit() { > return totalCredit; > } > > /** > * Sets the value of the totalCredit property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setTotalCredit(BigDecimal value) { > this.totalCredit = value; > } > > /** > * Gets the value of the sbLine property. > * > * <p> > * 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 <CODE>set</CODE> method for the sbLine property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getSbLine().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Subledgers.Subledger.SbLine } > * > * > */ > public List<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine> getSbLine() { > if (sbLine == null) { > sbLine = new ArrayList<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine>(); > } > return this.sbLine; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="nr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="jrnID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="trLineNr"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="desc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="amntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="docRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="recRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="custSupID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invRef" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invPurSalTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="P"/> > * <enumeration value="S"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * <element name="invDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="invDueDt" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> > * <element name="mutTp" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="1"/> > * <enumeration value="I"/> > * <enumeration value="P"/> > * <enumeration value="Z"/> > * </restriction> > * </simpleType> > * </element> > * <element name="costID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="prodID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="projID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="artGrpID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntityID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="qntity" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"> > * <totalDigits value="10"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vat" maxOccurs="99" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * <element name="currency" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "nr", > "jrnID", > "trNr", > "trLineNr", > "desc", > "amnt", > "amntTp", > "docRef", > "recRef", > "custSupID", > "invRef", > "invPurSalTp", > "invTp", > "invDt", > "invDueDt", > "mutTp", > "costID", > "prodID", > "projID", > "artGrpID", > "qntityID", > "qntity", > "vat", > "currency" > }) > public static class SbLine { > > @XmlElement(required = true) > protected String nr; > @XmlElement(required = true) > protected String jrnID; > @XmlElement(required = true) > protected String trNr; > @XmlElement(required = true) > protected String trLineNr; > protected String desc; > @XmlElement(required = true) > protected BigDecimal amnt; > @XmlElement(required = true) > protected String amntTp; > protected String docRef; > protected String recRef; > protected String custSupID; > protected String invRef; > protected String invPurSalTp; > protected String invTp; > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar invDt; > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar invDueDt; > protected String mutTp; > protected String costID; > protected String prodID; > protected String projID; > protected String artGrpID; > protected String qntityID; > protected BigInteger qntity; > protected List<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Vat> vat; > protected Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Currency currency; > > /** > * Gets the value of the nr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getNr() { > return nr; > } > > /** > * Sets the value of the nr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setNr(String value) { > this.nr = value; > } > > /** > * Gets the value of the jrnID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getJrnID() { > return jrnID; > } > > /** > * Sets the value of the jrnID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setJrnID(String value) { > this.jrnID = value; > } > > /** > * Gets the value of the trNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTrNr() { > return trNr; > } > > /** > * Sets the value of the trNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTrNr(String value) { > this.trNr = value; > } > > /** > * Gets the value of the trLineNr property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getTrLineNr() { > return trLineNr; > } > > /** > * Sets the value of the trLineNr property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setTrLineNr(String value) { > this.trLineNr = value; > } > > /** > * Gets the value of the desc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDesc() { > return desc; > } > > /** > * Sets the value of the desc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDesc(String value) { > this.desc = value; > } > > /** > * Gets the value of the amnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getAmnt() { > return amnt; > } > > /** > * Sets the value of the amnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setAmnt(BigDecimal value) { > this.amnt = value; > } > > /** > * Gets the value of the amntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getAmntTp() { > return amntTp; > } > > /** > * Sets the value of the amntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setAmntTp(String value) { > this.amntTp = value; > } > > /** > * Gets the value of the docRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getDocRef() { > return docRef; > } > > /** > * Sets the value of the docRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setDocRef(String value) { > this.docRef = value; > } > > /** > * Gets the value of the recRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getRecRef() { > return recRef; > } > > /** > * Sets the value of the recRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setRecRef(String value) { > this.recRef = value; > } > > /** > * Gets the value of the custSupID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCustSupID() { > return custSupID; > } > > /** > * Sets the value of the custSupID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCustSupID(String value) { > this.custSupID = value; > } > > /** > * Gets the value of the invRef property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvRef() { > return invRef; > } > > /** > * Sets the value of the invRef property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvRef(String value) { > this.invRef = value; > } > > /** > * Gets the value of the invPurSalTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvPurSalTp() { > return invPurSalTp; > } > > /** > * Sets the value of the invPurSalTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvPurSalTp(String value) { > this.invPurSalTp = value; > } > > /** > * Gets the value of the invTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getInvTp() { > return invTp; > } > > /** > * Sets the value of the invTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setInvTp(String value) { > this.invTp = value; > } > > /** > * Gets the value of the invDt property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getInvDt() { > return invDt; > } > > /** > * Sets the value of the invDt property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setInvDt(XMLGregorianCalendar value) { > this.invDt = value; > } > > /** > * Gets the value of the invDueDt property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getInvDueDt() { > return invDueDt; > } > > /** > * Sets the value of the invDueDt property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setInvDueDt(XMLGregorianCalendar value) { > this.invDueDt = value; > } > > /** > * Gets the value of the mutTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getMutTp() { > return mutTp; > } > > /** > * Sets the value of the mutTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setMutTp(String value) { > this.mutTp = value; > } > > /** > * Gets the value of the costID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getCostID() { > return costID; > } > > /** > * Sets the value of the costID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setCostID(String value) { > this.costID = value; > } > > /** > * Gets the value of the prodID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProdID() { > return prodID; > } > > /** > * Sets the value of the prodID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProdID(String value) { > this.prodID = value; > } > > /** > * Gets the value of the projID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getProjID() { > return projID; > } > > /** > * Sets the value of the projID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setProjID(String value) { > this.projID = value; > } > > /** > * Gets the value of the artGrpID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getArtGrpID() { > return artGrpID; > } > > /** > * Sets the value of the artGrpID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setArtGrpID(String value) { > this.artGrpID = value; > } > > /** > * Gets the value of the qntityID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getQntityID() { > return qntityID; > } > > /** > * Sets the value of the qntityID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setQntityID(String value) { > this.qntityID = value; > } > > /** > * Gets the value of the qntity property. > * > * @return > * possible object is > * {@link BigInteger } > * > */ > public BigInteger getQntity() { > return qntity; > } > > /** > * Sets the value of the qntity property. > * > * @param value > * allowed object is > * {@link BigInteger } > * > */ > public void setQntity(BigInteger value) { > this.qntity = value; > } > > /** > * Gets the value of the vat property. > * > * <p> > * 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 <CODE>set</CODE> method for the vat property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getVat().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Vat } > * > * > */ > public List<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Vat> getVat() { > if (vat == null) { > vat = new ArrayList<Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Vat>(); > } > return this.vat; > } > > /** > * Gets the value of the currency property. > * > * @return > * possible object is > * {@link Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Currency } > * > */ > public Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Currency getCurrency() { > return currency; > } > > /** > * Sets the value of the currency property. > * > * @param value > * allowed object is > * {@link Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Currency } > * > */ > public void setCurrency(Auditfile.Company.Transactions.Subledgers.Subledger.SbLine.Currency value) { > this.currency = value; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="curAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "curCode", > "curAmnt" > }) > public static class Currency { > > @XmlElement(required = true) > protected CurrencyCodeType curCode; > @XmlElement(required = true) > protected BigDecimal curAmnt; > > /** > * Gets the value of the curCode property. > * > * @return > * possible object is > * {@link CurrencyCodeType } > * > */ > public CurrencyCodeType getCurCode() { > return curCode; > } > > /** > * Sets the value of the curCode property. > * > * @param value > * allowed object is > * {@link CurrencyCodeType } > * > */ > public void setCurCode(CurrencyCodeType value) { > this.curCode = value; > } > > /** > * Gets the value of the curAmnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getCurAmnt() { > return curAmnt; > } > > /** > * Sets the value of the curAmnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setCurAmnt(BigDecimal value) { > this.curAmnt = value; > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatPerc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="8"/> > * <fractionDigits value="3"/> > * <minInclusive value="0.000"/> > * <pattern value="[0-9]{1,5}[.][0-9]{3}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmnt"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> > * <totalDigits value="20"/> > * <fractionDigits value="2"/> > * <pattern value="[\-+]?[0-9]{1,18}[.][0-9]{2}"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatAmntTp"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <length value="1"/> > * <pattern value="\D*"/> > * <enumeration value="C"/> > * <enumeration value="D"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "vatID", > "vatPerc", > "vatAmnt", > "vatAmntTp" > }) > public static class Vat { > > @XmlElement(required = true) > protected String vatID; > @XmlElement(required = true) > protected BigDecimal vatPerc; > @XmlElement(required = true) > protected BigDecimal vatAmnt; > @XmlElement(required = true) > protected String vatAmntTp; > > /** > * Gets the value of the vatID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatID() { > return vatID; > } > > /** > * Sets the value of the vatID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatID(String value) { > this.vatID = value; > } > > /** > * Gets the value of the vatPerc property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getVatPerc() { > return vatPerc; > } > > /** > * Sets the value of the vatPerc property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setVatPerc(BigDecimal value) { > this.vatPerc = value; > } > > /** > * Gets the value of the vatAmnt property. > * > * @return > * possible object is > * {@link BigDecimal } > * > */ > public BigDecimal getVatAmnt() { > return vatAmnt; > } > > /** > * Sets the value of the vatAmnt property. > * > * @param value > * allowed object is > * {@link BigDecimal } > * > */ > public void setVatAmnt(BigDecimal value) { > this.vatAmnt = value; > } > > /** > * Gets the value of the vatAmntTp property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatAmntTp() { > return vatAmntTp; > } > > /** > * Sets the value of the vatAmntTp property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatAmntTp(String value) { > this.vatAmntTp = value; > } > > } > > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatCode" maxOccurs="unbounded" minOccurs="0"> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToPayAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToClaimAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "vatCode" > }) > public static class VatCodes { > > protected List<Auditfile.Company.VatCodes.VatCode> vatCode; > > /** > * Gets the value of the vatCode property. > * > * <p> > * 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 <CODE>set</CODE> method for the vatCode property. > * > * <p> > * For example, to add a new item, do as follows: > * <pre> > * getVatCode().add(newItem); > * </pre> > * > * > * <p> > * Objects of the following type(s) are allowed in the list > * {@link Auditfile.Company.VatCodes.VatCode } > * > * > */ > public List<Auditfile.Company.VatCodes.VatCode> getVatCode() { > if (vatCode == null) { > vatCode = new ArrayList<Auditfile.Company.VatCodes.VatCode>(); > } > return this.vatCode; > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="vatID"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatDesc"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="999"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToPayAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * <element name="vatToClaimAccID" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="35"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "vatID", > "vatDesc", > "vatToPayAccID", > "vatToClaimAccID" > }) > public static class VatCode { > > @XmlElement(required = true) > protected String vatID; > @XmlElement(required = true) > protected String vatDesc; > protected String vatToPayAccID; > protected String vatToClaimAccID; > > /** > * Gets the value of the vatID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatID() { > return vatID; > } > > /** > * Sets the value of the vatID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatID(String value) { > this.vatID = value; > } > > /** > * Gets the value of the vatDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatDesc() { > return vatDesc; > } > > /** > * Sets the value of the vatDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatDesc(String value) { > this.vatDesc = value; > } > > /** > * Gets the value of the vatToPayAccID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatToPayAccID() { > return vatToPayAccID; > } > > /** > * Sets the value of the vatToPayAccID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatToPayAccID(String value) { > this.vatToPayAccID = value; > } > > /** > * Gets the value of the vatToClaimAccID property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getVatToClaimAccID() { > return vatToClaimAccID; > } > > /** > * Sets the value of the vatToClaimAccID property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setVatToClaimAccID(String value) { > this.vatToClaimAccID = value; > } > > } > > } > > } > > > /** > * <p>Java class for anonymous complex type. > * > * <p>The following schema fragment specifies the expected content contained within this class. > * > * <pre> > * <complexType> > * <complexContent> > * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> > * <sequence> > * <element name="fiscalYear"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="9"/> > * </restriction> > * </simpleType> > * </element> > * <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="curCode" type="{http://www.auditfiles.nl/XAF/3.1}currencyCodeType"/> > * <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}date"/> > * <element name="softwareDesc" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="50"/> > * </restriction> > * </simpleType> > * </element> > * <element name="softwareVersion" minOccurs="0"> > * <simpleType> > * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> > * <maxLength value="20"/> > * </restriction> > * </simpleType> > * </element> > * </sequence> > * </restriction> > * </complexContent> > * </complexType> > * </pre> > * > * > */ > @XmlAccessorType(XmlAccessType.FIELD) > @XmlType(name = "", propOrder = { > "fiscalYear", > "startDate", > "endDate", > "curCode", > "dateCreated", > "softwareDesc", > "softwareVersion" > }) > public static class Header { > > @XmlElement(required = true) > protected String fiscalYear; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar startDate; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar endDate; > @XmlElement(required = true) > protected CurrencyCodeType curCode; > @XmlElement(required = true) > @XmlSchemaType(name = "date") > protected XMLGregorianCalendar dateCreated; > protected String softwareDesc; > protected String softwareVersion; > > /** > * Gets the value of the fiscalYear property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getFiscalYear() { > return fiscalYear; > } > > /** > * Sets the value of the fiscalYear property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setFiscalYear(String value) { > this.fiscalYear = value; > } > > /** > * Gets the value of the startDate property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getStartDate() { > return startDate; > } > > /** > * Sets the value of the startDate property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setStartDate(XMLGregorianCalendar value) { > this.startDate = value; > } > > /** > * Gets the value of the endDate property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getEndDate() { > return endDate; > } > > /** > * Sets the value of the endDate property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setEndDate(XMLGregorianCalendar value) { > this.endDate = value; > } > > /** > * Gets the value of the curCode property. > * > * @return > * possible object is > * {@link CurrencyCodeType } > * > */ > public CurrencyCodeType getCurCode() { > return curCode; > } > > /** > * Sets the value of the curCode property. > * > * @param value > * allowed object is > * {@link CurrencyCodeType } > * > */ > public void setCurCode(CurrencyCodeType value) { > this.curCode = value; > } > > /** > * Gets the value of the dateCreated property. > * > * @return > * possible object is > * {@link XMLGregorianCalendar } > * > */ > public XMLGregorianCalendar getDateCreated() { > return dateCreated; > } > > /** > * Sets the value of the dateCreated property. > * > * @param value > * allowed object is > * {@link XMLGregorianCalendar } > * > */ > public void setDateCreated(XMLGregorianCalendar value) { > this.dateCreated = value; > } > > /** > * Gets the value of the softwareDesc property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSoftwareDesc() { > return softwareDesc; > } > > /** > * Sets the value of the softwareDesc property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSoftwareDesc(String value) { > this.softwareDesc = value; > } > > /** > * Gets the value of the softwareVersion property. > * > * @return > * possible object is > * {@link String } > * > */ > public String getSoftwareVersion() { > return softwareVersion; > } > > /** > * Sets the value of the softwareVersion property. > * > * @param value > * allowed object is > * {@link String } > * > */ > public void setSoftwareVersion(String value) { > this.softwareVersion = value; > } > > } > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 328343
:
181386
|
181387
| 181388 |
203051
|
205051
|
205052