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

net.datastream.schemas.mp_fields.IPBUYPRICELEADTIMECHOICE Maven / Gradle / Ivy


package net.datastream.schemas.mp_fields;

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.XmlType;


/**
 * 

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>
 *         <choice>
 *           <element ref="{http://schemas.datastream.net/MP_fields}PARTID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}SUPPLIERID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}CATALOGUEID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}REQUISITIONID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}PURCHASEORDERID"/>
 *         </choice>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "partid", "supplierid", "catalogueid", "requisitionid", "purchaseorderid" }) @XmlRootElement(name = "IPBUYPRICELEADTIMECHOICE") public class IPBUYPRICELEADTIMECHOICE { @XmlElement(name = "PARTID") protected PARTID_Type partid; @XmlElement(name = "SUPPLIERID") protected SUPPLIERID_Type supplierid; @XmlElement(name = "CATALOGUEID") protected CATALOGUEID catalogueid; @XmlElement(name = "REQUISITIONID") protected REQUISITIONID_Type requisitionid; @XmlElement(name = "PURCHASEORDERID") protected PURCHASEORDERID_Type purchaseorderid; /** * Obtient la valeur de la propriété partid. * * @return * possible object is * {@link PARTID_Type } * */ public PARTID_Type getPARTID() { return partid; } /** * Définit la valeur de la propriété partid. * * @param value * allowed object is * {@link PARTID_Type } * */ public void setPARTID(PARTID_Type value) { this.partid = value; } /** * Obtient la valeur de la propriété supplierid. * * @return * possible object is * {@link SUPPLIERID_Type } * */ public SUPPLIERID_Type getSUPPLIERID() { return supplierid; } /** * Définit la valeur de la propriété supplierid. * * @param value * allowed object is * {@link SUPPLIERID_Type } * */ public void setSUPPLIERID(SUPPLIERID_Type value) { this.supplierid = value; } /** * Obtient la valeur de la propriété catalogueid. * * @return * possible object is * {@link CATALOGUEID } * */ public CATALOGUEID getCATALOGUEID() { return catalogueid; } /** * Définit la valeur de la propriété catalogueid. * * @param value * allowed object is * {@link CATALOGUEID } * */ public void setCATALOGUEID(CATALOGUEID value) { this.catalogueid = value; } /** * Obtient la valeur de la propriété requisitionid. * * @return * possible object is * {@link REQUISITIONID_Type } * */ public REQUISITIONID_Type getREQUISITIONID() { return requisitionid; } /** * Définit la valeur de la propriété requisitionid. * * @param value * allowed object is * {@link REQUISITIONID_Type } * */ public void setREQUISITIONID(REQUISITIONID_Type value) { this.requisitionid = value; } /** * Obtient la valeur de la propriété purchaseorderid. * * @return * possible object is * {@link PURCHASEORDERID_Type } * */ public PURCHASEORDERID_Type getPURCHASEORDERID() { return purchaseorderid; } /** * Définit la valeur de la propriété purchaseorderid. * * @param value * allowed object is * {@link PURCHASEORDERID_Type } * */ public void setPURCHASEORDERID(PURCHASEORDERID_Type value) { this.purchaseorderid = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy