
net.datastream.schemas.mp_entities.systemequipment_001.Variables 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.systemequipment_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;
/**
* 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 name="VARIABLE1" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* <element name="VARIABLE2" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* <element name="VARIABLE3" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* <element name="VARIABLE4" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* <element name="VARIABLE5" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* <element name="VARIABLE6" type="{http://schemas.datastream.net/MP_fields}VARIABLE_Type" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"variable1",
"variable2",
"variable3",
"variable4",
"variable5",
"variable6"
})
@XmlRootElement(name = "Variables")
public class Variables {
@XmlElement(name = "VARIABLE1")
protected String variable1;
@XmlElement(name = "VARIABLE2")
protected String variable2;
@XmlElement(name = "VARIABLE3")
protected String variable3;
@XmlElement(name = "VARIABLE4")
protected String variable4;
@XmlElement(name = "VARIABLE5")
protected String variable5;
@XmlElement(name = "VARIABLE6")
protected String variable6;
/**
* Gets the value of the variable1 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE1() {
return variable1;
}
/**
* Sets the value of the variable1 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE1(String value) {
this.variable1 = value;
}
/**
* Gets the value of the variable2 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE2() {
return variable2;
}
/**
* Sets the value of the variable2 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE2(String value) {
this.variable2 = value;
}
/**
* Gets the value of the variable3 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE3() {
return variable3;
}
/**
* Sets the value of the variable3 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE3(String value) {
this.variable3 = value;
}
/**
* Gets the value of the variable4 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE4() {
return variable4;
}
/**
* Sets the value of the variable4 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE4(String value) {
this.variable4 = value;
}
/**
* Gets the value of the variable5 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE5() {
return variable5;
}
/**
* Sets the value of the variable5 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE5(String value) {
this.variable5 = value;
}
/**
* Gets the value of the variable6 property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVARIABLE6() {
return variable6;
}
/**
* Sets the value of the variable6 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVARIABLE6(String value) {
this.variable6 = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy