Fork me on GitHub

Résultats CPD

Le document suivant contient les résultats de l'inspection CPD CPD 5.5.1.

Duplicatas

Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Data.java 199
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Data.java 265
    @XmlElement(name = "EVT84", required = true, type = Boolean.class, nillable = true)
    protected Boolean evt84;
    @XmlElement(name = "EVT88")
    protected String evt88;
    @XmlElement(name = "EVT88ID")
    protected String evt88ID;
    @XmlElement(name = "EVT89")
    protected String evt89;
    @XmlElement(name = "EVT93")
    protected String evt93;
    @XmlElement(name = "EVT94")
    protected String evt94;
    @XmlElement(name = "EVT95", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt95;
    @XmlElement(name = "EVT96", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt96;
    @XmlElement(name = "EVT97")
    protected String evt97;
    @XmlElement(name = "EVT97ID")
    protected String evt97ID;
    @XmlElement(name = "EVT98")
    protected String evt98;
    @XmlElement(name = "EVT98ID")
    protected String evt98ID;
    @XmlElement(name = "EVT99")
    protected String evt99;
    @XmlElement(name = "EVT99ID")
    protected String evt99ID;
    @XmlElement(name = "EVTID")
    protected int evtid;
    @XmlElement(name = "PARENTEVTID", required = true, type = Double.class, nillable = true)
    protected Double parentevtid;

    /**
     * Gets the value of the listCol property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getListCol() {
        return listCol;
    }

    /**
     * Sets the value of the listCol property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setListCol(String value) {
        this.listCol = value;
    }

    /**
     * Gets the value of the evt01 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT01() {
        return evt01;
    }

    /**
     * Sets the value of the evt01 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT01(String value) {
        this.evt01 = value;
    }

    /**
     * Gets the value of the evt02 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT02() {
        return evt02;
    }

    /**
     * Sets the value of the evt02 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT02(String value) {
        this.evt02 = value;
    }

    /**
     * Gets the value of the evt03 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT03() {
        return evt03;
    }

    /**
     * Sets the value of the evt03 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT03(String value) {
        this.evt03 = value;
    }

    /**
     * Gets the value of the evt04 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT04() {
        return evt04;
    }

    /**
     * Sets the value of the evt04 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT04(String value) {
        this.evt04 = value;
    }

    /**
     * Gets the value of the evt05 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT05() {
        return evt05;
    }

    /**
     * Sets the value of the evt05 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT05(String value) {
        this.evt05 = value;
    }

    /**
     * Gets the value of the evt06 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT06() {
        return evt06;
    }

    /**
     * Sets the value of the evt06 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT06(String value) {
        this.evt06 = value;
    }

    /**
     * Gets the value of the evt07 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT07() {
        return evt07;
    }

    /**
     * Sets the value of the evt07 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT07(String value) {
        this.evt07 = value;
    }

    /**
     * Gets the value of the evt10 property.
     * 
     * @return
     *     possible object is
     *     {@link Double }
     *     
     */
    public Double getEVT10() {
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EudoField.java 39
fr/paris/lutece/plugins/eudonetbp/event14/EudoField.java 39
fr/paris/lutece/plugins/eudonetbp/event25/EudoField.java 39
fr/paris/lutece/plugins/eudonetbp/event5/EudoField.java 39
fr/paris/lutece/plugins/eudonetbp/template6/EudoField.java 39
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "eudoField", propOrder = {
    "alias"
})
public class EudoField {

    @XmlElement(name = "Alias")
    protected String alias;
    @XmlAttribute(name = "Descid", required = true)
    protected int descid;
    @XmlAttribute(name = "FieldName")
    protected String fieldName;
    @XmlAttribute(name = "Length", required = true)
    protected int length;
    @XmlAttribute(name = "Format", required = true)
    protected int format;
    @XmlAttribute(name = "InnerFormat", required = true)
    protected int innerFormat;
    @XmlAttribute(name = "Obligat", required = true)
    protected boolean obligat;
    @XmlAttribute(name = "Libelle")
    protected String libelle;
    @XmlAttribute(name = "ReadOnly", required = true)
    protected boolean readOnly;
    @XmlAttribute(required = true)
    protected int disporder;

    /**
     * Gets the value of the alias property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getAlias() {
        return alias;
    }

    /**
     * Sets the value of the alias property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setAlias(String value) {
        this.alias = value;
    }

    /**
     * Gets the value of the descid property.
     * 
     */
    public int getDescid() {
        return descid;
    }

    /**
     * Sets the value of the descid property.
     * 
     */
    public void setDescid(int value) {
        this.descid = value;
    }

    /**
     * Gets the value of the fieldName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFieldName() {
        return fieldName;
    }

    /**
     * Sets the value of the fieldName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFieldName(String value) {
        this.fieldName = value;
    }

    /**
     * Gets the value of the length property.
     * 
     */
    public int getLength() {
        return length;
    }

    /**
     * Sets the value of the length property.
     * 
     */
    public void setLength(int value) {
        this.length = value;
    }

    /**
     * Gets the value of the format property.
     * 
     */
    public int getFormat() {
        return format;
    }

    /**
     * Sets the value of the format property.
     * 
     */
    public void setFormat(int value) {
        this.format = value;
    }

    /**
     * Gets the value of the innerFormat property.
     * 
     */
    public int getInnerFormat() {
        return innerFormat;
    }

    /**
     * Sets the value of the innerFormat property.
     * 
     */
    public void setInnerFormat(int value) {
        this.innerFormat = value;
    }

    /**
     * Gets the value of the obligat property.
     * 
     */
    public boolean isObligat() {
        return obligat;
    }

    /**
     * Sets the value of the obligat property.
     * 
     */
    public void setObligat(boolean value) {
        this.obligat = value;
    }

    /**
     * Gets the value of the libelle property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getLibelle() {
        return libelle;
    }

    /**
     * Sets the value of the libelle property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setLibelle(String value) {
        this.libelle = value;
    }

    /**
     * Gets the value of the readOnly property.
     * 
     */
    public boolean isReadOnly() {
        return readOnly;
    }

    /**
     * Sets the value of the readOnly property.
     * 
     */
    public void setReadOnly(boolean value) {
        this.readOnly = value;
    }

    /**
     * Gets the value of the disporder property.
     * 
     */
    public int getDisporder() {
        return disporder;
    }

    /**
     * Sets the value of the disporder property.
     * 
     */
    public void setDisporder(int value) {
        this.disporder = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Data.java 1023
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Data.java 1449
        this.evt58 = value;
    }

    /**
     * Gets the value of the evt84 property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isEVT84() {
        return evt84;
    }

    /**
     * Sets the value of the evt84 property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public void setEVT84(Boolean value) {
        this.evt84 = value;
    }

    /**
     * Gets the value of the evt88 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88() {
        return evt88;
    }

    /**
     * Sets the value of the evt88 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88(String value) {
        this.evt88 = value;
    }

    /**
     * Gets the value of the evt88ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88ID() {
        return evt88ID;
    }

    /**
     * Sets the value of the evt88ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88ID(String value) {
        this.evt88ID = value;
    }

    /**
     * Gets the value of the evt89 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT89() {
        return evt89;
    }

    /**
     * Sets the value of the evt89 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT89(String value) {
        this.evt89 = value;
    }

    /**
     * Gets the value of the evt93 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT93() {
        return evt93;
    }

    /**
     * Sets the value of the evt93 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT93(String value) {
        this.evt93 = value;
    }

    /**
     * Gets the value of the evt94 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT94() {
        return evt94;
    }

    /**
     * Sets the value of the evt94 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT94(String value) {
        this.evt94 = value;
    }

    /**
     * Gets the value of the evt95 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT95() {
        return evt95;
    }

    /**
     * Sets the value of the evt95 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT95(XMLGregorianCalendar value) {
        this.evt95 = value;
    }

    /**
     * Gets the value of the evt96 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT96() {
        return evt96;
    }

    /**
     * Sets the value of the evt96 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT96(XMLGregorianCalendar value) {
        this.evt96 = value;
    }

    /**
     * Gets the value of the evt97 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97() {
        return evt97;
    }

    /**
     * Sets the value of the evt97 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97(String value) {
        this.evt97 = value;
    }

    /**
     * Gets the value of the evt97ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97ID() {
        return evt97ID;
    }

    /**
     * Sets the value of the evt97ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97ID(String value) {
        this.evt97ID = value;
    }

    /**
     * Gets the value of the evt98 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98() {
        return evt98;
    }

    /**
     * Sets the value of the evt98 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98(String value) {
        this.evt98 = value;
    }

    /**
     * Gets the value of the evt98ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98ID() {
        return evt98ID;
    }

    /**
     * Sets the value of the evt98ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98ID(String value) {
        this.evt98ID = value;
    }

    /**
     * Gets the value of the evt99 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99() {
        return evt99;
    }

    /**
     * Sets the value of the evt99 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99(String value) {
        this.evt99 = value;
    }

    /**
     * Gets the value of the evt99ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99ID() {
        return evt99ID;
    }

    /**
     * Sets the value of the evt99ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99ID(String value) {
        this.evt99ID = value;
    }

    /**
     * Gets the value of the evtid property.
     * 
     */
    public int getEVTID() {
        return evtid;
    }

    /**
     * Sets the value of the evtid property.
     * 
     */
    public void setEVTID(int value) {
        this.evtid = value;
    }

    /**
     * Gets the value of the parentevtid property.
     * 
     * @return
     *     possible object is
     *     {@link Double }
     *     
     */
    public Double getPARENTEVTID() {
        return parentevtid;
    }

    /**
     * Sets the value of the parentevtid property.
     * 
     * @param value
     *     allowed object is
     *     {@link Double }
     *     
     */
    public void setPARENTEVTID(Double value) {
        this.parentevtid = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Data.java 1692
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Data.java 545
        this.evt67 = value;
    }

    /**
     * Gets the value of the evt84 property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isEVT84() {
        return evt84;
    }

    /**
     * Sets the value of the evt84 property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public void setEVT84(Boolean value) {
        this.evt84 = value;
    }

    /**
     * Gets the value of the evt88 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88() {
        return evt88;
    }

    /**
     * Sets the value of the evt88 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88(String value) {
        this.evt88 = value;
    }

    /**
     * Gets the value of the evt88ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88ID() {
        return evt88ID;
    }

    /**
     * Sets the value of the evt88ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88ID(String value) {
        this.evt88ID = value;
    }

    /**
     * Gets the value of the evt89 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT89() {
        return evt89;
    }

    /**
     * Sets the value of the evt89 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT89(String value) {
        this.evt89 = value;
    }

    /**
     * Gets the value of the evt93 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT93() {
        return evt93;
    }

    /**
     * Sets the value of the evt93 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT93(String value) {
        this.evt93 = value;
    }

    /**
     * Gets the value of the evt94 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT94() {
        return evt94;
    }

    /**
     * Sets the value of the evt94 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT94(String value) {
        this.evt94 = value;
    }

    /**
     * Gets the value of the evt95 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT95() {
        return evt95;
    }

    /**
     * Sets the value of the evt95 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT95(XMLGregorianCalendar value) {
        this.evt95 = value;
    }

    /**
     * Gets the value of the evt96 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT96() {
        return evt96;
    }

    /**
     * Sets the value of the evt96 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT96(XMLGregorianCalendar value) {
        this.evt96 = value;
    }

    /**
     * Gets the value of the evt97 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97() {
        return evt97;
    }

    /**
     * Sets the value of the evt97 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97(String value) {
        this.evt97 = value;
    }

    /**
     * Gets the value of the evt97ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97ID() {
        return evt97ID;
    }

    /**
     * Sets the value of the evt97ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97ID(String value) {
        this.evt97ID = value;
    }

    /**
     * Gets the value of the evt98 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98() {
        return evt98;
    }

    /**
     * Sets the value of the evt98 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98(String value) {
        this.evt98 = value;
    }

    /**
     * Gets the value of the evt98ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98ID() {
        return evt98ID;
    }

    /**
     * Sets the value of the evt98ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98ID(String value) {
        this.evt98ID = value;
    }

    /**
     * Gets the value of the evt99 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99() {
        return evt99;
    }

    /**
     * Sets the value of the evt99 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99(String value) {
        this.evt99 = value;
    }

    /**
     * Gets the value of the evt99ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99ID() {
        return evt99ID;
    }

    /**
     * Sets the value of the evt99ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99ID(String value) {
        this.evt99ID = value;
    }

    /**
     * Gets the value of the evtid property.
     * 
     */
    public int getEVTID() {
        return evtid;
    }

    /**
     * Sets the value of the evtid property.
     * 
     */
    public void setEVTID(int value) {
        this.evtid = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Data.java 1692
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Data.java 1023
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Data.java 545
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Data.java 1449
        this.evt67 = value;
    }

    /**
     * Gets the value of the evt84 property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isEVT84() {
        return evt84;
    }

    /**
     * Sets the value of the evt84 property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public void setEVT84(Boolean value) {
        this.evt84 = value;
    }

    /**
     * Gets the value of the evt88 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88() {
        return evt88;
    }

    /**
     * Sets the value of the evt88 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88(String value) {
        this.evt88 = value;
    }

    /**
     * Gets the value of the evt88ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT88ID() {
        return evt88ID;
    }

    /**
     * Sets the value of the evt88ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT88ID(String value) {
        this.evt88ID = value;
    }

    /**
     * Gets the value of the evt89 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT89() {
        return evt89;
    }

    /**
     * Sets the value of the evt89 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT89(String value) {
        this.evt89 = value;
    }

    /**
     * Gets the value of the evt93 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT93() {
        return evt93;
    }

    /**
     * Sets the value of the evt93 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT93(String value) {
        this.evt93 = value;
    }

    /**
     * Gets the value of the evt94 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT94() {
        return evt94;
    }

    /**
     * Sets the value of the evt94 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT94(String value) {
        this.evt94 = value;
    }

    /**
     * Gets the value of the evt95 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT95() {
        return evt95;
    }

    /**
     * Sets the value of the evt95 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT95(XMLGregorianCalendar value) {
        this.evt95 = value;
    }

    /**
     * Gets the value of the evt96 property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getEVT96() {
        return evt96;
    }

    /**
     * Sets the value of the evt96 property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setEVT96(XMLGregorianCalendar value) {
        this.evt96 = value;
    }

    /**
     * Gets the value of the evt97 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97() {
        return evt97;
    }

    /**
     * Sets the value of the evt97 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97(String value) {
        this.evt97 = value;
    }

    /**
     * Gets the value of the evt97ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT97ID() {
        return evt97ID;
    }

    /**
     * Sets the value of the evt97ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT97ID(String value) {
        this.evt97ID = value;
    }

    /**
     * Gets the value of the evt98 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98() {
        return evt98;
    }

    /**
     * Sets the value of the evt98 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98(String value) {
        this.evt98 = value;
    }

    /**
     * Gets the value of the evt98ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT98ID() {
        return evt98ID;
    }

    /**
     * Sets the value of the evt98ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT98ID(String value) {
        this.evt98ID = value;
    }

    /**
     * Gets the value of the evt99 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99() {
        return evt99;
    }

    /**
     * Sets the value of the evt99 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99(String value) {
        this.evt99 = value;
    }

    /**
     * Gets the value of the evt99ID property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT99ID() {
        return evt99ID;
    }

    /**
     * Sets the value of the evt99ID property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT99ID(String value) {
        this.evt99ID = value;
    }

    /**
     * Gets the value of the evtid property.
     * 
     */
    public int getEVTID() {
        return evtid;
    }

    /**
     * Sets the value of the evtid property.
     * 
     */
    public void setEVTID(int value) {
        this.evtid = value;
    }
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/ResultEVENT11.java 51
fr/paris/lutece/plugins/eudonetbp/event14/ResultEVENT14.java 51
fr/paris/lutece/plugins/eudonetbp/event25/ResultEVENT25.java 51
fr/paris/lutece/plugins/eudonetbp/event5/ResultEVENT5.java 51
fr/paris/lutece/plugins/eudonetbp/template6/ResultTEMPLATE6.java 51
public class ResultEVENT11 {

    @XmlElement(name = "TableName")
    protected String tableName;
    @XmlElement(name = "TableLibelle")
    protected String tableLibelle;
    @XmlElement(name = "Results")
    protected ArrayOfAnyType results;
    @XmlElement(name = "Fields")
    protected ArrayOfEudoField fields;
    @XmlElement(name = "PageNumber")
    protected int pageNumber;
    @XmlElement(name = "PageTotal")
    protected int pageTotal;
    @XmlElement(name = "Success")
    protected boolean success;
    @XmlElement(name = "ErrNum")
    protected int errNum;
    @XmlElement(name = "ErrMsg")
    protected String errMsg;
    @XmlElement(name = "FilterName")
    protected String filterName;

    /**
     * Gets the value of the tableName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTableName() {
        return tableName;
    }

    /**
     * Sets the value of the tableName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTableName(String value) {
        this.tableName = value;
    }

    /**
     * Gets the value of the tableLibelle property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTableLibelle() {
        return tableLibelle;
    }

    /**
     * Sets the value of the tableLibelle property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTableLibelle(String value) {
        this.tableLibelle = value;
    }

    /**
     * Gets the value of the results property.
     * 
     * @return
     *     possible object is
     *     {@link ArrayOfAnyType }
     *     
     */
    public ArrayOfAnyType getResults() {
        return results;
    }

    /**
     * Sets the value of the results property.
     * 
     * @param value
     *     allowed object is
     *     {@link ArrayOfAnyType }
     *     
     */
    public void setResults(ArrayOfAnyType value) {
        this.results = value;
    }

    /**
     * Gets the value of the fields property.
     * 
     * @return
     *     possible object is
     *     {@link ArrayOfEudoField }
     *     
     */
    public ArrayOfEudoField getFields() {
        return fields;
    }

    /**
     * Sets the value of the fields property.
     * 
     * @param value
     *     allowed object is
     *     {@link ArrayOfEudoField }
     *     
     */
    public void setFields(ArrayOfEudoField value) {
        this.fields = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the pageTotal property.
     * 
     */
    public int getPageTotal() {
        return pageTotal;
    }

    /**
     * Sets the value of the pageTotal property.
     * 
     */
    public void setPageTotal(int value) {
        this.pageTotal = value;
    }

    /**
     * Gets the value of the success property.
     * 
     */
    public boolean isSuccess() {
        return success;
    }

    /**
     * Sets the value of the success property.
     * 
     */
    public void setSuccess(boolean value) {
        this.success = value;
    }

    /**
     * Gets the value of the errNum property.
     * 
     */
    public int getErrNum() {
        return errNum;
    }

    /**
     * Sets the value of the errNum property.
     * 
     */
    public void setErrNum(int value) {
        this.errNum = value;
    }

    /**
     * Gets the value of the errMsg property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getErrMsg() {
        return errMsg;
    }

    /**
     * Sets the value of the errMsg property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setErrMsg(String value) {
        this.errMsg = value;
    }

    /**
     * Gets the value of the filterName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFilterName() {
        return filterName;
    }

    /**
     * Sets the value of the filterName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFilterName(String value) {
        this.filterName = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Data.java 294
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Data.java 131
    @XmlElement(name = "EVT84", required = true, type = Boolean.class, nillable = true)
    protected Boolean evt84;
    @XmlElement(name = "EVT88")
    protected String evt88;
    @XmlElement(name = "EVT88ID")
    protected String evt88ID;
    @XmlElement(name = "EVT89")
    protected String evt89;
    @XmlElement(name = "EVT93")
    protected String evt93;
    @XmlElement(name = "EVT94")
    protected String evt94;
    @XmlElement(name = "EVT95", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt95;
    @XmlElement(name = "EVT96", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt96;
    @XmlElement(name = "EVT97")
    protected String evt97;
    @XmlElement(name = "EVT97ID")
    protected String evt97ID;
    @XmlElement(name = "EVT98")
    protected String evt98;
    @XmlElement(name = "EVT98ID")
    protected String evt98ID;
    @XmlElement(name = "EVT99")
    protected String evt99;
    @XmlElement(name = "EVT99ID")
    protected String evt99ID;
    @XmlElement(name = "EVTID")
    protected int evtid;

    /**
     * Gets the value of the listCol property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getListCol() {
        return listCol;
    }

    /**
     * Sets the value of the listCol property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setListCol(String value) {
        this.listCol = value;
    }

    /**
     * Gets the value of the evt01 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT01() {
        return evt01;
    }

    /**
     * Sets the value of the evt01 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setEVT01(String value) {
        this.evt01 = value;
    }

    /**
     * Gets the value of the evt04 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getEVT04() {
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Data.java 294
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Data.java 199
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Data.java 131
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Data.java 265
    @XmlElement(name = "EVT84", required = true, type = Boolean.class, nillable = true)
    protected Boolean evt84;
    @XmlElement(name = "EVT88")
    protected String evt88;
    @XmlElement(name = "EVT88ID")
    protected String evt88ID;
    @XmlElement(name = "EVT89")
    protected String evt89;
    @XmlElement(name = "EVT93")
    protected String evt93;
    @XmlElement(name = "EVT94")
    protected String evt94;
    @XmlElement(name = "EVT95", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt95;
    @XmlElement(name = "EVT96", required = true, nillable = true)
    @XmlSchemaType(name = "dateTime")
    protected XMLGregorianCalendar evt96;
    @XmlElement(name = "EVT97")
    protected String evt97;
    @XmlElement(name = "EVT97ID")
    protected String evt97ID;
    @XmlElement(name = "EVT98")
    protected String evt98;
    @XmlElement(name = "EVT98ID")
    protected String evt98ID;
    @XmlElement(name = "EVT99")
    protected String evt99;
    @XmlElement(name = "EVT99ID")
    protected String evt99ID;
    @XmlElement(name = "EVTID")
    protected int evtid;
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchByCustomField.java 33
fr/paris/lutece/plugins/eudonetbp/event14/SearchByCustomField.java 33
fr/paris/lutece/plugins/eudonetbp/event25/SearchByCustomField.java 33
fr/paris/lutece/plugins/eudonetbp/event5/SearchByCustomField.java 33
fr/paris/lutece/plugins/eudonetbp/template6/SearchByCustomField.java 33
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "sField",
    "sOperator",
    "sValue",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchByCustomField")
public class SearchByCustomField {

    protected String sField;
    protected String sOperator;
    protected String sValue;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the sField property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSField() {
        return sField;
    }

    /**
     * Sets the value of the sField property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSField(String value) {
        this.sField = value;
    }

    /**
     * Gets the value of the sOperator property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSOperator() {
        return sOperator;
    }

    /**
     * Sets the value of the sOperator property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSOperator(String value) {
        this.sOperator = value;
    }

    /**
     * Gets the value of the sValue property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSValue() {
        return sValue;
    }

    /**
     * Sets the value of the sValue property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSValue(String value) {
        this.sValue = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchById.java 33
fr/paris/lutece/plugins/eudonetbp/event14/SearchById.java 33
fr/paris/lutece/plugins/eudonetbp/event25/SearchById.java 33
fr/paris/lutece/plugins/eudonetbp/event5/SearchById.java 33
fr/paris/lutece/plugins/eudonetbp/template6/SearchById.java 33
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "sFieldNameId",
    "sOperator",
    "sFileId",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchById")
public class SearchById {

    protected String sFieldNameId;
    protected String sOperator;
    protected String sFileId;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the sFieldNameId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSFieldNameId() {
        return sFieldNameId;
    }

    /**
     * Sets the value of the sFieldNameId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSFieldNameId(String value) {
        this.sFieldNameId = value;
    }

    /**
     * Gets the value of the sOperator property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSOperator() {
        return sOperator;
    }

    /**
     * Sets the value of the sOperator property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSOperator(String value) {
        this.sOperator = value;
    }

    /**
     * Gets the value of the sFileId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSFileId() {
        return sFileId;
    }

    /**
     * Sets the value of the sFileId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSFileId(String value) {
        this.sFileId = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/FieldFilter.java 32
fr/paris/lutece/plugins/eudonetbp/event14/FieldFilter.java 32
fr/paris/lutece/plugins/eudonetbp/event25/FieldFilter.java 32
fr/paris/lutece/plugins/eudonetbp/event5/FieldFilter.java 32
fr/paris/lutece/plugins/eudonetbp/template6/FieldFilter.java 32
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "FieldFilter", propOrder = {
    "fieldName",
    "operateur",
    "valeur",
    "descidAlias"
})
public class FieldFilter {

    @XmlElement(name = "FieldName")
    protected String fieldName;
    @XmlElement(name = "Operateur")
    protected int operateur;
    @XmlElement(name = "Valeur")
    protected String valeur;
    @XmlElement(name = "DescidAlias")
    protected String descidAlias;

    /**
     * Gets the value of the fieldName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFieldName() {
        return fieldName;
    }

    /**
     * Sets the value of the fieldName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFieldName(String value) {
        this.fieldName = value;
    }

    /**
     * Gets the value of the operateur property.
     * 
     */
    public int getOperateur() {
        return operateur;
    }

    /**
     * Sets the value of the operateur property.
     * 
     */
    public void setOperateur(int value) {
        this.operateur = value;
    }

    /**
     * Gets the value of the valeur property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getValeur() {
        return valeur;
    }

    /**
     * Sets the value of the valeur property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setValeur(String value) {
        this.valeur = value;
    }

    /**
     * Gets the value of the descidAlias property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getDescidAlias() {
        return descidAlias;
    }

    /**
     * Sets the value of the descidAlias property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setDescidAlias(String value) {
        this.descidAlias = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchByCustomFields.java 33
fr/paris/lutece/plugins/eudonetbp/event14/SearchByCustomFields.java 33
fr/paris/lutece/plugins/eudonetbp/event25/SearchByCustomFields.java 33
fr/paris/lutece/plugins/eudonetbp/event5/SearchByCustomFields.java 33
fr/paris/lutece/plugins/eudonetbp/template6/SearchByCustomFields.java 33
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "arguments",
    "nop",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchByCustomFields")
public class SearchByCustomFields {

    @XmlElement(name = "Arguments")
    protected ArrayOfFieldFilter arguments;
    @XmlElement(name = "nOP")
    protected int nop;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the arguments property.
     * 
     * @return
     *     possible object is
     *     {@link ArrayOfFieldFilter }
     *     
     */
    public ArrayOfFieldFilter getArguments() {
        return arguments;
    }

    /**
     * Sets the value of the arguments property.
     * 
     * @param value
     *     allowed object is
     *     {@link ArrayOfFieldFilter }
     *     
     */
    public void setArguments(ArrayOfFieldFilter value) {
        this.arguments = value;
    }

    /**
     * Gets the value of the nop property.
     * 
     */
    public int getNOP() {
        return nop;
    }

    /**
     * Sets the value of the nop property.
     * 
     */
    public void setNOP(int value) {
        this.nop = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchByMainField.java 32
fr/paris/lutece/plugins/eudonetbp/event14/SearchByMainField.java 32
fr/paris/lutece/plugins/eudonetbp/event25/SearchByMainField.java 32
fr/paris/lutece/plugins/eudonetbp/event5/SearchByMainField.java 32
fr/paris/lutece/plugins/eudonetbp/template6/SearchByMainField.java 32
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "sOperator",
    "sValue",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchByMainField")
public class SearchByMainField {

    protected String sOperator;
    protected String sValue;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the sOperator property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSOperator() {
        return sOperator;
    }

    /**
     * Sets the value of the sOperator property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSOperator(String value) {
        this.sOperator = value;
    }

    /**
     * Gets the value of the sValue property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSValue() {
        return sValue;
    }

    /**
     * Sets the value of the sValue property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSValue(String value) {
        this.sValue = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchByFilterId.java 31
fr/paris/lutece/plugins/eudonetbp/event14/SearchByFilterId.java 31
fr/paris/lutece/plugins/eudonetbp/event25/SearchByFilterId.java 31
fr/paris/lutece/plugins/eudonetbp/event5/SearchByFilterId.java 31
fr/paris/lutece/plugins/eudonetbp/template6/SearchByFilterId.java 31
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "nFilterId",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchByFilterId")
public class SearchByFilterId {

    protected int nFilterId;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the nFilterId property.
     * 
     */
    public int getNFilterId() {
        return nFilterId;
    }

    /**
     * Sets the value of the nFilterId property.
     * 
     */
    public void setNFilterId(int value) {
        this.nFilterId = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/SearchByFilterName.java 31
fr/paris/lutece/plugins/eudonetbp/event14/SearchByFilterName.java 31
fr/paris/lutece/plugins/eudonetbp/event25/SearchByFilterName.java 31
fr/paris/lutece/plugins/eudonetbp/event5/SearchByFilterName.java 31
fr/paris/lutece/plugins/eudonetbp/template6/SearchByFilterName.java 31
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "filtername",
    "pageNumber",
    "token"
})
@XmlRootElement(name = "SearchByFilterName")
public class SearchByFilterName {

    protected String filtername;
    protected int pageNumber;
    protected String token;

    /**
     * Gets the value of the filtername property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFiltername() {
        return filtername;
    }

    /**
     * Sets the value of the filtername property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFiltername(String value) {
        this.filtername = value;
    }

    /**
     * Gets the value of the pageNumber property.
     * 
     */
    public int getPageNumber() {
        return pageNumber;
    }

    /**
     * Sets the value of the pageNumber property.
     * 
     */
    public void setPageNumber(int value) {
        this.pageNumber = value;
    }

    /**
     * Gets the value of the token property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getToken() {
        return token;
    }

    /**
     * Sets the value of the token property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setToken(String value) {
        this.token = value;
    }

}
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Soap.java 95
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Soap.java 95
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Soap.java 95
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Soap.java 95
fr/paris/lutece/plugins/eudonetbp/template6/TEMPLATE6Soap.java 95
    public ResultEVENT11 searchById(
        @WebParam(name = "sFieldNameId", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sFieldNameId,
        @WebParam(name = "sOperator", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sOperator,
        @WebParam(name = "sFileId", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sFileId,
        @WebParam(name = "pageNumber", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        int pageNumber,
        @WebParam(name = "token", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String token);

    /**
     * Rechercher un ou plusieurs enregistrements en filtrant par/sur sur un champ arbitraire
     * 
     * @param pageNumber
     * @param sOperator
     * @param sValue
     * @param sField
     * @param token
     * @return
     *     returns fr.paris.lutece.plugins.eudonetbp.event11.ResultEVENT11
     */
    @WebMethod(operationName = "SearchByCustomField", action = "https://www.eudonet.com/EUDO_BPART_V3/ws/SearchByCustomField")
    @WebResult(name = "SearchByCustomFieldResult", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
    @RequestWrapper(localName = "SearchByCustomField", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/", className = "fr.paris.lutece.plugins.eudonetbp.event11.SearchByCustomField")
Fichier Ligne
fr/paris/lutece/plugins/eudonetbp/event11/EVENT11Soap.java 122
fr/paris/lutece/plugins/eudonetbp/event14/EVENT14Soap.java 122
fr/paris/lutece/plugins/eudonetbp/event25/EVENT25Soap.java 122
fr/paris/lutece/plugins/eudonetbp/event5/EVENT5Soap.java 122
fr/paris/lutece/plugins/eudonetbp/template6/TEMPLATE6Soap.java 122
    public ResultEVENT11 searchByCustomField(
        @WebParam(name = "sField", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sField,
        @WebParam(name = "sOperator", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sOperator,
        @WebParam(name = "sValue", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String sValue,
        @WebParam(name = "pageNumber", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        int pageNumber,
        @WebParam(name = "token", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
        String token);

    /**
     * Rechercher un ou plusieurs enregistrements en filtrant parsur son champ principal  
     * 
     * @param pageNumber
     * @param sOperator
     * @param sValue
     * @param token
     * @return
     *     returns fr.paris.lutece.plugins.eudonetbp.event11.ResultEVENT11
     */
    @WebMethod(operationName = "SearchByMainField", action = "https://www.eudonet.com/EUDO_BPART_V3/ws/SearchByMainField")
    @WebResult(name = "SearchByMainFieldResult", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/")
    @RequestWrapper(localName = "SearchByMainField", targetNamespace = "https://www.eudonet.com/EUDO_BPART_V3/ws/", className = "fr.paris.lutece.plugins.eudonetbp.event11.SearchByMainField")