
net.datastream.schemas.mp_fields.CONTRACTANDRENTALDETAILS Maven / Gradle / Ivy
package net.datastream.schemas.mp_fields;
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;
/**
* 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}VEHICLETYPE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ISRENTAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}RENTALTEMPLATEID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ISCONTRACT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CONTRACTTEMPLATEID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CUSTOMERID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}AVAILABILITYSTATUS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ISSUETO" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"vehicletype",
"isrental",
"rentaltemplateid",
"iscontract",
"contracttemplateid",
"customerid",
"availabilitystatus",
"issueto"
})
@XmlRootElement(name = "CONTRACTANDRENTALDETAILS")
public class CONTRACTANDRENTALDETAILS {
@XmlElement(name = "VEHICLETYPE")
protected TYPE_Type vehicletype;
@XmlElement(name = "ISRENTAL", defaultValue = "false")
protected String isrental;
@XmlElement(name = "RENTALTEMPLATEID")
protected RENTALTEMPLATEID_Type rentaltemplateid;
@XmlElement(name = "ISCONTRACT", defaultValue = "false")
protected String iscontract;
@XmlElement(name = "CONTRACTTEMPLATEID")
protected CONTRACTTEMPLATEID_Type contracttemplateid;
@XmlElement(name = "CUSTOMERID")
protected CUSTOMERID_Type customerid;
@XmlElement(name = "AVAILABILITYSTATUS")
protected STATUS_Type availabilitystatus;
@XmlElement(name = "ISSUETO")
protected PERSONID_Type issueto;
/**
* Obtient la valeur de la propriété vehicletype.
*
* @return
* possible object is
* {@link TYPE_Type }
*
*/
public TYPE_Type getVEHICLETYPE() {
return vehicletype;
}
/**
* Définit la valeur de la propriété vehicletype.
*
* @param value
* allowed object is
* {@link TYPE_Type }
*
*/
public void setVEHICLETYPE(TYPE_Type value) {
this.vehicletype = value;
}
/**
* Obtient la valeur de la propriété isrental.
*
* @return
* possible object is
* {@link String }
*
*/
public String getISRENTAL() {
return isrental;
}
/**
* Définit la valeur de la propriété isrental.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setISRENTAL(String value) {
this.isrental = value;
}
/**
* Obtient la valeur de la propriété rentaltemplateid.
*
* @return
* possible object is
* {@link RENTALTEMPLATEID_Type }
*
*/
public RENTALTEMPLATEID_Type getRENTALTEMPLATEID() {
return rentaltemplateid;
}
/**
* Définit la valeur de la propriété rentaltemplateid.
*
* @param value
* allowed object is
* {@link RENTALTEMPLATEID_Type }
*
*/
public void setRENTALTEMPLATEID(RENTALTEMPLATEID_Type value) {
this.rentaltemplateid = value;
}
/**
* Obtient la valeur de la propriété iscontract.
*
* @return
* possible object is
* {@link String }
*
*/
public String getISCONTRACT() {
return iscontract;
}
/**
* Définit la valeur de la propriété iscontract.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setISCONTRACT(String value) {
this.iscontract = value;
}
/**
* Obtient la valeur de la propriété contracttemplateid.
*
* @return
* possible object is
* {@link CONTRACTTEMPLATEID_Type }
*
*/
public CONTRACTTEMPLATEID_Type getCONTRACTTEMPLATEID() {
return contracttemplateid;
}
/**
* Définit la valeur de la propriété contracttemplateid.
*
* @param value
* allowed object is
* {@link CONTRACTTEMPLATEID_Type }
*
*/
public void setCONTRACTTEMPLATEID(CONTRACTTEMPLATEID_Type value) {
this.contracttemplateid = value;
}
/**
* Obtient la valeur de la propriété customerid.
*
* @return
* possible object is
* {@link CUSTOMERID_Type }
*
*/
public CUSTOMERID_Type getCUSTOMERID() {
return customerid;
}
/**
* Définit la valeur de la propriété customerid.
*
* @param value
* allowed object is
* {@link CUSTOMERID_Type }
*
*/
public void setCUSTOMERID(CUSTOMERID_Type value) {
this.customerid = value;
}
/**
* Obtient la valeur de la propriété availabilitystatus.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getAVAILABILITYSTATUS() {
return availabilitystatus;
}
/**
* Définit la valeur de la propriété availabilitystatus.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setAVAILABILITYSTATUS(STATUS_Type value) {
this.availabilitystatus = value;
}
/**
* Obtient la valeur de la propriété issueto.
*
* @return
* possible object is
* {@link PERSONID_Type }
*
*/
public PERSONID_Type getISSUETO() {
return issueto;
}
/**
* Définit la valeur de la propriété issueto.
*
* @param value
* allowed object is
* {@link PERSONID_Type }
*
*/
public void setISSUETO(PERSONID_Type value) {
this.issueto = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy