@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class ResponseResource
extends Response
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ResourceInfo> |
resourceInfo |
notification, returnCode| Constructor and Description |
|---|
ResponseResource() |
| Modifier and Type | Method and 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<ResourceInfo> |
getResourceInfo()
Gets the value of the resourceInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
ResponseResource |
withHeader(Header value) |
ResponseResource |
withNotification(Notification value) |
ResponseResource |
withResourceInfo(java.util.Collection<ResourceInfo> values) |
ResponseResource |
withResourceInfo(ResourceInfo... values) |
ResponseResource |
withReturnCode(java.lang.Integer value) |
getNotification, getReturnCode, setNotification, setReturnCodegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ResourceInfo> resourceInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<ResourceInfo> getResourceInfo()
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 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
public ResponseResource withResourceInfo(ResourceInfo... values)
public ResponseResource withResourceInfo(java.util.Collection<ResourceInfo> values)
public ResponseResource withNotification(Notification value)
withNotification in class Responsepublic ResponseResource withReturnCode(java.lang.Integer value)
withReturnCode in class Responsepublic ResponseResource withHeader(Header value)
withHeader in class Responsepublic 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)