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

net.datastream.schemas.mp_entities.customercontractsalesprice_001.CustomerContractSalesPrice Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.customercontractsalesprice_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.CURRENCYID_Type;
import net.datastream.schemas.mp_fields.CUSTOMERCONTRACTSALESPRICEID_Type;
import net.datastream.schemas.mp_fields.ENTITYCODEID_Type;
import net.datastream.schemas.mp_fields.ENTITYID_Type;
import net.datastream.schemas.mp_fields.ORGANIZATIONID_Type;
import net.datastream.schemas.mp_fields.STOREID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.USERCONTRACTID_Type;
import org.openapplications.oagis_segments.AMOUNT;
import org.openapplications.oagis_segments.DATETIME;


/**
 * 

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}CUSTOMERCONTRACTSALESPRICEID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERCONTRACTID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENTITYID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENTITYCODEID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORGANIZATIONID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}STOREID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SALESPRICE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORGCURRENCY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEEFFECTIVE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEEXPIRED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PARTCONDITIONTEMPLATECONDITIONCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "customercontractsalespriceid", "usercontractid", "entityid", "entitycodeid", "organizationid", "storeid", "salesprice", "orgcurrency", "dateeffective", "dateexpired", "partconditiontemplateconditioncode", "standardUserDefinedFields" }) @XmlRootElement(name = "CustomerContractSalesPrice") public class CustomerContractSalesPrice { @XmlElement(name = "CUSTOMERCONTRACTSALESPRICEID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected CUSTOMERCONTRACTSALESPRICEID_Type customercontractsalespriceid; @XmlElement(name = "USERCONTRACTID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected USERCONTRACTID_Type usercontractid; @XmlElement(name = "ENTITYID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected ENTITYID_Type entityid; @XmlElement(name = "ENTITYCODEID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected ENTITYCODEID_Type entitycodeid; @XmlElement(name = "ORGANIZATIONID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected ORGANIZATIONID_Type organizationid; @XmlElement(name = "STOREID", namespace = "http://schemas.datastream.net/MP_fields") protected STOREID_Type storeid; @XmlElement(name = "SALESPRICE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected AMOUNT salesprice; @XmlElement(name = "ORGCURRENCY", namespace = "http://schemas.datastream.net/MP_fields") protected CURRENCYID_Type orgcurrency; @XmlElement(name = "DATEEFFECTIVE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected DATETIME dateeffective; @XmlElement(name = "DATEEXPIRED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateexpired; @XmlElement(name = "PARTCONDITIONTEMPLATECONDITIONCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String partconditiontemplateconditioncode; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlAttribute(name = "recordid") protected Long recordid; /** * Obtient la valeur de la propriété customercontractsalespriceid. * * @return * possible object is * {@link CUSTOMERCONTRACTSALESPRICEID_Type } * */ public CUSTOMERCONTRACTSALESPRICEID_Type getCUSTOMERCONTRACTSALESPRICEID() { return customercontractsalespriceid; } /** * Définit la valeur de la propriété customercontractsalespriceid. * * @param value * allowed object is * {@link CUSTOMERCONTRACTSALESPRICEID_Type } * */ public void setCUSTOMERCONTRACTSALESPRICEID(CUSTOMERCONTRACTSALESPRICEID_Type value) { this.customercontractsalespriceid = value; } /** * Obtient la valeur de la propriété usercontractid. * * @return * possible object is * {@link USERCONTRACTID_Type } * */ public USERCONTRACTID_Type getUSERCONTRACTID() { return usercontractid; } /** * Définit la valeur de la propriété usercontractid. * * @param value * allowed object is * {@link USERCONTRACTID_Type } * */ public void setUSERCONTRACTID(USERCONTRACTID_Type value) { this.usercontractid = value; } /** * Obtient la valeur de la propriété entityid. * * @return * possible object is * {@link ENTITYID_Type } * */ public ENTITYID_Type getENTITYID() { return entityid; } /** * Définit la valeur de la propriété entityid. * * @param value * allowed object is * {@link ENTITYID_Type } * */ public void setENTITYID(ENTITYID_Type value) { this.entityid = value; } /** * Obtient la valeur de la propriété entitycodeid. * * @return * possible object is * {@link ENTITYCODEID_Type } * */ public ENTITYCODEID_Type getENTITYCODEID() { return entitycodeid; } /** * Définit la valeur de la propriété entitycodeid. * * @param value * allowed object is * {@link ENTITYCODEID_Type } * */ public void setENTITYCODEID(ENTITYCODEID_Type value) { this.entitycodeid = value; } /** * Obtient la valeur de la propriété organizationid. * * @return * possible object is * {@link ORGANIZATIONID_Type } * */ public ORGANIZATIONID_Type getORGANIZATIONID() { return organizationid; } /** * Définit la valeur de la propriété organizationid. * * @param value * allowed object is * {@link ORGANIZATIONID_Type } * */ public void setORGANIZATIONID(ORGANIZATIONID_Type value) { this.organizationid = value; } /** * Obtient la valeur de la propriété storeid. * * @return * possible object is * {@link STOREID_Type } * */ public STOREID_Type getSTOREID() { return storeid; } /** * Définit la valeur de la propriété storeid. * * @param value * allowed object is * {@link STOREID_Type } * */ public void setSTOREID(STOREID_Type value) { this.storeid = value; } /** * Obtient la valeur de la propriété salesprice. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getSALESPRICE() { return salesprice; } /** * Définit la valeur de la propriété salesprice. * * @param value * allowed object is * {@link AMOUNT } * */ public void setSALESPRICE(AMOUNT value) { this.salesprice = value; } /** * Obtient la valeur de la propriété orgcurrency. * * @return * possible object is * {@link CURRENCYID_Type } * */ public CURRENCYID_Type getORGCURRENCY() { return orgcurrency; } /** * Définit la valeur de la propriété orgcurrency. * * @param value * allowed object is * {@link CURRENCYID_Type } * */ public void setORGCURRENCY(CURRENCYID_Type value) { this.orgcurrency = value; } /** * Obtient la valeur de la propriété dateeffective. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEEFFECTIVE() { return dateeffective; } /** * Définit la valeur de la propriété dateeffective. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEEFFECTIVE(DATETIME value) { this.dateeffective = value; } /** * Obtient la valeur de la propriété dateexpired. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEEXPIRED() { return dateexpired; } /** * Définit la valeur de la propriété dateexpired. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEEXPIRED(DATETIME value) { this.dateexpired = value; } /** * Obtient la valeur de la propriété partconditiontemplateconditioncode. * * @return * possible object is * {@link String } * */ public String getPARTCONDITIONTEMPLATECONDITIONCODE() { return partconditiontemplateconditioncode; } /** * Définit la valeur de la propriété partconditiontemplateconditioncode. * * @param value * allowed object is * {@link String } * */ public void setPARTCONDITIONTEMPLATECONDITIONCODE(String value) { this.partconditiontemplateconditioncode = 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é 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy