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

org.xlcloud.xsa.JobAccountingDetails Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2014.05.12 at 12:16:07 PM CEST 
//


package org.xlcloud.xsa;

import java.util.Date;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.w3._2001.xmlschema.Adapter1;


/**
 * 

Java class for JobAccountingDetails complex type. * *

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

 * <complexType name="JobAccountingDetails">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <attribute name="hostName" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="queueName" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}double" />
 *       <attribute name="startTime" type="{http://www.w3.org/2001/XMLSchema}date" />
 *       <attribute name="endTime" type="{http://www.w3.org/2001/XMLSchema}date" />
 *       <attribute name="slots" type="{http://www.w3.org/2001/XMLSchema}int" />
 *       <attribute name="numNodes" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="wallTime" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="cpuTime" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="ruTime" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="rsTime" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="memory" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="maxVMem" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="io" type="{http://www.w3.org/2001/XMLSchema}double" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "JobAccountingDetails") public class JobAccountingDetails { @XmlAttribute protected String hostName; @XmlAttribute protected String queueName; @XmlAttribute protected Double priority; @XmlAttribute @XmlJavaTypeAdapter(Adapter1 .class) @XmlSchemaType(name = "date") protected Date startTime; @XmlAttribute @XmlJavaTypeAdapter(Adapter1 .class) @XmlSchemaType(name = "date") protected Date endTime; @XmlAttribute protected Integer slots; @XmlAttribute protected String numNodes; @XmlAttribute protected String wallTime; @XmlAttribute protected String cpuTime; @XmlAttribute protected String ruTime; @XmlAttribute protected String rsTime; @XmlAttribute protected String memory; @XmlAttribute protected String maxVMem; @XmlAttribute protected Double io; /** * Gets the value of the hostName property. * * @return * possible object is * {@link String } * */ public String getHostName() { return hostName; } /** * Sets the value of the hostName property. * * @param value * allowed object is * {@link String } * */ public void setHostName(String value) { this.hostName = value; } /** * Gets the value of the queueName property. * * @return * possible object is * {@link String } * */ public String getQueueName() { return queueName; } /** * Sets the value of the queueName property. * * @param value * allowed object is * {@link String } * */ public void setQueueName(String value) { this.queueName = value; } /** * Gets the value of the priority property. * * @return * possible object is * {@link Double } * */ public Double getPriority() { return priority; } /** * Sets the value of the priority property. * * @param value * allowed object is * {@link Double } * */ public void setPriority(Double value) { this.priority = value; } /** * Gets the value of the startTime property. * * @return * possible object is * {@link String } * */ public Date getStartTime() { return startTime; } /** * Sets the value of the startTime property. * * @param value * allowed object is * {@link String } * */ public void setStartTime(Date value) { this.startTime = value; } /** * Gets the value of the endTime property. * * @return * possible object is * {@link String } * */ public Date getEndTime() { return endTime; } /** * Sets the value of the endTime property. * * @param value * allowed object is * {@link String } * */ public void setEndTime(Date value) { this.endTime = value; } /** * Gets the value of the slots property. * * @return * possible object is * {@link Integer } * */ public Integer getSlots() { return slots; } /** * Sets the value of the slots property. * * @param value * allowed object is * {@link Integer } * */ public void setSlots(Integer value) { this.slots = value; } /** * Gets the value of the numNodes property. * * @return * possible object is * {@link String } * */ public String getNumNodes() { return numNodes; } /** * Sets the value of the numNodes property. * * @param value * allowed object is * {@link String } * */ public void setNumNodes(String value) { this.numNodes = value; } /** * Gets the value of the wallTime property. * * @return * possible object is * {@link String } * */ public String getWallTime() { return wallTime; } /** * Sets the value of the wallTime property. * * @param value * allowed object is * {@link String } * */ public void setWallTime(String value) { this.wallTime = value; } /** * Gets the value of the cpuTime property. * * @return * possible object is * {@link String } * */ public String getCpuTime() { return cpuTime; } /** * Sets the value of the cpuTime property. * * @param value * allowed object is * {@link String } * */ public void setCpuTime(String value) { this.cpuTime = value; } /** * Gets the value of the ruTime property. * * @return * possible object is * {@link String } * */ public String getRuTime() { return ruTime; } /** * Sets the value of the ruTime property. * * @param value * allowed object is * {@link String } * */ public void setRuTime(String value) { this.ruTime = value; } /** * Gets the value of the rsTime property. * * @return * possible object is * {@link String } * */ public String getRsTime() { return rsTime; } /** * Sets the value of the rsTime property. * * @param value * allowed object is * {@link String } * */ public void setRsTime(String value) { this.rsTime = value; } /** * Gets the value of the memory property. * * @return * possible object is * {@link String } * */ public String getMemory() { return memory; } /** * Sets the value of the memory property. * * @param value * allowed object is * {@link String } * */ public void setMemory(String value) { this.memory = value; } /** * Gets the value of the maxVMem property. * * @return * possible object is * {@link String } * */ public String getMaxVMem() { return maxVMem; } /** * Sets the value of the maxVMem property. * * @param value * allowed object is * {@link String } * */ public void setMaxVMem(String value) { this.maxVMem = value; } /** * Gets the value of the io property. * * @return * possible object is * {@link Double } * */ public Double getIo() { return io; } /** * Sets the value of the io property. * * @param value * allowed object is * {@link Double } * */ public void setIo(Double value) { this.io = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy