Class Request

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-04-08T08:04:58+00:00",
               comments="JAXB RI v2.3.2")
    public class Request
    extends BaseElement
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for Request complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Request">
       <complexContent>
         <extension base="{http://www.printtalk.org/schema_20}BaseElement">
           <sequence>
             <element ref="{http://www.printtalk.org/schema_20}BusinessObject"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="BusinessID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="BusinessRefID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Object> any  
      protected java.lang.String businessID  
      protected javax.xml.bind.JAXBElement<?> businessObject  
      protected java.lang.String businessRefID  
      protected java.lang.String descriptiveName  
    • Constructor Summary

      Constructors 
      Constructor Description
      Request()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)  
      java.util.List<java.lang.Object> getAny()
      Gets the value of the any property.
      java.lang.String getBusinessID()
      Gets the value of the businessID property.
      javax.xml.bind.JAXBElement<?> getBusinessObject()
      Gets the value of the businessObject property.
      java.lang.String getBusinessRefID()
      Gets the value of the businessRefID property.
      java.lang.String getDescriptiveName()
      Gets the value of the descriptiveName property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setBusinessID​(java.lang.String value)
      Sets the value of the businessID property.
      void setBusinessObject​(javax.xml.bind.JAXBElement<?> value)
      Sets the value of the businessObject property.
      void setBusinessRefID​(java.lang.String value)
      Sets the value of the businessRefID property.
      void setDescriptiveName​(java.lang.String value)
      Sets the value of the descriptiveName property.
      Request withAny​(java.lang.Object... values)  
      Request withAny​(java.util.Collection<java.lang.Object> values)  
      Request withBusinessID​(java.lang.String value)  
      Request withBusinessObject​(javax.xml.bind.JAXBElement<?> value)  
      Request withBusinessRefID​(java.lang.String value)  
      Request withDescriptiveName​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • businessObject

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected javax.xml.bind.JAXBElement<?> businessObject
      • any

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.util.List<java.lang.Object> any
      • businessID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String businessID
      • businessRefID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String businessRefID
      • descriptiveName

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String descriptiveName
    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • getAny

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.util.List<java.lang.Object> getAny()
        Gets the value of the any property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

        For example, to add a new item, do as follows:

            getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Element Object

      • getBusinessID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getBusinessID()
        Gets the value of the businessID property.
        Returns:
        possible object is String
      • setBusinessID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setBusinessID​(java.lang.String value)
        Sets the value of the businessID property.
        Parameters:
        value - allowed object is String
      • getBusinessRefID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getBusinessRefID()
        Gets the value of the businessRefID property.
        Returns:
        possible object is String
      • setBusinessRefID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setBusinessRefID​(java.lang.String value)
        Sets the value of the businessRefID property.
        Parameters:
        value - allowed object is String
      • getDescriptiveName

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getDescriptiveName()
        Gets the value of the descriptiveName property.
        Returns:
        possible object is String
      • setDescriptiveName

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setDescriptiveName​(java.lang.String value)
        Sets the value of the descriptiveName property.
        Parameters:
        value - allowed object is String
      • withBusinessObject

        public Request withBusinessObject​(javax.xml.bind.JAXBElement<?> value)
      • withAny

        public Request withAny​(java.lang.Object... values)
      • withAny

        public Request withAny​(java.util.Collection<java.lang.Object> values)
      • withBusinessID

        public Request withBusinessID​(java.lang.String value)
      • withBusinessRefID

        public Request withBusinessRefID​(java.lang.String value)
      • withDescriptiveName

        public Request withDescriptiveName​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BaseElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BaseElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BaseElement