Package org.cip4.lib.xjdf.schema
Class SignalResource
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Signal
-
- org.cip4.lib.xjdf.schema.SignalResource
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class SignalResource extends Signal implements java.io.SerializableJava class for SignalResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalResource"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Signal"> <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 Summary
Fields Modifier and Type Field Description protected java.util.List<ResourceInfo>resourceInfo-
Fields inherited from class org.cip4.lib.xjdf.schema.Signal
channelMode
-
-
Constructor Summary
Constructors Constructor Description SignalResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<ResourceInfo>getResourceInfo()Gets the value of the resourceInfo property.inthashCode()SignalResourcewithAny(java.lang.Object... values)SignalResourcewithAny(java.util.Collection<java.lang.Object> values)SignalResourcewithChannelMode(EnumChannelMode value)SignalResourcewithHeader(Header value)SignalResourcewithResourceInfo(java.util.Collection<ResourceInfo> values)SignalResourcewithResourceInfo(ResourceInfo... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.Signal
getChannelMode, setChannelMode
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
resourceInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<ResourceInfo> resourceInfo
-
-
Method Detail
-
getResourceInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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
setmethod 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.
-
withResourceInfo
public SignalResource withResourceInfo(ResourceInfo... values)
-
withResourceInfo
public SignalResource withResourceInfo(java.util.Collection<ResourceInfo> values)
-
withChannelMode
public SignalResource withChannelMode(EnumChannelMode value)
- Overrides:
withChannelModein classSignal
-
withHeader
public SignalResource withHeader(Header value)
- Overrides:
withHeaderin classSignal
-
withAny
public SignalResource withAny(java.lang.Object... values)
-
withAny
public SignalResource withAny(java.util.Collection<java.lang.Object> values)
-
-