Package org.cip4.lib.xjdf.schema
Class ResponseKnownDevices
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseKnownDevices
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class ResponseKnownDevices extends Response implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Device>device-
Fields inherited from class org.cip4.lib.xjdf.schema.Response
notification, returnCode
-
-
Constructor Summary
Constructors Constructor Description ResponseKnownDevices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Device>getDevice()Gets the value of the device property.inthashCode()ResponseKnownDeviceswithAny(java.lang.Object... values)ResponseKnownDeviceswithAny(java.util.Collection<java.lang.Object> values)ResponseKnownDeviceswithDevice(java.util.Collection<Device> values)ResponseKnownDeviceswithDevice(Device... values)ResponseKnownDeviceswithHeader(Header value)ResponseKnownDeviceswithNotification(Notification value)ResponseKnownDeviceswithReturnCode(java.lang.Integer value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Response
getNotification, getReturnCode, setNotification, setReturnCode
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
device
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<Device> device
-
-
Method Detail
-
getDevice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<Device> getDevice()Gets the value of the device 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
setmethod 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- Returns:
- The value of the device property.
-
withDevice
public ResponseKnownDevices withDevice(Device... values)
-
withDevice
public ResponseKnownDevices withDevice(java.util.Collection<Device> values)
-
withNotification
public ResponseKnownDevices withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseKnownDevices withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseKnownDevices withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseKnownDevices withAny(java.lang.Object... values)
-
withAny
public ResponseKnownDevices withAny(java.util.Collection<java.lang.Object> values)
-
-