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

net.datastream.schemas.mp_entities.bin2bintransfer_001.Bin2BinTransfer Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.bin2bintransfer_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_entities.binstock_001.BinStock;
import net.datastream.schemas.mp_fields.EQUIPMENTID_Type;
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_entities/BinStock_001}BinStock"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}BIN"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}STOCKQTY"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ASSETID" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *       <attribute name="user_entity" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="system_entity" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "binStock", "bin", "stockqty", "assetid" }) @XmlRootElement(name = "Bin2BinTransfer") public class Bin2BinTransfer { @XmlElement(name = "BinStock", namespace = "http://schemas.datastream.net/MP_entities/BinStock_001", required = true) protected BinStock binStock; @XmlElement(name = "BIN", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected String bin; @XmlElement(name = "STOCKQTY", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected QUANTITY stockqty; @XmlElement(name = "ASSETID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type assetid; @XmlAttribute(name = "recordid") protected Long recordid; @XmlAttribute(name = "user_entity") protected String user_Entity; @XmlAttribute(name = "system_entity") protected String system_Entity; /** * Obtient la valeur de la propriété binStock. * * @return * possible object is * {@link BinStock } * */ public BinStock getBinStock() { return binStock; } /** * Définit la valeur de la propriété binStock. * * @param value * allowed object is * {@link BinStock } * */ public void setBinStock(BinStock value) { this.binStock = value; } /** * Obtient la valeur de la propriété bin. * * @return * possible object is * {@link String } * */ public String getBIN() { return bin; } /** * Définit la valeur de la propriété bin. * * @param value * allowed object is * {@link String } * */ public void setBIN(String value) { this.bin = value; } /** * Obtient la valeur de la propriété stockqty. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getSTOCKQTY() { return stockqty; } /** * Définit la valeur de la propriété stockqty. * * @param value * allowed object is * {@link QUANTITY } * */ public void setSTOCKQTY(QUANTITY value) { this.stockqty = value; } /** * Obtient la valeur de la propriété assetid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getASSETID() { return assetid; } /** * Définit la valeur de la propriété assetid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setASSETID(EQUIPMENTID_Type value) { this.assetid = 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é user_Entity. * * @return * possible object is * {@link String } * */ public String getUser_Entity() { return user_Entity; } /** * Définit la valeur de la propriété user_Entity. * * @param value * allowed object is * {@link String } * */ public void setUser_Entity(String value) { this.user_Entity = value; } /** * Obtient la valeur de la propriété system_Entity. * * @return * possible object is * {@link String } * */ public String getSystem_Entity() { return system_Entity; } /** * Définit la valeur de la propriété system_Entity. * * @param value * allowed object is * {@link String } * */ public void setSystem_Entity(String value) { this.system_Entity = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy