net.datastream.schemas.mp_entities.inspectionaspectpoint_001.InspectionAspectPoint Maven / Gradle / Ivy
package net.datastream.schemas.mp_entities.inspectionaspectpoint_001;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.INSPECTIONASPECTPOINTID_Type;
import net.datastream.schemas.mp_fields.METHODID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.UOMID_Type;
import org.openapplications.oagis_segments.AMOUNT;
/**
* 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}INSPECTIONASPECTPOINTID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}METHODID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CONFIDENCERATING" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}REPLACEFREQ" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}FACTOR" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}RISKCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}NOMINALVALUE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}UOMID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINFORMULA" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXFORMULA" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINCRITICAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXCRITICAL" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINEXTREME" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXEXTREME" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINTOLERANCE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXTOLERANCE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINPPM" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXPPM" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MINSTDWO" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MAXSTDWO" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
* </sequence>
* <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="has_department_security" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"inspectionaspectpointid",
"methodid",
"confidencerating",
"replacefreq",
"factor",
"riskcode",
"nominalvalue",
"uomid",
"minformula",
"maxformula",
"mincritical",
"maxcritical",
"minextreme",
"maxextreme",
"mintolerance",
"maxtolerance",
"minppm",
"maxppm",
"minstdwo",
"maxstdwo",
"standardUserDefinedFields"
})
@XmlRootElement(name = "InspectionAspectPoint")
public class InspectionAspectPoint {
@XmlElement(name = "INSPECTIONASPECTPOINTID", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected INSPECTIONASPECTPOINTID_Type inspectionaspectpointid;
@XmlElement(name = "METHODID", namespace = "http://schemas.datastream.net/MP_fields")
protected METHODID_Type methodid;
@XmlElement(name = "CONFIDENCERATING", namespace = "http://schemas.datastream.net/MP_fields")
protected String confidencerating;
@XmlElement(name = "REPLACEFREQ", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT replacefreq;
@XmlElement(name = "FACTOR", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT factor;
@XmlElement(name = "RISKCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String riskcode;
@XmlElement(name = "NOMINALVALUE", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT nominalvalue;
@XmlElement(name = "UOMID", namespace = "http://schemas.datastream.net/MP_fields")
protected UOMID_Type uomid;
@XmlElement(name = "MINFORMULA", namespace = "http://schemas.datastream.net/MP_fields")
protected String minformula;
@XmlElement(name = "MAXFORMULA", namespace = "http://schemas.datastream.net/MP_fields")
protected String maxformula;
@XmlElement(name = "MINCRITICAL", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT mincritical;
@XmlElement(name = "MAXCRITICAL", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT maxcritical;
@XmlElement(name = "MINEXTREME", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT minextreme;
@XmlElement(name = "MAXEXTREME", namespace = "http://schemas.datastream.net/MP_fields")
protected AMOUNT maxextreme;
@XmlElement(name = "MINTOLERANCE", namespace = "http://schemas.datastream.net/MP_fields")
protected Double mintolerance;
@XmlElement(name = "MAXTOLERANCE", namespace = "http://schemas.datastream.net/MP_fields")
protected Double maxtolerance;
@XmlElement(name = "MINPPM", namespace = "http://schemas.datastream.net/MP_fields")
protected String minppm;
@XmlElement(name = "MAXPPM", namespace = "http://schemas.datastream.net/MP_fields")
protected String maxppm;
@XmlElement(name = "MINSTDWO", namespace = "http://schemas.datastream.net/MP_fields")
protected String minstdwo;
@XmlElement(name = "MAXSTDWO", namespace = "http://schemas.datastream.net/MP_fields")
protected String maxstdwo;
@XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields")
protected StandardUserDefinedFields standardUserDefinedFields;
@XmlAttribute(name = "recordid")
protected Long recordid;
@XmlAttribute(name = "has_department_security")
protected String has_Department_Security;
/**
* Obtient la valeur de la propriété inspectionaspectpointid.
*
* @return
* possible object is
* {@link INSPECTIONASPECTPOINTID_Type }
*
*/
public INSPECTIONASPECTPOINTID_Type getINSPECTIONASPECTPOINTID() {
return inspectionaspectpointid;
}
/**
* Définit la valeur de la propriété inspectionaspectpointid.
*
* @param value
* allowed object is
* {@link INSPECTIONASPECTPOINTID_Type }
*
*/
public void setINSPECTIONASPECTPOINTID(INSPECTIONASPECTPOINTID_Type value) {
this.inspectionaspectpointid = value;
}
/**
* Obtient la valeur de la propriété methodid.
*
* @return
* possible object is
* {@link METHODID_Type }
*
*/
public METHODID_Type getMETHODID() {
return methodid;
}
/**
* Définit la valeur de la propriété methodid.
*
* @param value
* allowed object is
* {@link METHODID_Type }
*
*/
public void setMETHODID(METHODID_Type value) {
this.methodid = value;
}
/**
* Obtient la valeur de la propriété confidencerating.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCONFIDENCERATING() {
return confidencerating;
}
/**
* Définit la valeur de la propriété confidencerating.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCONFIDENCERATING(String value) {
this.confidencerating = value;
}
/**
* Obtient la valeur de la propriété replacefreq.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getREPLACEFREQ() {
return replacefreq;
}
/**
* Définit la valeur de la propriété replacefreq.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setREPLACEFREQ(AMOUNT value) {
this.replacefreq = value;
}
/**
* Obtient la valeur de la propriété factor.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getFACTOR() {
return factor;
}
/**
* Définit la valeur de la propriété factor.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setFACTOR(AMOUNT value) {
this.factor = value;
}
/**
* Obtient la valeur de la propriété riskcode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRISKCODE() {
return riskcode;
}
/**
* Définit la valeur de la propriété riskcode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRISKCODE(String value) {
this.riskcode = value;
}
/**
* Obtient la valeur de la propriété nominalvalue.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getNOMINALVALUE() {
return nominalvalue;
}
/**
* Définit la valeur de la propriété nominalvalue.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setNOMINALVALUE(AMOUNT value) {
this.nominalvalue = value;
}
/**
* Obtient la valeur de la propriété uomid.
*
* @return
* possible object is
* {@link UOMID_Type }
*
*/
public UOMID_Type getUOMID() {
return uomid;
}
/**
* Définit la valeur de la propriété uomid.
*
* @param value
* allowed object is
* {@link UOMID_Type }
*
*/
public void setUOMID(UOMID_Type value) {
this.uomid = value;
}
/**
* Obtient la valeur de la propriété minformula.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMINFORMULA() {
return minformula;
}
/**
* Définit la valeur de la propriété minformula.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMINFORMULA(String value) {
this.minformula = value;
}
/**
* Obtient la valeur de la propriété maxformula.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMAXFORMULA() {
return maxformula;
}
/**
* Définit la valeur de la propriété maxformula.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMAXFORMULA(String value) {
this.maxformula = value;
}
/**
* Obtient la valeur de la propriété mincritical.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getMINCRITICAL() {
return mincritical;
}
/**
* Définit la valeur de la propriété mincritical.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setMINCRITICAL(AMOUNT value) {
this.mincritical = value;
}
/**
* Obtient la valeur de la propriété maxcritical.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getMAXCRITICAL() {
return maxcritical;
}
/**
* Définit la valeur de la propriété maxcritical.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setMAXCRITICAL(AMOUNT value) {
this.maxcritical = value;
}
/**
* Obtient la valeur de la propriété minextreme.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getMINEXTREME() {
return minextreme;
}
/**
* Définit la valeur de la propriété minextreme.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setMINEXTREME(AMOUNT value) {
this.minextreme = value;
}
/**
* Obtient la valeur de la propriété maxextreme.
*
* @return
* possible object is
* {@link AMOUNT }
*
*/
public AMOUNT getMAXEXTREME() {
return maxextreme;
}
/**
* Définit la valeur de la propriété maxextreme.
*
* @param value
* allowed object is
* {@link AMOUNT }
*
*/
public void setMAXEXTREME(AMOUNT value) {
this.maxextreme = value;
}
/**
* Obtient la valeur de la propriété mintolerance.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getMINTOLERANCE() {
return mintolerance;
}
/**
* Définit la valeur de la propriété mintolerance.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setMINTOLERANCE(Double value) {
this.mintolerance = value;
}
/**
* Obtient la valeur de la propriété maxtolerance.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getMAXTOLERANCE() {
return maxtolerance;
}
/**
* Définit la valeur de la propriété maxtolerance.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setMAXTOLERANCE(Double value) {
this.maxtolerance = value;
}
/**
* Obtient la valeur de la propriété minppm.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMINPPM() {
return minppm;
}
/**
* Définit la valeur de la propriété minppm.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMINPPM(String value) {
this.minppm = value;
}
/**
* Obtient la valeur de la propriété maxppm.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMAXPPM() {
return maxppm;
}
/**
* Définit la valeur de la propriété maxppm.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMAXPPM(String value) {
this.maxppm = value;
}
/**
* Obtient la valeur de la propriété minstdwo.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMINSTDWO() {
return minstdwo;
}
/**
* Définit la valeur de la propriété minstdwo.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMINSTDWO(String value) {
this.minstdwo = value;
}
/**
* Obtient la valeur de la propriété maxstdwo.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMAXSTDWO() {
return maxstdwo;
}
/**
* Définit la valeur de la propriété maxstdwo.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMAXSTDWO(String value) {
this.maxstdwo = value;
}
/**
* Obtient la valeur de la propriété standardUserDefinedFields.
*
* @return
* possible object is
* {@link StandardUserDefinedFields }
*
*/
public StandardUserDefinedFields getStandardUserDefinedFields() {
return standardUserDefinedFields;
}
/**
* Définit la valeur de la propriété standardUserDefinedFields.
*
* @param value
* allowed object is
* {@link StandardUserDefinedFields }
*
*/
public void setStandardUserDefinedFields(StandardUserDefinedFields value) {
this.standardUserDefinedFields = value;
}
/**
* Obtient la valeur de la propriété recordid.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getRecordid() {
return recordid;
}
/**
* Définit la valeur de la propriété recordid.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setRecordid(Long value) {
this.recordid = value;
}
/**
* Obtient la valeur de la propriété has_Department_Security.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHas_Department_Security() {
return has_Department_Security;
}
/**
* Définit la valeur de la propriété has_Department_Security.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHas_Department_Security(String value) {
this.has_Department_Security = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy