Class ResponseResource

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class ResponseResource
    extends Response
    implements java.io.Serializable

    Java class for ResponseResource complex type.

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

    
     <complexType name="ResponseResource">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Response">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceInfo" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • resourceInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<ResourceInfo> resourceInfo
    • Constructor Detail

      • ResponseResource

        public ResponseResource()
    • Method Detail

      • getResourceInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<ResourceInfo> getResourceInfo()
        Gets the value of the resourceInfo 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 Jakarta XML Binding object. This is why there is not a set method for the resourceInfo property.

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

            getResourceInfo().add(newItem);
         

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

        Returns:
        The value of the resourceInfo property.
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Response