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

net.datastream.schemas.mp_entities.assetequipment_001.CallCenterDetails Maven / Gradle / Ivy

There is a newer version: 12.1-4
Show newest version

package net.datastream.schemas.mp_entities.assetequipment_001;

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;
import net.datastream.schemas.mp_fields.CALENDARGROUPID_Type;
import net.datastream.schemas.mp_fields.CURRENCYID_Type;
import org.openapplications.oagis_segments.AMOUNT;
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}PENALTYFACTOR" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PENALTYAMOUNT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORGCURRENCY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CALENDARGROUPID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SDMFLAG" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENABLESDMCHECK" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "penaltyfactor", "penaltyamount", "orgcurrency", "calendargroupid", "sdmflag", "enablesdmcheck" }) @XmlRootElement(name = "CallCenterDetails") public class CallCenterDetails { @XmlElement(name = "PENALTYFACTOR", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY penaltyfactor; @XmlElement(name = "PENALTYAMOUNT", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT penaltyamount; @XmlElement(name = "ORGCURRENCY", namespace = "http://schemas.datastream.net/MP_fields") protected CURRENCYID_Type orgcurrency; @XmlElement(name = "CALENDARGROUPID", namespace = "http://schemas.datastream.net/MP_fields") protected CALENDARGROUPID_Type calendargroupid; @XmlElement(name = "SDMFLAG", namespace = "http://schemas.datastream.net/MP_fields") protected String sdmflag; @XmlElement(name = "ENABLESDMCHECK", namespace = "http://schemas.datastream.net/MP_fields") protected String enablesdmcheck; /** * Obtient la valeur de la propriété penaltyfactor. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getPENALTYFACTOR() { return penaltyfactor; } /** * Définit la valeur de la propriété penaltyfactor. * * @param value * allowed object is * {@link QUANTITY } * */ public void setPENALTYFACTOR(QUANTITY value) { this.penaltyfactor = value; } /** * Obtient la valeur de la propriété penaltyamount. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getPENALTYAMOUNT() { return penaltyamount; } /** * Définit la valeur de la propriété penaltyamount. * * @param value * allowed object is * {@link AMOUNT } * */ public void setPENALTYAMOUNT(AMOUNT value) { this.penaltyamount = 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é calendargroupid. * * @return * possible object is * {@link CALENDARGROUPID_Type } * */ public CALENDARGROUPID_Type getCALENDARGROUPID() { return calendargroupid; } /** * Définit la valeur de la propriété calendargroupid. * * @param value * allowed object is * {@link CALENDARGROUPID_Type } * */ public void setCALENDARGROUPID(CALENDARGROUPID_Type value) { this.calendargroupid = value; } /** * Obtient la valeur de la propriété sdmflag. * * @return * possible object is * {@link String } * */ public String getSDMFLAG() { return sdmflag; } /** * Définit la valeur de la propriété sdmflag. * * @param value * allowed object is * {@link String } * */ public void setSDMFLAG(String value) { this.sdmflag = value; } /** * Obtient la valeur de la propriété enablesdmcheck. * * @return * possible object is * {@link String } * */ public String getENABLESDMCHECK() { return enablesdmcheck; } /** * Définit la valeur de la propriété enablesdmcheck. * * @param value * allowed object is * {@link String } * */ public void setENABLESDMCHECK(String value) { this.enablesdmcheck = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy