
net.datastream.schemas.mp_fields.CUSTOMFIELD 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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.openapplications.oagis_segments.DATETIME;
import org.openapplications.oagis_segments.QUANTITY;
/**
* 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 name="PROPERTYCODE" type="{http://schemas.datastream.net/MP_fields}CODE8_Type"/>
* <element name="PROPERTYLABEL" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CLASSID"/>
* <choice minOccurs="0">
* <element name="DATEFIELD" type="{http://www.openapplications.org/oagis_segments}DATETIME" minOccurs="0"/>
* <element name="DATETIMEFIELD" type="{http://www.openapplications.org/oagis_segments}DATETIME" minOccurs="0"/>
* <element name="NUMBERFIELD" type="{http://www.openapplications.org/oagis_segments}QUANTITY" minOccurs="0"/>
* <element name="TEXTFIELD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CODEDESCFIELD" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}ENTITYCODEFIELD" minOccurs="0"/>
* </choice>
* <element name="MAXVALUE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="MINVALUE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="UOM" type="{http://schemas.datastream.net/MP_fields}CODE30_Type" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}LOVSETTINGS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}VALUESOURCE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}GROUPLABEL" minOccurs="0"/>
* </sequence>
* <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}long" />
* <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="changed" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"propertycode",
"propertylabel",
"classid",
"datefield",
"datetimefield",
"numberfield",
"textfield",
"codedescfield",
"entitycodefield",
"maxvalue",
"minvalue",
"uom",
"lovsettings",
"valuesource",
"grouplabel"
})
@XmlRootElement(name = "CUSTOMFIELD")
public class CUSTOMFIELD {
@XmlElement(name = "PROPERTYCODE", required = true)
protected String propertycode;
@XmlElement(name = "PROPERTYLABEL", required = true)
protected String propertylabel;
@XmlElement(name = "CLASSID", required = true)
protected CLASSID_Type classid;
@XmlElement(name = "DATEFIELD")
protected DATETIME datefield;
@XmlElement(name = "DATETIMEFIELD")
protected DATETIME datetimefield;
@XmlElement(name = "NUMBERFIELD")
protected QUANTITY numberfield;
@XmlElement(name = "TEXTFIELD")
protected String textfield;
@XmlElement(name = "CODEDESCFIELD")
protected CODEDESCFIELD codedescfield;
@XmlElement(name = "ENTITYCODEFIELD")
protected ENTITYCODEFIELD entitycodefield;
@XmlElement(name = "MAXVALUE")
protected String maxvalue;
@XmlElement(name = "MINVALUE")
protected String minvalue;
@XmlElement(name = "UOM")
protected String uom;
@XmlElement(name = "LOVSETTINGS")
protected LOVSETTINGS lovsettings;
@XmlElement(name = "VALUESOURCE")
protected VALUESOURCE valuesource;
@XmlElement(name = "GROUPLABEL")
protected String grouplabel;
@XmlAttribute(name = "index")
protected Long index;
@XmlAttribute(name = "entity")
protected String entity;
@XmlAttribute(name = "type")
protected String type;
@XmlAttribute(name = "changed")
protected String changed;
/**
* Obtient la valeur de la propriété propertycode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPROPERTYCODE() {
return propertycode;
}
/**
* Définit la valeur de la propriété propertycode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPROPERTYCODE(String value) {
this.propertycode = value;
}
/**
* Obtient la valeur de la propriété propertylabel.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPROPERTYLABEL() {
return propertylabel;
}
/**
* Définit la valeur de la propriété propertylabel.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPROPERTYLABEL(String value) {
this.propertylabel = value;
}
/**
* Obtient la valeur de la propriété classid.
*
* @return
* possible object is
* {@link CLASSID_Type }
*
*/
public CLASSID_Type getCLASSID() {
return classid;
}
/**
* Définit la valeur de la propriété classid.
*
* @param value
* allowed object is
* {@link CLASSID_Type }
*
*/
public void setCLASSID(CLASSID_Type value) {
this.classid = value;
}
/**
* Obtient la valeur de la propriété datefield.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDATEFIELD() {
return datefield;
}
/**
* Définit la valeur de la propriété datefield.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDATEFIELD(DATETIME value) {
this.datefield = value;
}
/**
* Obtient la valeur de la propriété datetimefield.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDATETIMEFIELD() {
return datetimefield;
}
/**
* Définit la valeur de la propriété datetimefield.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDATETIMEFIELD(DATETIME value) {
this.datetimefield = value;
}
/**
* Obtient la valeur de la propriété numberfield.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getNUMBERFIELD() {
return numberfield;
}
/**
* Définit la valeur de la propriété numberfield.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setNUMBERFIELD(QUANTITY value) {
this.numberfield = value;
}
/**
* Obtient la valeur de la propriété textfield.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTEXTFIELD() {
return textfield;
}
/**
* Définit la valeur de la propriété textfield.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTEXTFIELD(String value) {
this.textfield = value;
}
/**
* Obtient la valeur de la propriété codedescfield.
*
* @return
* possible object is
* {@link CODEDESCFIELD }
*
*/
public CODEDESCFIELD getCODEDESCFIELD() {
return codedescfield;
}
/**
* Définit la valeur de la propriété codedescfield.
*
* @param value
* allowed object is
* {@link CODEDESCFIELD }
*
*/
public void setCODEDESCFIELD(CODEDESCFIELD value) {
this.codedescfield = value;
}
/**
* Obtient la valeur de la propriété entitycodefield.
*
* @return
* possible object is
* {@link ENTITYCODEFIELD }
*
*/
public ENTITYCODEFIELD getENTITYCODEFIELD() {
return entitycodefield;
}
/**
* Définit la valeur de la propriété entitycodefield.
*
* @param value
* allowed object is
* {@link ENTITYCODEFIELD }
*
*/
public void setENTITYCODEFIELD(ENTITYCODEFIELD value) {
this.entitycodefield = value;
}
/**
* Obtient la valeur de la propriété maxvalue.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMAXVALUE() {
return maxvalue;
}
/**
* Définit la valeur de la propriété maxvalue.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMAXVALUE(String value) {
this.maxvalue = value;
}
/**
* Obtient la valeur de la propriété minvalue.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMINVALUE() {
return minvalue;
}
/**
* Définit la valeur de la propriété minvalue.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMINVALUE(String value) {
this.minvalue = value;
}
/**
* Obtient la valeur de la propriété uom.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUOM() {
return uom;
}
/**
* Définit la valeur de la propriété uom.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUOM(String value) {
this.uom = value;
}
/**
* Obtient la valeur de la propriété lovsettings.
*
* @return
* possible object is
* {@link LOVSETTINGS }
*
*/
public LOVSETTINGS getLOVSETTINGS() {
return lovsettings;
}
/**
* Définit la valeur de la propriété lovsettings.
*
* @param value
* allowed object is
* {@link LOVSETTINGS }
*
*/
public void setLOVSETTINGS(LOVSETTINGS value) {
this.lovsettings = value;
}
/**
* Obtient la valeur de la propriété valuesource.
*
* @return
* possible object is
* {@link VALUESOURCE }
*
*/
public VALUESOURCE getVALUESOURCE() {
return valuesource;
}
/**
* Définit la valeur de la propriété valuesource.
*
* @param value
* allowed object is
* {@link VALUESOURCE }
*
*/
public void setVALUESOURCE(VALUESOURCE value) {
this.valuesource = value;
}
/**
* Obtient la valeur de la propriété grouplabel.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGROUPLABEL() {
return grouplabel;
}
/**
* Définit la valeur de la propriété grouplabel.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGROUPLABEL(String value) {
this.grouplabel = value;
}
/**
* Obtient la valeur de la propriété index.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getIndex() {
return index;
}
/**
* Définit la valeur de la propriété index.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setIndex(Long value) {
this.index = value;
}
/**
* Obtient la valeur de la propriété entity.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEntity() {
return entity;
}
/**
* Définit la valeur de la propriété entity.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEntity(String value) {
this.entity = value;
}
/**
* Obtient la valeur de la propriété type.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
return type;
}
/**
* Définit la valeur de la propriété type.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Obtient la valeur de la propriété changed.
*
* @return
* possible object is
* {@link String }
*
*/
public String getChanged() {
return changed;
}
/**
* Définit la valeur de la propriété changed.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setChanged(String value) {
this.changed = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy