
net.datastream.schemas.mp_fields.ESIGNATURE 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;
import org.openapplications.oagis_segments.DATETIME;
/**
* 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}USERID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PASSWORD" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}SIGNATURETYPE"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CERTTYPE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CERTNO" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}NOESIGNATURE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EXTERNALDATETIME" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}MFAPASSWORD" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EXTERNALUSERID" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"userid",
"password",
"signaturetype",
"certtype",
"certno",
"noesignature",
"externaldatetime",
"mfapassword",
"externaluserid"
})
@XmlRootElement(name = "ESIGNATURE")
public class ESIGNATURE {
@XmlElement(name = "USERID", required = true)
protected USERID_Type userid;
@XmlElement(name = "PASSWORD")
protected String password;
@XmlElement(name = "SIGNATURETYPE", required = true)
protected String signaturetype;
@XmlElement(name = "CERTTYPE")
protected String certtype;
@XmlElement(name = "CERTNO")
protected String certno;
@XmlElement(name = "NOESIGNATURE")
protected String noesignature;
@XmlElement(name = "EXTERNALDATETIME")
protected DATETIME externaldatetime;
@XmlElement(name = "MFAPASSWORD")
protected String mfapassword;
@XmlElement(name = "EXTERNALUSERID")
protected String externaluserid;
/**
* Obtient la valeur de la propriété userid.
*
* @return
* possible object is
* {@link USERID_Type }
*
*/
public USERID_Type getUSERID() {
return userid;
}
/**
* Définit la valeur de la propriété userid.
*
* @param value
* allowed object is
* {@link USERID_Type }
*
*/
public void setUSERID(USERID_Type value) {
this.userid = value;
}
/**
* Obtient la valeur de la propriété password.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPASSWORD() {
return password;
}
/**
* Définit la valeur de la propriété password.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPASSWORD(String value) {
this.password = value;
}
/**
* Obtient la valeur de la propriété signaturetype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSIGNATURETYPE() {
return signaturetype;
}
/**
* Définit la valeur de la propriété signaturetype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSIGNATURETYPE(String value) {
this.signaturetype = value;
}
/**
* Obtient la valeur de la propriété certtype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCERTTYPE() {
return certtype;
}
/**
* Définit la valeur de la propriété certtype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCERTTYPE(String value) {
this.certtype = value;
}
/**
* Obtient la valeur de la propriété certno.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCERTNO() {
return certno;
}
/**
* Définit la valeur de la propriété certno.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCERTNO(String value) {
this.certno = value;
}
/**
* Obtient la valeur de la propriété noesignature.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNOESIGNATURE() {
return noesignature;
}
/**
* Définit la valeur de la propriété noesignature.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNOESIGNATURE(String value) {
this.noesignature = value;
}
/**
* Obtient la valeur de la propriété externaldatetime.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getEXTERNALDATETIME() {
return externaldatetime;
}
/**
* Définit la valeur de la propriété externaldatetime.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setEXTERNALDATETIME(DATETIME value) {
this.externaldatetime = value;
}
/**
* Obtient la valeur de la propriété mfapassword.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMFAPASSWORD() {
return mfapassword;
}
/**
* Définit la valeur de la propriété mfapassword.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMFAPASSWORD(String value) {
this.mfapassword = value;
}
/**
* Obtient la valeur de la propriété externaluserid.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEXTERNALUSERID() {
return externaluserid;
}
/**
* Définit la valeur de la propriété externaluserid.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEXTERNALUSERID(String value) {
this.externaluserid = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy