
net.datastream.schemas.mp_fields.PAGEFIELD 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_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 name="ELEMENTID" type="{http://schemas.datastream.net/MP_fields}CODE60_Type"/>
* <element name="ELEMENTATTRIBUTE" type="{http://schemas.datastream.net/MP_fields}CODE1_Type"/>
* <element name="FIELDCONTAINER" type="{http://schemas.datastream.net/MP_fields}CODE20_Type" minOccurs="0"/>
* <element name="FIELDGROUP" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
* <element name="PRESENTINJSP" type="{http://schemas.datastream.net/MP_fields}CODE1_Type"/>
* <element name="PAGEDEFAULTVALUE" type="{http://schemas.datastream.net/MP_fields}CODE1000_Type" minOccurs="0"/>
* <element name="FILTERSTRXML" type="{http://schemas.datastream.net/MP_fields}CODE2000_Type" minOccurs="0"/>
* <element name="USERFILTER" type="{http://schemas.datastream.net/MP_fields}CODE2000_Type" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}USERDEFINEDFIELDINFO" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"elementid",
"elementattribute",
"fieldcontainer",
"fieldgroup",
"presentinjsp",
"pagedefaultvalue",
"filterstrxml",
"userfilter",
"userdefinedfieldinfo"
})
@XmlRootElement(name = "PAGEFIELD")
public class PAGEFIELD {
@XmlElement(name = "ELEMENTID", required = true)
protected String elementid;
@XmlElement(name = "ELEMENTATTRIBUTE", required = true)
protected String elementattribute;
@XmlElement(name = "FIELDCONTAINER")
protected String fieldcontainer;
@XmlElement(name = "FIELDGROUP")
protected Long fieldgroup;
@XmlElement(name = "PRESENTINJSP", required = true)
protected String presentinjsp;
@XmlElement(name = "PAGEDEFAULTVALUE")
protected String pagedefaultvalue;
@XmlElement(name = "FILTERSTRXML")
protected String filterstrxml;
@XmlElement(name = "USERFILTER")
protected String userfilter;
@XmlElement(name = "USERDEFINEDFIELDINFO")
protected USERDEFINEDFIELDINFO userdefinedfieldinfo;
/**
* Obtient la valeur de la propriété elementid.
*
* @return
* possible object is
* {@link String }
*
*/
public String getELEMENTID() {
return elementid;
}
/**
* Définit la valeur de la propriété elementid.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setELEMENTID(String value) {
this.elementid = value;
}
/**
* Obtient la valeur de la propriété elementattribute.
*
* @return
* possible object is
* {@link String }
*
*/
public String getELEMENTATTRIBUTE() {
return elementattribute;
}
/**
* Définit la valeur de la propriété elementattribute.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setELEMENTATTRIBUTE(String value) {
this.elementattribute = value;
}
/**
* Obtient la valeur de la propriété fieldcontainer.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFIELDCONTAINER() {
return fieldcontainer;
}
/**
* Définit la valeur de la propriété fieldcontainer.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFIELDCONTAINER(String value) {
this.fieldcontainer = value;
}
/**
* Obtient la valeur de la propriété fieldgroup.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getFIELDGROUP() {
return fieldgroup;
}
/**
* Définit la valeur de la propriété fieldgroup.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setFIELDGROUP(Long value) {
this.fieldgroup = value;
}
/**
* Obtient la valeur de la propriété presentinjsp.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPRESENTINJSP() {
return presentinjsp;
}
/**
* Définit la valeur de la propriété presentinjsp.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPRESENTINJSP(String value) {
this.presentinjsp = value;
}
/**
* Obtient la valeur de la propriété pagedefaultvalue.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPAGEDEFAULTVALUE() {
return pagedefaultvalue;
}
/**
* Définit la valeur de la propriété pagedefaultvalue.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPAGEDEFAULTVALUE(String value) {
this.pagedefaultvalue = value;
}
/**
* Obtient la valeur de la propriété filterstrxml.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFILTERSTRXML() {
return filterstrxml;
}
/**
* Définit la valeur de la propriété filterstrxml.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFILTERSTRXML(String value) {
this.filterstrxml = value;
}
/**
* Obtient la valeur de la propriété userfilter.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUSERFILTER() {
return userfilter;
}
/**
* Définit la valeur de la propriété userfilter.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUSERFILTER(String value) {
this.userfilter = value;
}
/**
* Obtient la valeur de la propriété userdefinedfieldinfo.
*
* @return
* possible object is
* {@link USERDEFINEDFIELDINFO }
*
*/
public USERDEFINEDFIELDINFO getUSERDEFINEDFIELDINFO() {
return userdefinedfieldinfo;
}
/**
* Définit la valeur de la propriété userdefinedfieldinfo.
*
* @param value
* allowed object is
* {@link USERDEFINEDFIELDINFO }
*
*/
public void setUSERDEFINEDFIELDINFO(USERDEFINEDFIELDINFO value) {
this.userdefinedfieldinfo = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy