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

net.datastream.schemas.mp_entities.equipmentgeneration_001.CreateEquipmentStructure Maven / Gradle / Ivy

There is a newer version: 12.1.0-21
Show newest version

package net.datastream.schemas.mp_entities.equipmentgeneration_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;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TOPLEVELONLY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ALLDEPENDENT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ALLCOSTROLLUP" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "toplevelonly", "alldependent", "allcostrollup" }) @XmlRootElement(name = "CreateEquipmentStructure") public class CreateEquipmentStructure { @XmlElement(name = "TOPLEVELONLY", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String toplevelonly; @XmlElement(name = "ALLDEPENDENT", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String alldependent; @XmlElement(name = "ALLCOSTROLLUP", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String allcostrollup; /** * Gets the value of the toplevelonly property. * * @return * possible object is * {@link String } * */ public String getTOPLEVELONLY() { return toplevelonly; } /** * Sets the value of the toplevelonly property. * * @param value * allowed object is * {@link String } * */ public void setTOPLEVELONLY(String value) { this.toplevelonly = value; } /** * Gets the value of the alldependent property. * * @return * possible object is * {@link String } * */ public String getALLDEPENDENT() { return alldependent; } /** * Sets the value of the alldependent property. * * @param value * allowed object is * {@link String } * */ public void setALLDEPENDENT(String value) { this.alldependent = value; } /** * Gets the value of the allcostrollup property. * * @return * possible object is * {@link String } * */ public String getALLCOSTROLLUP() { return allcostrollup; } /** * Sets the value of the allcostrollup property. * * @param value * allowed object is * {@link String } * */ public void setALLCOSTROLLUP(String value) { this.allcostrollup = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy