Guest User

Untitled

a guest
Nov 23rd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 44.60 KB | None | 0 0
  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
  3. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2017.11.23 at 03:55:17 PM MSK
  6. //
  7.  
  8.  
  9. package generated;
  10.  
  11. import java.io.Serializable;
  12. import java.util.ArrayList;
  13. import java.util.List;
  14. import javax.xml.bind.JAXBElement;
  15. import javax.xml.bind.annotation.XmlAccessType;
  16. import javax.xml.bind.annotation.XmlAccessorType;
  17. import javax.xml.bind.annotation.XmlAttribute;
  18. import javax.xml.bind.annotation.XmlElement;
  19. import javax.xml.bind.annotation.XmlElementRef;
  20. import javax.xml.bind.annotation.XmlMixed;
  21. import javax.xml.bind.annotation.XmlRootElement;
  22. import javax.xml.bind.annotation.XmlType;
  23. import javax.xml.bind.annotation.XmlValue;
  24.  
  25.  
  26. /**
  27.  * <p>Java class for anonymous complex type.
  28.  *
  29.  * <p>The following schema fragment specifies the expected content contained within this class.
  30.  *
  31.  * <pre>
  32.  * &lt;complexType>
  33.  *   &lt;complexContent>
  34.  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  35.  *       &lt;sequence>
  36.  *         &lt;element name="staff">
  37.  *           &lt;complexType>
  38.  *             &lt;complexContent>
  39.  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  40.  *                 &lt;sequence>
  41.  *                   &lt;element name="staffnode" maxOccurs="unbounded" minOccurs="0">
  42.  *                     &lt;complexType>
  43.  *                       &lt;complexContent>
  44.  *                         &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  45.  *                           &lt;sequence>
  46.  *                             &lt;element name="identifiers">
  47.  *                               &lt;complexType>
  48.  *                                 &lt;complexContent>
  49.  *                                   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  50.  *                                     &lt;sequence>
  51.  *                                       &lt;element name="identifier" minOccurs="0">
  52.  *                                         &lt;complexType>
  53.  *                                           &lt;simpleContent>
  54.  *                                             &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
  55.  *                                               &lt;attribute name="type_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
  56.  *                                               &lt;attribute name="id_card" type="{http://www.w3.org/2001/XMLSchema}short" />
  57.  *                                               &lt;attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" />
  58.  *                                               &lt;attribute name="identifier_transformed" type="{http://www.w3.org/2001/XMLSchema}int" />
  59.  *                                               &lt;attribute name="date_begin_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  60.  *                                               &lt;attribute name="date_end_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  61.  *                                               &lt;attribute name="prohibit" type="{http://www.w3.org/2001/XMLSchema}string" />
  62.  *                                             &lt;/extension>
  63.  *                                           &lt;/simpleContent>
  64.  *                                         &lt;/complexType>
  65.  *                                       &lt;/element>
  66.  *                                     &lt;/sequence>
  67.  *                                   &lt;/restriction>
  68.  *                                 &lt;/complexContent>
  69.  *                               &lt;/complexType>
  70.  *                             &lt;/element>
  71.  *                           &lt;/sequence>
  72.  *                           &lt;attribute name="last_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  73.  *                           &lt;attribute name="first_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  74.  *                           &lt;attribute name="middle_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  75.  *                           &lt;attribute name="id_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  76.  *                           &lt;attribute name="id_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  77.  *                           &lt;attribute name="tabel_id" type="{http://www.w3.org/2001/XMLSchema}byte" />
  78.  *                           &lt;attribute name="date_begin" type="{http://www.w3.org/2001/XMLSchema}string" />
  79.  *                           &lt;attribute name="date_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  80.  *                           &lt;attribute name="id_subdiv_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  81.  *                           &lt;attribute name="id_appoint_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  82.  *                           &lt;attribute name="id_graphwork_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  83.  *                           &lt;attribute name="id_subdiv_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  84.  *                           &lt;attribute name="id_appoint_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  85.  *                           &lt;attribute name="id_graphwork_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  86.  *                           &lt;attribute name="date_dismiss" type="{http://www.w3.org/2001/XMLSchema}string" />
  87.  *                           &lt;attribute name="path_photo" type="{http://www.w3.org/2001/XMLSchema}string" />
  88.  *                         &lt;/restriction>
  89.  *                       &lt;/complexContent>
  90.  *                     &lt;/complexType>
  91.  *                   &lt;/element>
  92.  *                 &lt;/sequence>
  93.  *               &lt;/restriction>
  94.  *             &lt;/complexContent>
  95.  *           &lt;/complexType>
  96.  *         &lt;/element>
  97.  *       &lt;/sequence>
  98.  *       &lt;attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
  99.  *       &lt;attribute name="mode_display" type="{http://www.w3.org/2001/XMLSchema}string" />
  100.  *       &lt;attribute name="subdiv" type="{http://www.w3.org/2001/XMLSchema}string" />
  101.  *     &lt;/restriction>
  102.  *   &lt;/complexContent>
  103.  * &lt;/complexType>
  104.  * </pre>
  105.  *
  106.  *
  107.  */
  108. @XmlAccessorType(XmlAccessType.FIELD)
  109. @XmlType(name = "", propOrder = {
  110.     "staff"
  111. })
  112. @XmlRootElement(name = "documentrequest")
  113. public class Documentrequest {
  114.  
  115.     @XmlElement(required = true)
  116.     protected Documentrequest.Staff staff;
  117.     @XmlAttribute(name = "type")
  118.     protected String type;
  119.     @XmlAttribute(name = "mode_display")
  120.     protected String modeDisplay;
  121.     @XmlAttribute(name = "subdiv")
  122.     protected String subdiv;
  123.  
  124.     /**
  125.      * Gets the value of the staff property.
  126.      *
  127.      * @return
  128.      *     possible object is
  129.      *     {@link Documentrequest.Staff }
  130.      *    
  131.      */
  132.     public Documentrequest.Staff getStaff() {
  133.         return staff;
  134.     }
  135.  
  136.     /**
  137.      * Sets the value of the staff property.
  138.      *
  139.      * @param value
  140.      *     allowed object is
  141.      *     {@link Documentrequest.Staff }
  142.      *    
  143.      */
  144.     public void setStaff(Documentrequest.Staff value) {
  145.         this.staff = value;
  146.     }
  147.  
  148.     /**
  149.      * Gets the value of the type property.
  150.      *
  151.      * @return
  152.      *     possible object is
  153.      *     {@link String }
  154.      *    
  155.      */
  156.     public String getType() {
  157.         return type;
  158.     }
  159.  
  160.     /**
  161.      * Sets the value of the type property.
  162.      *
  163.      * @param value
  164.      *     allowed object is
  165.      *     {@link String }
  166.      *    
  167.      */
  168.     public void setType(String value) {
  169.         this.type = value;
  170.     }
  171.  
  172.     /**
  173.      * Gets the value of the modeDisplay property.
  174.      *
  175.      * @return
  176.      *     possible object is
  177.      *     {@link String }
  178.      *    
  179.      */
  180.     public String getModeDisplay() {
  181.         return modeDisplay;
  182.     }
  183.  
  184.     /**
  185.      * Sets the value of the modeDisplay property.
  186.      *
  187.      * @param value
  188.      *     allowed object is
  189.      *     {@link String }
  190.      *    
  191.      */
  192.     public void setModeDisplay(String value) {
  193.         this.modeDisplay = value;
  194.     }
  195.  
  196.     /**
  197.      * Gets the value of the subdiv property.
  198.      *
  199.      * @return
  200.      *     possible object is
  201.      *     {@link String }
  202.      *    
  203.      */
  204.     public String getSubdiv() {
  205.         return subdiv;
  206.     }
  207.  
  208.     /**
  209.      * Sets the value of the subdiv property.
  210.      *
  211.      * @param value
  212.      *     allowed object is
  213.      *     {@link String }
  214.      *    
  215.      */
  216.     public void setSubdiv(String value) {
  217.         this.subdiv = value;
  218.     }
  219.  
  220.  
  221.     /**
  222.      * <p>Java class for anonymous complex type.
  223.      *
  224.      * <p>The following schema fragment specifies the expected content contained within this class.
  225.      *
  226.      * <pre>
  227.      * &lt;complexType>
  228.      *   &lt;complexContent>
  229.      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  230.      *       &lt;sequence>
  231.      *         &lt;element name="staffnode" maxOccurs="unbounded" minOccurs="0">
  232.      *           &lt;complexType>
  233.      *             &lt;complexContent>
  234.      *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  235.      *                 &lt;sequence>
  236.      *                   &lt;element name="identifiers">
  237.      *                     &lt;complexType>
  238.      *                       &lt;complexContent>
  239.      *                         &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  240.      *                           &lt;sequence>
  241.      *                             &lt;element name="identifier" minOccurs="0">
  242.      *                               &lt;complexType>
  243.      *                                 &lt;simpleContent>
  244.      *                                   &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
  245.      *                                     &lt;attribute name="type_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
  246.      *                                     &lt;attribute name="id_card" type="{http://www.w3.org/2001/XMLSchema}short" />
  247.      *                                     &lt;attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" />
  248.      *                                     &lt;attribute name="identifier_transformed" type="{http://www.w3.org/2001/XMLSchema}int" />
  249.      *                                     &lt;attribute name="date_begin_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  250.      *                                     &lt;attribute name="date_end_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  251.      *                                     &lt;attribute name="prohibit" type="{http://www.w3.org/2001/XMLSchema}string" />
  252.      *                                   &lt;/extension>
  253.      *                                 &lt;/simpleContent>
  254.      *                               &lt;/complexType>
  255.      *                             &lt;/element>
  256.      *                           &lt;/sequence>
  257.      *                         &lt;/restriction>
  258.      *                       &lt;/complexContent>
  259.      *                     &lt;/complexType>
  260.      *                   &lt;/element>
  261.      *                 &lt;/sequence>
  262.      *                 &lt;attribute name="last_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  263.      *                 &lt;attribute name="first_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  264.      *                 &lt;attribute name="middle_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  265.      *                 &lt;attribute name="id_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  266.      *                 &lt;attribute name="id_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  267.      *                 &lt;attribute name="tabel_id" type="{http://www.w3.org/2001/XMLSchema}byte" />
  268.      *                 &lt;attribute name="date_begin" type="{http://www.w3.org/2001/XMLSchema}string" />
  269.      *                 &lt;attribute name="date_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  270.      *                 &lt;attribute name="id_subdiv_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  271.      *                 &lt;attribute name="id_appoint_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  272.      *                 &lt;attribute name="id_graphwork_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  273.      *                 &lt;attribute name="id_subdiv_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  274.      *                 &lt;attribute name="id_appoint_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  275.      *                 &lt;attribute name="id_graphwork_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  276.      *                 &lt;attribute name="date_dismiss" type="{http://www.w3.org/2001/XMLSchema}string" />
  277.      *                 &lt;attribute name="path_photo" type="{http://www.w3.org/2001/XMLSchema}string" />
  278.      *               &lt;/restriction>
  279.      *             &lt;/complexContent>
  280.      *           &lt;/complexType>
  281.      *         &lt;/element>
  282.      *       &lt;/sequence>
  283.      *     &lt;/restriction>
  284.      *   &lt;/complexContent>
  285.      * &lt;/complexType>
  286.      * </pre>
  287.      *
  288.      *
  289.      */
  290.     @XmlAccessorType(XmlAccessType.FIELD)
  291.     @XmlType(name = "", propOrder = {
  292.         "staffnode"
  293.     })
  294.     public static class Staff {
  295.  
  296.         protected List<Documentrequest.Staff.Staffnode> staffnode;
  297.  
  298.         /**
  299.          * Gets the value of the staffnode property.
  300.          *
  301.          * <p>
  302.          * This accessor method returns a reference to the live list,
  303.          * not a snapshot. Therefore any modification you make to the
  304.          * returned list will be present inside the JAXB object.
  305.          * This is why there is not a <CODE>set</CODE> method for the staffnode property.
  306.          *
  307.          * <p>
  308.          * For example, to add a new item, do as follows:
  309.          * <pre>
  310.          *    getStaffnode().add(newItem);
  311.          * </pre>
  312.          *
  313.          *
  314.          * <p>
  315.          * Objects of the following type(s) are allowed in the list
  316.          * {@link Documentrequest.Staff.Staffnode }
  317.          *
  318.          *
  319.          */
  320.         public List<Documentrequest.Staff.Staffnode> getStaffnode() {
  321.             if (staffnode == null) {
  322.                 staffnode = new ArrayList<Documentrequest.Staff.Staffnode>();
  323.             }
  324.             return this.staffnode;
  325.         }
  326.  
  327.  
  328.         /**
  329.          * <p>Java class for anonymous complex type.
  330.          *
  331.          * <p>The following schema fragment specifies the expected content contained within this class.
  332.          *
  333.          * <pre>
  334.          * &lt;complexType>
  335.          *   &lt;complexContent>
  336.          *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  337.          *       &lt;sequence>
  338.          *         &lt;element name="identifiers">
  339.          *           &lt;complexType>
  340.          *             &lt;complexContent>
  341.          *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  342.          *                 &lt;sequence>
  343.          *                   &lt;element name="identifier" minOccurs="0">
  344.          *                     &lt;complexType>
  345.          *                       &lt;simpleContent>
  346.          *                         &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
  347.          *                           &lt;attribute name="type_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
  348.          *                           &lt;attribute name="id_card" type="{http://www.w3.org/2001/XMLSchema}short" />
  349.          *                           &lt;attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" />
  350.          *                           &lt;attribute name="identifier_transformed" type="{http://www.w3.org/2001/XMLSchema}int" />
  351.          *                           &lt;attribute name="date_begin_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  352.          *                           &lt;attribute name="date_end_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  353.          *                           &lt;attribute name="prohibit" type="{http://www.w3.org/2001/XMLSchema}string" />
  354.          *                         &lt;/extension>
  355.          *                       &lt;/simpleContent>
  356.          *                     &lt;/complexType>
  357.          *                   &lt;/element>
  358.          *                 &lt;/sequence>
  359.          *               &lt;/restriction>
  360.          *             &lt;/complexContent>
  361.          *           &lt;/complexType>
  362.          *         &lt;/element>
  363.          *       &lt;/sequence>
  364.          *       &lt;attribute name="last_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  365.          *       &lt;attribute name="first_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  366.          *       &lt;attribute name="middle_name" type="{http://www.w3.org/2001/XMLSchema}string" />
  367.          *       &lt;attribute name="id_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  368.          *       &lt;attribute name="id_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  369.          *       &lt;attribute name="tabel_id" type="{http://www.w3.org/2001/XMLSchema}byte" />
  370.          *       &lt;attribute name="date_begin" type="{http://www.w3.org/2001/XMLSchema}string" />
  371.          *       &lt;attribute name="date_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  372.          *       &lt;attribute name="id_subdiv_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  373.          *       &lt;attribute name="id_appoint_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  374.          *       &lt;attribute name="id_graphwork_external" type="{http://www.w3.org/2001/XMLSchema}string" />
  375.          *       &lt;attribute name="id_subdiv_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  376.          *       &lt;attribute name="id_appoint_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  377.          *       &lt;attribute name="id_graphwork_internal" type="{http://www.w3.org/2001/XMLSchema}int" />
  378.          *       &lt;attribute name="date_dismiss" type="{http://www.w3.org/2001/XMLSchema}string" />
  379.          *       &lt;attribute name="path_photo" type="{http://www.w3.org/2001/XMLSchema}string" />
  380.          *     &lt;/restriction>
  381.          *   &lt;/complexContent>
  382.          * &lt;/complexType>
  383.          * </pre>
  384.          *
  385.          *
  386.          */
  387.         @XmlAccessorType(XmlAccessType.FIELD)
  388.         @XmlType(name = "", propOrder = {
  389.             "identifiers"
  390.         })
  391.         public static class Staffnode {
  392.  
  393.             @XmlElement(required = true)
  394.             protected Documentrequest.Staff.Staffnode.Identifiers identifiers;
  395.             @XmlAttribute(name = "last_name")
  396.             protected String lastName;
  397.             @XmlAttribute(name = "first_name")
  398.             protected String firstName;
  399.             @XmlAttribute(name = "middle_name")
  400.             protected String middleName;
  401.             @XmlAttribute(name = "id_internal")
  402.             protected Integer idInternal;
  403.             @XmlAttribute(name = "id_external")
  404.             protected String idExternal;
  405.             @XmlAttribute(name = "tabel_id")
  406.             protected Byte tabelId;
  407.             @XmlAttribute(name = "date_begin")
  408.             protected String dateBegin;
  409.             @XmlAttribute(name = "date_action")
  410.             protected String dateAction;
  411.             @XmlAttribute(name = "id_subdiv_external")
  412.             protected String idSubdivExternal;
  413.             @XmlAttribute(name = "id_appoint_external")
  414.             protected String idAppointExternal;
  415.             @XmlAttribute(name = "id_graphwork_external")
  416.             protected String idGraphworkExternal;
  417.             @XmlAttribute(name = "id_subdiv_internal")
  418.             protected Integer idSubdivInternal;
  419.             @XmlAttribute(name = "id_appoint_internal")
  420.             protected Integer idAppointInternal;
  421.             @XmlAttribute(name = "id_graphwork_internal")
  422.             protected Integer idGraphworkInternal;
  423.             @XmlAttribute(name = "date_dismiss")
  424.             protected String dateDismiss;
  425.             @XmlAttribute(name = "path_photo")
  426.             protected String pathPhoto;
  427.  
  428.             /**
  429.              * Gets the value of the identifiers property.
  430.              *
  431.              * @return
  432.              *     possible object is
  433.              *     {@link Documentrequest.Staff.Staffnode.Identifiers }
  434.              *    
  435.              */
  436.             public Documentrequest.Staff.Staffnode.Identifiers getIdentifiers() {
  437.                 return identifiers;
  438.             }
  439.  
  440.             /**
  441.              * Sets the value of the identifiers property.
  442.              *
  443.              * @param value
  444.              *     allowed object is
  445.              *     {@link Documentrequest.Staff.Staffnode.Identifiers }
  446.              *    
  447.              */
  448.             public void setIdentifiers(Documentrequest.Staff.Staffnode.Identifiers value) {
  449.                 this.identifiers = value;
  450.             }
  451.  
  452.             /**
  453.              * Gets the value of the lastName property.
  454.              *
  455.              * @return
  456.              *     possible object is
  457.              *     {@link String }
  458.              *    
  459.              */
  460.             public String getLastName() {
  461.                 return lastName;
  462.             }
  463.  
  464.             /**
  465.              * Sets the value of the lastName property.
  466.              *
  467.              * @param value
  468.              *     allowed object is
  469.              *     {@link String }
  470.              *    
  471.              */
  472.             public void setLastName(String value) {
  473.                 this.lastName = value;
  474.             }
  475.  
  476.             /**
  477.              * Gets the value of the firstName property.
  478.              *
  479.              * @return
  480.              *     possible object is
  481.              *     {@link String }
  482.              *    
  483.              */
  484.             public String getFirstName() {
  485.                 return firstName;
  486.             }
  487.  
  488.             /**
  489.              * Sets the value of the firstName property.
  490.              *
  491.              * @param value
  492.              *     allowed object is
  493.              *     {@link String }
  494.              *    
  495.              */
  496.             public void setFirstName(String value) {
  497.                 this.firstName = value;
  498.             }
  499.  
  500.             /**
  501.              * Gets the value of the middleName property.
  502.              *
  503.              * @return
  504.              *     possible object is
  505.              *     {@link String }
  506.              *    
  507.              */
  508.             public String getMiddleName() {
  509.                 return middleName;
  510.             }
  511.  
  512.             /**
  513.              * Sets the value of the middleName property.
  514.              *
  515.              * @param value
  516.              *     allowed object is
  517.              *     {@link String }
  518.              *    
  519.              */
  520.             public void setMiddleName(String value) {
  521.                 this.middleName = value;
  522.             }
  523.  
  524.             /**
  525.              * Gets the value of the idInternal property.
  526.              *
  527.              * @return
  528.              *     possible object is
  529.              *     {@link Integer }
  530.              *    
  531.              */
  532.             public Integer getIdInternal() {
  533.                 return idInternal;
  534.             }
  535.  
  536.             /**
  537.              * Sets the value of the idInternal property.
  538.              *
  539.              * @param value
  540.              *     allowed object is
  541.              *     {@link Integer }
  542.              *    
  543.              */
  544.             public void setIdInternal(Integer value) {
  545.                 this.idInternal = value;
  546.             }
  547.  
  548.             /**
  549.              * Gets the value of the idExternal property.
  550.              *
  551.              * @return
  552.              *     possible object is
  553.              *     {@link String }
  554.              *    
  555.              */
  556.             public String getIdExternal() {
  557.                 return idExternal;
  558.             }
  559.  
  560.             /**
  561.              * Sets the value of the idExternal property.
  562.              *
  563.              * @param value
  564.              *     allowed object is
  565.              *     {@link String }
  566.              *    
  567.              */
  568.             public void setIdExternal(String value) {
  569.                 this.idExternal = value;
  570.             }
  571.  
  572.             /**
  573.              * Gets the value of the tabelId property.
  574.              *
  575.              * @return
  576.              *     possible object is
  577.              *     {@link Byte }
  578.              *    
  579.              */
  580.             public Byte getTabelId() {
  581.                 return tabelId;
  582.             }
  583.  
  584.             /**
  585.              * Sets the value of the tabelId property.
  586.              *
  587.              * @param value
  588.              *     allowed object is
  589.              *     {@link Byte }
  590.              *    
  591.              */
  592.             public void setTabelId(Byte value) {
  593.                 this.tabelId = value;
  594.             }
  595.  
  596.             /**
  597.              * Gets the value of the dateBegin property.
  598.              *
  599.              * @return
  600.              *     possible object is
  601.              *     {@link String }
  602.              *    
  603.              */
  604.             public String getDateBegin() {
  605.                 return dateBegin;
  606.             }
  607.  
  608.             /**
  609.              * Sets the value of the dateBegin property.
  610.              *
  611.              * @param value
  612.              *     allowed object is
  613.              *     {@link String }
  614.              *    
  615.              */
  616.             public void setDateBegin(String value) {
  617.                 this.dateBegin = value;
  618.             }
  619.  
  620.             /**
  621.              * Gets the value of the dateAction property.
  622.              *
  623.              * @return
  624.              *     possible object is
  625.              *     {@link String }
  626.              *    
  627.              */
  628.             public String getDateAction() {
  629.                 return dateAction;
  630.             }
  631.  
  632.             /**
  633.              * Sets the value of the dateAction property.
  634.              *
  635.              * @param value
  636.              *     allowed object is
  637.              *     {@link String }
  638.              *    
  639.              */
  640.             public void setDateAction(String value) {
  641.                 this.dateAction = value;
  642.             }
  643.  
  644.             /**
  645.              * Gets the value of the idSubdivExternal property.
  646.              *
  647.              * @return
  648.              *     possible object is
  649.              *     {@link String }
  650.              *    
  651.              */
  652.             public String getIdSubdivExternal() {
  653.                 return idSubdivExternal;
  654.             }
  655.  
  656.             /**
  657.              * Sets the value of the idSubdivExternal property.
  658.              *
  659.              * @param value
  660.              *     allowed object is
  661.              *     {@link String }
  662.              *    
  663.              */
  664.             public void setIdSubdivExternal(String value) {
  665.                 this.idSubdivExternal = value;
  666.             }
  667.  
  668.             /**
  669.              * Gets the value of the idAppointExternal property.
  670.              *
  671.              * @return
  672.              *     possible object is
  673.              *     {@link String }
  674.              *    
  675.              */
  676.             public String getIdAppointExternal() {
  677.                 return idAppointExternal;
  678.             }
  679.  
  680.             /**
  681.              * Sets the value of the idAppointExternal property.
  682.              *
  683.              * @param value
  684.              *     allowed object is
  685.              *     {@link String }
  686.              *    
  687.              */
  688.             public void setIdAppointExternal(String value) {
  689.                 this.idAppointExternal = value;
  690.             }
  691.  
  692.             /**
  693.              * Gets the value of the idGraphworkExternal property.
  694.              *
  695.              * @return
  696.              *     possible object is
  697.              *     {@link String }
  698.              *    
  699.              */
  700.             public String getIdGraphworkExternal() {
  701.                 return idGraphworkExternal;
  702.             }
  703.  
  704.             /**
  705.              * Sets the value of the idGraphworkExternal property.
  706.              *
  707.              * @param value
  708.              *     allowed object is
  709.              *     {@link String }
  710.              *    
  711.              */
  712.             public void setIdGraphworkExternal(String value) {
  713.                 this.idGraphworkExternal = value;
  714.             }
  715.  
  716.             /**
  717.              * Gets the value of the idSubdivInternal property.
  718.              *
  719.              * @return
  720.              *     possible object is
  721.              *     {@link Integer }
  722.              *    
  723.              */
  724.             public Integer getIdSubdivInternal() {
  725.                 return idSubdivInternal;
  726.             }
  727.  
  728.             /**
  729.              * Sets the value of the idSubdivInternal property.
  730.              *
  731.              * @param value
  732.              *     allowed object is
  733.              *     {@link Integer }
  734.              *    
  735.              */
  736.             public void setIdSubdivInternal(Integer value) {
  737.                 this.idSubdivInternal = value;
  738.             }
  739.  
  740.             /**
  741.              * Gets the value of the idAppointInternal property.
  742.              *
  743.              * @return
  744.              *     possible object is
  745.              *     {@link Integer }
  746.              *    
  747.              */
  748.             public Integer getIdAppointInternal() {
  749.                 return idAppointInternal;
  750.             }
  751.  
  752.             /**
  753.              * Sets the value of the idAppointInternal property.
  754.              *
  755.              * @param value
  756.              *     allowed object is
  757.              *     {@link Integer }
  758.              *    
  759.              */
  760.             public void setIdAppointInternal(Integer value) {
  761.                 this.idAppointInternal = value;
  762.             }
  763.  
  764.             /**
  765.              * Gets the value of the idGraphworkInternal property.
  766.              *
  767.              * @return
  768.              *     possible object is
  769.              *     {@link Integer }
  770.              *    
  771.              */
  772.             public Integer getIdGraphworkInternal() {
  773.                 return idGraphworkInternal;
  774.             }
  775.  
  776.             /**
  777.              * Sets the value of the idGraphworkInternal property.
  778.              *
  779.              * @param value
  780.              *     allowed object is
  781.              *     {@link Integer }
  782.              *    
  783.              */
  784.             public void setIdGraphworkInternal(Integer value) {
  785.                 this.idGraphworkInternal = value;
  786.             }
  787.  
  788.             /**
  789.              * Gets the value of the dateDismiss property.
  790.              *
  791.              * @return
  792.              *     possible object is
  793.              *     {@link String }
  794.              *    
  795.              */
  796.             public String getDateDismiss() {
  797.                 return dateDismiss;
  798.             }
  799.  
  800.             /**
  801.              * Sets the value of the dateDismiss property.
  802.              *
  803.              * @param value
  804.              *     allowed object is
  805.              *     {@link String }
  806.              *    
  807.              */
  808.             public void setDateDismiss(String value) {
  809.                 this.dateDismiss = value;
  810.             }
  811.  
  812.             /**
  813.              * Gets the value of the pathPhoto property.
  814.              *
  815.              * @return
  816.              *     possible object is
  817.              *     {@link String }
  818.              *    
  819.              */
  820.             public String getPathPhoto() {
  821.                 return pathPhoto;
  822.             }
  823.  
  824.             /**
  825.              * Sets the value of the pathPhoto property.
  826.              *
  827.              * @param value
  828.              *     allowed object is
  829.              *     {@link String }
  830.              *    
  831.              */
  832.             public void setPathPhoto(String value) {
  833.                 this.pathPhoto = value;
  834.             }
  835.  
  836.  
  837.             /**
  838.              * <p>Java class for anonymous complex type.
  839.              *
  840.              * <p>The following schema fragment specifies the expected content contained within this class.
  841.              *
  842.              * <pre>
  843.              * &lt;complexType>
  844.              *   &lt;complexContent>
  845.              *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  846.              *       &lt;sequence>
  847.              *         &lt;element name="identifier" minOccurs="0">
  848.              *           &lt;complexType>
  849.              *             &lt;simpleContent>
  850.              *               &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
  851.              *                 &lt;attribute name="type_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
  852.              *                 &lt;attribute name="id_card" type="{http://www.w3.org/2001/XMLSchema}short" />
  853.              *                 &lt;attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" />
  854.              *                 &lt;attribute name="identifier_transformed" type="{http://www.w3.org/2001/XMLSchema}int" />
  855.              *                 &lt;attribute name="date_begin_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  856.              *                 &lt;attribute name="date_end_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  857.              *                 &lt;attribute name="prohibit" type="{http://www.w3.org/2001/XMLSchema}string" />
  858.              *               &lt;/extension>
  859.              *             &lt;/simpleContent>
  860.              *           &lt;/complexType>
  861.              *         &lt;/element>
  862.              *       &lt;/sequence>
  863.              *     &lt;/restriction>
  864.              *   &lt;/complexContent>
  865.              * &lt;/complexType>
  866.              * </pre>
  867.              *
  868.              *
  869.              */
  870.             @XmlAccessorType(XmlAccessType.FIELD)
  871.             @XmlType(name = "", propOrder = {
  872.                 "content"
  873.             })
  874.             public static class Identifiers {
  875.  
  876.                 @XmlElementRef(name = "identifier", type = JAXBElement.class, required = false)
  877.                 @XmlMixed
  878.                 protected List<Serializable> content;
  879.  
  880.                 /**
  881.                  * Gets the value of the content property.
  882.                  *
  883.                  * <p>
  884.                  * This accessor method returns a reference to the live list,
  885.                  * not a snapshot. Therefore any modification you make to the
  886.                  * returned list will be present inside the JAXB object.
  887.                  * This is why there is not a <CODE>set</CODE> method for the content property.
  888.                  *
  889.                  * <p>
  890.                  * For example, to add a new item, do as follows:
  891.                  * <pre>
  892.                  *    getContent().add(newItem);
  893.                  * </pre>
  894.                  *
  895.                  *
  896.                  * <p>
  897.                  * Objects of the following type(s) are allowed in the list
  898.                  * {@link String }
  899.                  * {@link JAXBElement }{@code <}{@link Documentrequest.Staff.Staffnode.Identifiers.Identifier }{@code >}
  900.                  *
  901.                  *
  902.                  */
  903.                 public List<Serializable> getContent() {
  904.                     if (content == null) {
  905.                         content = new ArrayList<Serializable>();
  906.                     }
  907.                     return this.content;
  908.                 }
  909.  
  910.  
  911.                 /**
  912.                  * <p>Java class for anonymous complex type.
  913.                  *
  914.                  * <p>The following schema fragment specifies the expected content contained within this class.
  915.                  *
  916.                  * <pre>
  917.                  * &lt;complexType>
  918.                  *   &lt;simpleContent>
  919.                  *     &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
  920.                  *       &lt;attribute name="type_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
  921.                  *       &lt;attribute name="id_card" type="{http://www.w3.org/2001/XMLSchema}short" />
  922.                  *       &lt;attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" />
  923.                  *       &lt;attribute name="identifier_transformed" type="{http://www.w3.org/2001/XMLSchema}int" />
  924.                  *       &lt;attribute name="date_begin_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  925.                  *       &lt;attribute name="date_end_action" type="{http://www.w3.org/2001/XMLSchema}string" />
  926.                  *       &lt;attribute name="prohibit" type="{http://www.w3.org/2001/XMLSchema}string" />
  927.                  *     &lt;/extension>
  928.                  *   &lt;/simpleContent>
  929.                  * &lt;/complexType>
  930.                  * </pre>
  931.                  *
  932.                  *
  933.                  */
  934.                 @XmlAccessorType(XmlAccessType.FIELD)
  935.                 @XmlType(name = "", propOrder = {
  936.                     "value"
  937.                 })
  938.                 public static class Identifier {
  939.  
  940.                     @XmlValue
  941.                     protected String value;
  942.                     @XmlAttribute(name = "type_identifier")
  943.                     protected String typeIdentifier;
  944.                     @XmlAttribute(name = "id_card")
  945.                     protected Short idCard;
  946.                     @XmlAttribute(name = "identifier")
  947.                     protected Integer identifier;
  948.                     @XmlAttribute(name = "identifier_transformed")
  949.                     protected Integer identifierTransformed;
  950.                     @XmlAttribute(name = "date_begin_action")
  951.                     protected String dateBeginAction;
  952.                     @XmlAttribute(name = "date_end_action")
  953.                     protected String dateEndAction;
  954.                     @XmlAttribute(name = "prohibit")
  955.                     protected String prohibit;
  956.  
  957.                     /**
  958.                      * Gets the value of the value property.
  959.                      *
  960.                      * @return
  961.                      *     possible object is
  962.                      *     {@link String }
  963.                      *    
  964.                      */
  965.                     public String getValue() {
  966.                         return value;
  967.                     }
  968.  
  969.                     /**
  970.                      * Sets the value of the value property.
  971.                      *
  972.                      * @param value
  973.                      *     allowed object is
  974.                      *     {@link String }
  975.                      *    
  976.                      */
  977.                     public void setValue(String value) {
  978.                         this.value = value;
  979.                     }
  980.  
  981.                     /**
  982.                      * Gets the value of the typeIdentifier property.
  983.                      *
  984.                      * @return
  985.                      *     possible object is
  986.                      *     {@link String }
  987.                      *    
  988.                      */
  989.                     public String getTypeIdentifier() {
  990.                         return typeIdentifier;
  991.                     }
  992.  
  993.                     /**
  994.                      * Sets the value of the typeIdentifier property.
  995.                      *
  996.                      * @param value
  997.                      *     allowed object is
  998.                      *     {@link String }
  999.                      *    
  1000.                      */
  1001.                     public void setTypeIdentifier(String value) {
  1002.                         this.typeIdentifier = value;
  1003.                     }
  1004.  
  1005.                     /**
  1006.                      * Gets the value of the idCard property.
  1007.                      *
  1008.                      * @return
  1009.                      *     possible object is
  1010.                      *     {@link Short }
  1011.                      *    
  1012.                      */
  1013.                     public Short getIdCard() {
  1014.                         return idCard;
  1015.                     }
  1016.  
  1017.                     /**
  1018.                      * Sets the value of the idCard property.
  1019.                      *
  1020.                      * @param value
  1021.                      *     allowed object is
  1022.                      *     {@link Short }
  1023.                      *    
  1024.                      */
  1025.                     public void setIdCard(Short value) {
  1026.                         this.idCard = value;
  1027.                     }
  1028.  
  1029.                     /**
  1030.                      * Gets the value of the identifier property.
  1031.                      *
  1032.                      * @return
  1033.                      *     possible object is
  1034.                      *     {@link Integer }
  1035.                      *    
  1036.                      */
  1037.                     public Integer getIdentifier() {
  1038.                         return identifier;
  1039.                     }
  1040.  
  1041.                     /**
  1042.                      * Sets the value of the identifier property.
  1043.                      *
  1044.                      * @param value
  1045.                      *     allowed object is
  1046.                      *     {@link Integer }
  1047.                      *    
  1048.                      */
  1049.                     public void setIdentifier(Integer value) {
  1050.                         this.identifier = value;
  1051.                     }
  1052.  
  1053.                     /**
  1054.                      * Gets the value of the identifierTransformed property.
  1055.                      *
  1056.                      * @return
  1057.                      *     possible object is
  1058.                      *     {@link Integer }
  1059.                      *    
  1060.                      */
  1061.                     public Integer getIdentifierTransformed() {
  1062.                         return identifierTransformed;
  1063.                     }
  1064.  
  1065.                     /**
  1066.                      * Sets the value of the identifierTransformed property.
  1067.                      *
  1068.                      * @param value
  1069.                      *     allowed object is
  1070.                      *     {@link Integer }
  1071.                      *    
  1072.                      */
  1073.                     public void setIdentifierTransformed(Integer value) {
  1074.                         this.identifierTransformed = value;
  1075.                     }
  1076.  
  1077.                     /**
  1078.                      * Gets the value of the dateBeginAction property.
  1079.                      *
  1080.                      * @return
  1081.                      *     possible object is
  1082.                      *     {@link String }
  1083.                      *    
  1084.                      */
  1085.                     public String getDateBeginAction() {
  1086.                         return dateBeginAction;
  1087.                     }
  1088.  
  1089.                     /**
  1090.                      * Sets the value of the dateBeginAction property.
  1091.                      *
  1092.                      * @param value
  1093.                      *     allowed object is
  1094.                      *     {@link String }
  1095.                      *    
  1096.                      */
  1097.                     public void setDateBeginAction(String value) {
  1098.                         this.dateBeginAction = value;
  1099.                     }
  1100.  
  1101.                     /**
  1102.                      * Gets the value of the dateEndAction property.
  1103.                      *
  1104.                      * @return
  1105.                      *     possible object is
  1106.                      *     {@link String }
  1107.                      *    
  1108.                      */
  1109.                     public String getDateEndAction() {
  1110.                         return dateEndAction;
  1111.                     }
  1112.  
  1113.                     /**
  1114.                      * Sets the value of the dateEndAction property.
  1115.                      *
  1116.                      * @param value
  1117.                      *     allowed object is
  1118.                      *     {@link String }
  1119.                      *    
  1120.                      */
  1121.                     public void setDateEndAction(String value) {
  1122.                         this.dateEndAction = value;
  1123.                     }
  1124.  
  1125.                     /**
  1126.                      * Gets the value of the prohibit property.
  1127.                      *
  1128.                      * @return
  1129.                      *     possible object is
  1130.                      *     {@link String }
  1131.                      *    
  1132.                      */
  1133.                     public String getProhibit() {
  1134.                         return prohibit;
  1135.                     }
  1136.  
  1137.                     /**
  1138.                      * Sets the value of the prohibit property.
  1139.                      *
  1140.                      * @param value
  1141.                      *     allowed object is
  1142.                      *     {@link String }
  1143.                      *    
  1144.                      */
  1145.                     public void setProhibit(String value) {
  1146.                         this.prohibit = value;
  1147.                     }
  1148.  
  1149.                 }
  1150.  
  1151.             }
  1152.  
  1153.         }
  1154.  
  1155.     }
  1156.  
  1157. }
Add Comment
Please, Sign In to add comment