net.datastream.schemas.mp_entities.customerrental_001.InvoicingDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eam-wshub-proxyclient Show documentation
Show all versions of eam-wshub-proxyclient Show documentation
JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.
package net.datastream.schemas.mp_entities.customerrental_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.CURRENCYID_Type;
import net.datastream.schemas.mp_fields.PERSONID_Type;
import org.openapplications.oagis_segments.AMOUNT;
import org.openapplications.oagis_segments.QUANTITY;
/**
* 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}CALCULATEDHOURS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CALCULATEDDAYS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CALCULATEDUSAGE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CALCULATEDUSAGEUOM" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CALCULATEDFUELUSAGE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDHOURS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDDAYS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDUSAGE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDUSAGEUOM" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDFUELUSAGE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CORRECTEDBY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}NETAMOUNT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}NETAMOUNTCURRENCY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ADJUSTMENTS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ADJUSTMENTSCURRENCY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}TAXAMOUNT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}TAXAMOUNTCURRENCY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}GROSSAMOUNT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}GROSSAMOUNTCURRENCY" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}INVOICEDAMOUNT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}INVOICEDAMOUNTCURRENCY" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"calculatedhours",
"calculateddays",
"calculatedusage",
"calculatedusageuom",
"calculatedfuelusage",
"correctedhours",
"correcteddays",
"correctedusage",
"correctedusageuom",
"correctedfuelusage",
"correctedby",
"netamount",
"netamountcurrency",
"adjustments",
"adjustmentscurrency",
"taxamount",
"taxamountcurrency",
"grossamount",
"grossamountcurrency",
"invoicedamount",
"invoicedamountcurrency"
})
@XmlRootElement(name = "InvoicingDetails")
public class InvoicingDetails {
@XmlElement(name = "CALCULATEDHOURS", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY calculatedhours;
@XmlElement(name = "CALCULATEDDAYS", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY calculateddays;
@XmlElement(name = "CALCULATEDUSAGE", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY calculatedusage;
@XmlElement(name = "CALCULATEDUSAGEUOM", namespace = "http://schemas.datastream.net/MP_fields")
protected String calculatedusageuom;
@XmlElement(name = "CALCULATEDFUELUSAGE", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY calculatedfuelusage;
@XmlElement(name = "CORRECTEDHOURS", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY correctedhours;
@XmlElement(name = "CORRECTEDDAYS", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY correcteddays;
@XmlElement(name = "CORRECTEDUSAGE", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY correctedusage;
@XmlElement(name = "CORRECTEDUSAGEUOM", namespace = "http://schemas.datastream.net/MP_fields")
protected String correctedusageuom;
@XmlElement(name = "CORRECTEDFUELUSAGE", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY correctedfuelusage;
@XmlElement(name = "CORRECTEDBY", namespace = "http://schemas.datastream.net/MP_fields")
protected PERSONID_Type correctedby;
@XmlElement(name = "NETAMOUNT", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT netamount;
@XmlElement(name = "NETAMOUNTCURRENCY", namespace = "http://schemas.datastream.net/MP_fields")
protected CURRENCYID_Type netamountcurrency;
@XmlElement(name = "ADJUSTMENTS", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT adjustments;
@XmlElement(name = "ADJUSTMENTSCURRENCY", namespace = "http://schemas.datastream.net/MP_fields")
protected CURRENCYID_Type adjustmentscurrency;
@XmlElement(name = "TAXAMOUNT", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT taxamount;
@XmlElement(name = "TAXAMOUNTCURRENCY", namespace = "http://schemas.datastream.net/MP_fields")
protected CURRENCYID_Type taxamountcurrency;
@XmlElement(name = "GROSSAMOUNT", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT grossamount;
@XmlElement(name = "GROSSAMOUNTCURRENCY", namespace = "http://schemas.datastream.net/MP_fields")
protected CURRENCYID_Type grossamountcurrency;
@XmlElement(name = "INVOICEDAMOUNT", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT invoicedamount;
@XmlElement(name = "INVOICEDAMOUNTCURRENCY", namespace = "http://schemas.datastream.net/MP_fields")
protected CURRENCYID_Type invoicedamountcurrency;
/**
* Gets the value of the calculatedhours property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCALCULATEDHOURS() {
return calculatedhours;
}
/**
* Sets the value of the calculatedhours property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCALCULATEDHOURS(QUANTITY value) {
this.calculatedhours = value;
}
/**
* Gets the value of the calculateddays property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCALCULATEDDAYS() {
return calculateddays;
}
/**
* Sets the value of the calculateddays property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCALCULATEDDAYS(QUANTITY value) {
this.calculateddays = value;
}
/**
* Gets the value of the calculatedusage property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCALCULATEDUSAGE() {
return calculatedusage;
}
/**
* Sets the value of the calculatedusage property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCALCULATEDUSAGE(QUANTITY value) {
this.calculatedusage = value;
}
/**
* Gets the value of the calculatedusageuom property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCALCULATEDUSAGEUOM() {
return calculatedusageuom;
}
/**
* Sets the value of the calculatedusageuom property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCALCULATEDUSAGEUOM(String value) {
this.calculatedusageuom = value;
}
/**
* Gets the value of the calculatedfuelusage property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCALCULATEDFUELUSAGE() {
return calculatedfuelusage;
}
/**
* Sets the value of the calculatedfuelusage property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCALCULATEDFUELUSAGE(QUANTITY value) {
this.calculatedfuelusage = value;
}
/**
* Gets the value of the correctedhours property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCORRECTEDHOURS() {
return correctedhours;
}
/**
* Sets the value of the correctedhours property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCORRECTEDHOURS(QUANTITY value) {
this.correctedhours = value;
}
/**
* Gets the value of the correcteddays property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCORRECTEDDAYS() {
return correcteddays;
}
/**
* Sets the value of the correcteddays property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCORRECTEDDAYS(QUANTITY value) {
this.correcteddays = value;
}
/**
* Gets the value of the correctedusage property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCORRECTEDUSAGE() {
return correctedusage;
}
/**
* Sets the value of the correctedusage property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCORRECTEDUSAGE(QUANTITY value) {
this.correctedusage = value;
}
/**
* Gets the value of the correctedusageuom property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCORRECTEDUSAGEUOM() {
return correctedusageuom;
}
/**
* Sets the value of the correctedusageuom property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCORRECTEDUSAGEUOM(String value) {
this.correctedusageuom = value;
}
/**
* Gets the value of the correctedfuelusage property.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getCORRECTEDFUELUSAGE() {
return correctedfuelusage;
}
/**
* Sets the value of the correctedfuelusage property.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setCORRECTEDFUELUSAGE(QUANTITY value) {
this.correctedfuelusage = value;
}
/**
* Gets the value of the correctedby property.
*
* @return
* possible object is
* {@link PERSONID_Type }
*
*/
public PERSONID_Type getCORRECTEDBY() {
return correctedby;
}
/**
* Sets the value of the correctedby property.
*
* @param value
* allowed object is
* {@link PERSONID_Type }
*
*/
public void setCORRECTEDBY(PERSONID_Type value) {
this.correctedby = value;
}
/**
* Gets the value of the netamount property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getNETAMOUNT() {
return netamount;
}
/**
* Sets the value of the netamount property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setNETAMOUNT(AMOUNT value) {
this.netamount = value;
}
/**
* Gets the value of the netamountcurrency property.
*
* @return
* possible object is
* {@link CURRENCYID_Type }
*
*/
public CURRENCYID_Type getNETAMOUNTCURRENCY() {
return netamountcurrency;
}
/**
* Sets the value of the netamountcurrency property.
*
* @param value
* allowed object is
* {@link CURRENCYID_Type }
*
*/
public void setNETAMOUNTCURRENCY(CURRENCYID_Type value) {
this.netamountcurrency = value;
}
/**
* Gets the value of the adjustments property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getADJUSTMENTS() {
return adjustments;
}
/**
* Sets the value of the adjustments property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setADJUSTMENTS(AMOUNT value) {
this.adjustments = value;
}
/**
* Gets the value of the adjustmentscurrency property.
*
* @return
* possible object is
* {@link CURRENCYID_Type }
*
*/
public CURRENCYID_Type getADJUSTMENTSCURRENCY() {
return adjustmentscurrency;
}
/**
* Sets the value of the adjustmentscurrency property.
*
* @param value
* allowed object is
* {@link CURRENCYID_Type }
*
*/
public void setADJUSTMENTSCURRENCY(CURRENCYID_Type value) {
this.adjustmentscurrency = value;
}
/**
* Gets the value of the taxamount property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getTAXAMOUNT() {
return taxamount;
}
/**
* Sets the value of the taxamount property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setTAXAMOUNT(AMOUNT value) {
this.taxamount = value;
}
/**
* Gets the value of the taxamountcurrency property.
*
* @return
* possible object is
* {@link CURRENCYID_Type }
*
*/
public CURRENCYID_Type getTAXAMOUNTCURRENCY() {
return taxamountcurrency;
}
/**
* Sets the value of the taxamountcurrency property.
*
* @param value
* allowed object is
* {@link CURRENCYID_Type }
*
*/
public void setTAXAMOUNTCURRENCY(CURRENCYID_Type value) {
this.taxamountcurrency = value;
}
/**
* Gets the value of the grossamount property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getGROSSAMOUNT() {
return grossamount;
}
/**
* Sets the value of the grossamount property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setGROSSAMOUNT(AMOUNT value) {
this.grossamount = value;
}
/**
* Gets the value of the grossamountcurrency property.
*
* @return
* possible object is
* {@link CURRENCYID_Type }
*
*/
public CURRENCYID_Type getGROSSAMOUNTCURRENCY() {
return grossamountcurrency;
}
/**
* Sets the value of the grossamountcurrency property.
*
* @param value
* allowed object is
* {@link CURRENCYID_Type }
*
*/
public void setGROSSAMOUNTCURRENCY(CURRENCYID_Type value) {
this.grossamountcurrency = value;
}
/**
* Gets the value of the invoicedamount property.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getINVOICEDAMOUNT() {
return invoicedamount;
}
/**
* Sets the value of the invoicedamount property.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setINVOICEDAMOUNT(AMOUNT value) {
this.invoicedamount = value;
}
/**
* Gets the value of the invoicedamountcurrency property.
*
* @return
* possible object is
* {@link CURRENCYID_Type }
*
*/
public CURRENCYID_Type getINVOICEDAMOUNTCURRENCY() {
return invoicedamountcurrency;
}
/**
* Sets the value of the invoicedamountcurrency property.
*
* @param value
* allowed object is
* {@link CURRENCYID_Type }
*
*/
public void setINVOICEDAMOUNTCURRENCY(CURRENCYID_Type value) {
this.invoicedamountcurrency = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy