All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.connectifier.xeroclient.models.AccountSystemCode Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.03.08 at 08:40:56 PM PDT 
//


package com.connectifier.xeroclient.models;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for accountSystemCode. * *

The following schema fragment specifies the expected content contained within this class. *

*

 * <simpleType name="accountSystemCode">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
 *     <enumeration value="ROUNDING"/>
 *     <enumeration value="GST"/>
 *     <enumeration value="GSTONIMPORTS"/>
 *     <enumeration value="CREDITORS"/>
 *     <enumeration value="DEBTORS"/>
 *     <enumeration value="UNPAIDEXPCLM"/>
 *     <enumeration value="HISTORICAL"/>
 *     <enumeration value="RETAINEDEARNINGS"/>
 *     <enumeration value="TRACKINGTRANSFERS"/>
 *     <enumeration value="REALISEDCURRENCYGAIN"/>
 *     <enumeration value="UNREALISEDCURRENCYGAIN"/>
 *     <enumeration value="BANKCURRENCYGAIN"/>
 *     <enumeration value="WAGEPAYABLES"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "accountSystemCode") @XmlEnum public enum AccountSystemCode { /** * Rounding * */ ROUNDING, /** * GST * */ GST, /** * GST On Imports * */ GSTONIMPORTS, /** * Creditors * */ CREDITORS, /** * Debtors * */ DEBTORS, /** * Unpaid Expense Claims * */ UNPAIDEXPCLM, /** * Historical Adjustments * */ HISTORICAL, /** * Retained Earnings * */ RETAINEDEARNINGS, /** * Tracking Transfers * */ TRACKINGTRANSFERS, /** * Realised FX * */ REALISEDCURRENCYGAIN, /** * Unrealised FX * */ UNREALISEDCURRENCYGAIN, /** * Bank Revaluations * */ BANKCURRENCYGAIN, /** * Wage Payables * */ WAGEPAYABLES; public String value() { return name(); } public static AccountSystemCode fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy