@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class ResponseKnownDevices
extends Response
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResponseKnownDevices complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseKnownDevices">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Response">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Device" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Device> |
device |
notification, returnCode| Constructor and Description |
|---|
ResponseKnownDevices() |
| 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.EqualsStrategy strategy) |
java.util.List<Device> |
getDevice()
Gets the value of the device property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
ResponseKnownDevices |
withDevice(java.util.Collection<Device> values) |
ResponseKnownDevices |
withDevice(Device... values) |
ResponseKnownDevices |
withHeader(Header value) |
ResponseKnownDevices |
withNotification(Notification value) |
ResponseKnownDevices |
withReturnCode(java.lang.Integer value) |
getNotification, getReturnCode, setNotification, setReturnCodegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Device> device
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Device> getDevice()
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 device property.
For example, to add a new item, do as follows:
getDevice().add(newItem);
Objects of the following type(s) are allowed in the list
Device
public ResponseKnownDevices withDevice(Device... values)
public ResponseKnownDevices withDevice(java.util.Collection<Device> values)
public ResponseKnownDevices withNotification(Notification value)
withNotification in class Responsepublic ResponseKnownDevices withReturnCode(java.lang.Integer value)
withReturnCode in class Responsepublic ResponseKnownDevices 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)