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

net.datastream.schemas.mp_entities.depreciation_001.Depreciation Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.depreciation_001;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.DEPRECIATIONCATEGORYID_Type;
import net.datastream.schemas.mp_fields.EQUIPMENTCONFIGURATIONID_Type;
import net.datastream.schemas.mp_fields.EQUIPMENTID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import org.openapplications.oagis_segments.AMOUNT;
import org.openapplications.oagis_segments.DATETIME;
import org.openapplications.oagis_segments.QUANTITY;


/**
 * 

Classe Java pour anonymous complex type. * *

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEPRECIATIONPK"/>
 *         <choice>
 *           <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTCONFIGURATIONID"/>
 *         </choice>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTDEPTYPE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEPRECIATIONMETHOD" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALVALUE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}RESIDUALVALUE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ESTIMATEDOUTPUT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEPRECIATIONCATEGORYID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TOTALDEPRECIATION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CHANGEVALUE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CHANGELIFE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CHANGEESTLIFETIMEOUTPUT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FROMDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEPRECIATIONNOTE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_entities/Depreciation_001}RemainingUsefulLife" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_entities/Depreciation_001}RelativeStartPeriod" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_entities/Depreciation_001}AdditionalDetails" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}RELATIVETOCOMMISSION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALCOMPONENTVALUE" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *       <attribute name="has_department_security" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "depreciationpk", "equipmentid", "equipmentconfigurationid", "equipmentdeptype", "depreciationmethod", "originalvalue", "residualvalue", "estimatedoutput", "depreciationcategoryid", "totaldepreciation", "changevalue", "changelife", "changeestlifetimeoutput", "fromdate", "depreciationnote", "standardUserDefinedFields", "remainingUsefulLife", "relativeStartPeriod", "additionalDetails", "relativetocommission", "originalcomponentvalue" }) @XmlRootElement(name = "Depreciation") public class Depreciation { @XmlElement(name = "DEPRECIATIONPK", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected QUANTITY depreciationpk; @XmlElement(name = "EQUIPMENTID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type equipmentid; @XmlElement(name = "EQUIPMENTCONFIGURATIONID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTCONFIGURATIONID_Type equipmentconfigurationid; @XmlElement(name = "EQUIPMENTDEPTYPE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String equipmentdeptype; @XmlElement(name = "DEPRECIATIONMETHOD", namespace = "http://schemas.datastream.net/MP_fields") protected String depreciationmethod; @XmlElement(name = "ORIGINALVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT originalvalue; @XmlElement(name = "RESIDUALVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT residualvalue; @XmlElement(name = "ESTIMATEDOUTPUT", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY estimatedoutput; @XmlElement(name = "DEPRECIATIONCATEGORYID", namespace = "http://schemas.datastream.net/MP_fields") protected DEPRECIATIONCATEGORYID_Type depreciationcategoryid; @XmlElement(name = "TOTALDEPRECIATION", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT totaldepreciation; @XmlElement(name = "CHANGEVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT changevalue; @XmlElement(name = "CHANGELIFE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT changelife; @XmlElement(name = "CHANGEESTLIFETIMEOUTPUT", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT changeestlifetimeoutput; @XmlElement(name = "FROMDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME fromdate; @XmlElement(name = "DEPRECIATIONNOTE", namespace = "http://schemas.datastream.net/MP_fields") protected String depreciationnote; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlElement(name = "RemainingUsefulLife") protected RemainingUsefulLife remainingUsefulLife; @XmlElement(name = "RelativeStartPeriod") protected RelativeStartPeriod relativeStartPeriod; @XmlElement(name = "AdditionalDetails") protected AdditionalDetails additionalDetails; @XmlElement(name = "RELATIVETOCOMMISSION", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String relativetocommission; @XmlElement(name = "ORIGINALCOMPONENTVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT originalcomponentvalue; @XmlAttribute(name = "recordid") protected Long recordid; @XmlAttribute(name = "has_department_security") protected String has_Department_Security; /** * Obtient la valeur de la propriété depreciationpk. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getDEPRECIATIONPK() { return depreciationpk; } /** * Définit la valeur de la propriété depreciationpk. * * @param value * allowed object is * {@link QUANTITY } * */ public void setDEPRECIATIONPK(QUANTITY value) { this.depreciationpk = value; } /** * Obtient la valeur de la propriété equipmentid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getEQUIPMENTID() { return equipmentid; } /** * Définit la valeur de la propriété equipmentid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setEQUIPMENTID(EQUIPMENTID_Type value) { this.equipmentid = value; } /** * Obtient la valeur de la propriété equipmentconfigurationid. * * @return * possible object is * {@link EQUIPMENTCONFIGURATIONID_Type } * */ public EQUIPMENTCONFIGURATIONID_Type getEQUIPMENTCONFIGURATIONID() { return equipmentconfigurationid; } /** * Définit la valeur de la propriété equipmentconfigurationid. * * @param value * allowed object is * {@link EQUIPMENTCONFIGURATIONID_Type } * */ public void setEQUIPMENTCONFIGURATIONID(EQUIPMENTCONFIGURATIONID_Type value) { this.equipmentconfigurationid = value; } /** * Obtient la valeur de la propriété equipmentdeptype. * * @return * possible object is * {@link String } * */ public String getEQUIPMENTDEPTYPE() { return equipmentdeptype; } /** * Définit la valeur de la propriété equipmentdeptype. * * @param value * allowed object is * {@link String } * */ public void setEQUIPMENTDEPTYPE(String value) { this.equipmentdeptype = value; } /** * Obtient la valeur de la propriété depreciationmethod. * * @return * possible object is * {@link String } * */ public String getDEPRECIATIONMETHOD() { return depreciationmethod; } /** * Définit la valeur de la propriété depreciationmethod. * * @param value * allowed object is * {@link String } * */ public void setDEPRECIATIONMETHOD(String value) { this.depreciationmethod = value; } /** * Obtient la valeur de la propriété originalvalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getORIGINALVALUE() { return originalvalue; } /** * Définit la valeur de la propriété originalvalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setORIGINALVALUE(AMOUNT value) { this.originalvalue = value; } /** * Obtient la valeur de la propriété residualvalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getRESIDUALVALUE() { return residualvalue; } /** * Définit la valeur de la propriété residualvalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setRESIDUALVALUE(AMOUNT value) { this.residualvalue = value; } /** * Obtient la valeur de la propriété estimatedoutput. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getESTIMATEDOUTPUT() { return estimatedoutput; } /** * Définit la valeur de la propriété estimatedoutput. * * @param value * allowed object is * {@link QUANTITY } * */ public void setESTIMATEDOUTPUT(QUANTITY value) { this.estimatedoutput = value; } /** * Obtient la valeur de la propriété depreciationcategoryid. * * @return * possible object is * {@link DEPRECIATIONCATEGORYID_Type } * */ public DEPRECIATIONCATEGORYID_Type getDEPRECIATIONCATEGORYID() { return depreciationcategoryid; } /** * Définit la valeur de la propriété depreciationcategoryid. * * @param value * allowed object is * {@link DEPRECIATIONCATEGORYID_Type } * */ public void setDEPRECIATIONCATEGORYID(DEPRECIATIONCATEGORYID_Type value) { this.depreciationcategoryid = value; } /** * Obtient la valeur de la propriété totaldepreciation. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getTOTALDEPRECIATION() { return totaldepreciation; } /** * Définit la valeur de la propriété totaldepreciation. * * @param value * allowed object is * {@link AMOUNT } * */ public void setTOTALDEPRECIATION(AMOUNT value) { this.totaldepreciation = value; } /** * Obtient la valeur de la propriété changevalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getCHANGEVALUE() { return changevalue; } /** * Définit la valeur de la propriété changevalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setCHANGEVALUE(AMOUNT value) { this.changevalue = value; } /** * Obtient la valeur de la propriété changelife. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getCHANGELIFE() { return changelife; } /** * Définit la valeur de la propriété changelife. * * @param value * allowed object is * {@link AMOUNT } * */ public void setCHANGELIFE(AMOUNT value) { this.changelife = value; } /** * Obtient la valeur de la propriété changeestlifetimeoutput. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getCHANGEESTLIFETIMEOUTPUT() { return changeestlifetimeoutput; } /** * Définit la valeur de la propriété changeestlifetimeoutput. * * @param value * allowed object is * {@link AMOUNT } * */ public void setCHANGEESTLIFETIMEOUTPUT(AMOUNT value) { this.changeestlifetimeoutput = value; } /** * Obtient la valeur de la propriété fromdate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getFROMDATE() { return fromdate; } /** * Définit la valeur de la propriété fromdate. * * @param value * allowed object is * {@link DATETIME } * */ public void setFROMDATE(DATETIME value) { this.fromdate = value; } /** * Obtient la valeur de la propriété depreciationnote. * * @return * possible object is * {@link String } * */ public String getDEPRECIATIONNOTE() { return depreciationnote; } /** * Définit la valeur de la propriété depreciationnote. * * @param value * allowed object is * {@link String } * */ public void setDEPRECIATIONNOTE(String value) { this.depreciationnote = value; } /** * Obtient la valeur de la propriété standardUserDefinedFields. * * @return * possible object is * {@link StandardUserDefinedFields } * */ public StandardUserDefinedFields getStandardUserDefinedFields() { return standardUserDefinedFields; } /** * Définit la valeur de la propriété standardUserDefinedFields. * * @param value * allowed object is * {@link StandardUserDefinedFields } * */ public void setStandardUserDefinedFields(StandardUserDefinedFields value) { this.standardUserDefinedFields = value; } /** * Obtient la valeur de la propriété remainingUsefulLife. * * @return * possible object is * {@link RemainingUsefulLife } * */ public RemainingUsefulLife getRemainingUsefulLife() { return remainingUsefulLife; } /** * Définit la valeur de la propriété remainingUsefulLife. * * @param value * allowed object is * {@link RemainingUsefulLife } * */ public void setRemainingUsefulLife(RemainingUsefulLife value) { this.remainingUsefulLife = value; } /** * Obtient la valeur de la propriété relativeStartPeriod. * * @return * possible object is * {@link RelativeStartPeriod } * */ public RelativeStartPeriod getRelativeStartPeriod() { return relativeStartPeriod; } /** * Définit la valeur de la propriété relativeStartPeriod. * * @param value * allowed object is * {@link RelativeStartPeriod } * */ public void setRelativeStartPeriod(RelativeStartPeriod value) { this.relativeStartPeriod = value; } /** * Obtient la valeur de la propriété additionalDetails. * * @return * possible object is * {@link AdditionalDetails } * */ public AdditionalDetails getAdditionalDetails() { return additionalDetails; } /** * Définit la valeur de la propriété additionalDetails. * * @param value * allowed object is * {@link AdditionalDetails } * */ public void setAdditionalDetails(AdditionalDetails value) { this.additionalDetails = value; } /** * Obtient la valeur de la propriété relativetocommission. * * @return * possible object is * {@link String } * */ public String getRELATIVETOCOMMISSION() { return relativetocommission; } /** * Définit la valeur de la propriété relativetocommission. * * @param value * allowed object is * {@link String } * */ public void setRELATIVETOCOMMISSION(String value) { this.relativetocommission = value; } /** * Obtient la valeur de la propriété originalcomponentvalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getORIGINALCOMPONENTVALUE() { return originalcomponentvalue; } /** * Définit la valeur de la propriété originalcomponentvalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setORIGINALCOMPONENTVALUE(AMOUNT value) { this.originalcomponentvalue = value; } /** * Obtient la valeur de la propriété recordid. * * @return * possible object is * {@link Long } * */ public Long getRecordid() { return recordid; } /** * Définit la valeur de la propriété recordid. * * @param value * allowed object is * {@link Long } * */ public void setRecordid(Long value) { this.recordid = value; } /** * Obtient la valeur de la propriété has_Department_Security. * * @return * possible object is * {@link String } * */ public String getHas_Department_Security() { return has_Department_Security; } /** * Définit la valeur de la propriété has_Department_Security. * * @param value * allowed object is * {@link String } * */ public void setHas_Department_Security(String value) { this.has_Department_Security = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy