Class XJMF
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.XJMF
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class XJMF extends java.lang.Object implements java.io.SerializableJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Header"/> <choice maxOccurs="unbounded"> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Message"/> <any processContents='lax' namespace='##other'/> </choice> </sequence> <attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}Version" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XJMF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)HeadergetHeader()Gets the value of the header property.java.util.List<Message>getMessages()Gets the value of the messages property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.VersiongetVersion()Gets the value of the version property.inthashCode()voidsetHeader(Header value)Sets the value of the header property.voidsetVersion(Version value)Sets the value of the version property.XJMFwithHeader(Header value)XJMFwithMessages(java.util.Collection<Message> values)XJMFwithMessages(Message... values)XJMFwithVersion(Version value)
-
-
-
Field Detail
-
header
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Header header
-
messages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Message> messages
-
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Version version
-
-
Method Detail
-
getHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public Header getHeader()Gets the value of the header property.- Returns:
- possible object is
Header
-
setHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setHeader(Header value)Sets the value of the header property.- Parameters:
value- allowed object isHeader
-
getMessages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<Message> getMessages()Gets the value of the messages 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 messages property.For example, to add a new item, do as follows:
getMessages().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<Command>JAXBElement<CommandForceGang>JAXBElement<CommandModifyQueueEntry>JAXBElement<CommandPipeControl>JAXBElement<CommandRequestQueueEntry>JAXBElement<CommandResource>JAXBElement<CommandResubmitQueueEntry>JAXBElement<CommandReturnQueueEntry>JAXBElement<CommandShutDown>JAXBElement<CommandStopPersistentChannel>JAXBElement<CommandSubmitQueueEntry>JAXBElement<CommandWakeUp>JAXBElement<Message>JAXBElement<Query>JAXBElement<QueryGangStatus>JAXBElement<QueryKnownDevices>JAXBElement<QueryKnownMessages>JAXBElement<QueryKnownSubscriptions>JAXBElement<QueryNotification>JAXBElement<QueryQueueStatus>JAXBElement<QueryResource>JAXBElement<QueryStatus>JAXBElement<Response>JAXBElement<ResponseForceGang>JAXBElement<ResponseGangStatus>JAXBElement<ResponseKnownDevices>JAXBElement<ResponseKnownMessages>JAXBElement<ResponseKnownSubscriptions>JAXBElement<ResponseModifyQueueEntry>JAXBElement<ResponseNotification>JAXBElement<ResponsePipeControl>JAXBElement<ResponseQueueStatus>JAXBElement<ResponseRequestQueueEntry>JAXBElement<ResponseResource>JAXBElement<ResponseResubmitQueueEntry>JAXBElement<ResponseReturnQueueEntry>JAXBElement<ResponseShutDown>JAXBElement<ResponseStatus>JAXBElement<ResponseStopPersistentChannel>JAXBElement<ResponseSubmitQueueEntry>JAXBElement<ResponseWakeUp>JAXBElement<Signal>JAXBElement<SignalGangStatus>JAXBElement<SignalKnownDevices>JAXBElement<SignalKnownSubscriptions>JAXBElement<SignalNotification>JAXBElement<SignalQueueStatus>JAXBElement<SignalResource>JAXBElement<SignalStatus>ObjectElement- Returns:
- The value of the messages property.
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public Version getVersion()Gets the value of the version property.- Returns:
- possible object is
Version
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setVersion(Version value)Sets the value of the version property.- Parameters:
value- allowed object isVersion
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-