@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class XJMF
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java 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>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Header |
header |
protected java.util.List<Message> |
messages |
| Constructor and Description |
|---|
XJMF() |
| 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) |
Header |
getHeader()
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setHeader(Header value)
Sets the value of the header property.
|
XJMF |
withHeader(Header value) |
XJMF |
withMessages(java.util.Collection<Message> values) |
XJMF |
withMessages(Message... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Header header
@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<Message> messages
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Header getHeader()
Header@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setHeader(Header value)
value - allowed object is
Header@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<Message> getMessages()
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 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
Object
JAXBElement<ResponseReturnQueueEntry>
JAXBElement<ResponseResource>
JAXBElement<Message>
JAXBElement<ResponseKnownSubscriptions>
JAXBElement<Query>
JAXBElement<CommandShutDown>
JAXBElement<ResponseResubmitQueueEntry>
Element
JAXBElement<ResponseShutDown>
JAXBElement<QueryStatus>
JAXBElement<QueryQueueStatus>
JAXBElement<CommandSubmitQueueEntry>
JAXBElement<CommandPipeControl>
JAXBElement<QueryKnownDevices>
JAXBElement<ResponseKnownDevices>
JAXBElement<ResponseNotification>
JAXBElement<QueryKnownSubscriptions>
JAXBElement<Command>
JAXBElement<ResponseStatus>
JAXBElement<ResponseKnownMessages>
JAXBElement<SignalGangStatus>
JAXBElement<ResponseModifyQueueEntry>
JAXBElement<ResponseForceGang>
JAXBElement<Response>
JAXBElement<CommandResubmitQueueEntry>
JAXBElement<Signal>
JAXBElement<QueryResource>
JAXBElement<SignalNotification>
JAXBElement<QueryGangStatus>
JAXBElement<SignalQueueStatus>
JAXBElement<CommandModifyQueueEntry>
JAXBElement<CommandStopPersistentChannel>
JAXBElement<ResponseWakeUp>
JAXBElement<SignalResource>
JAXBElement<ResponseGangStatus>
JAXBElement<SignalKnownSubscriptions>
JAXBElement<ResponseQueueStatus>
JAXBElement<ResponseStopPersistentChannel>
JAXBElement<SignalStatus>
JAXBElement<ResponseSubmitQueueEntry>
JAXBElement<CommandRequestQueueEntry>
JAXBElement<ResponsePipeControl>
JAXBElement<QueryKnownMessages>
JAXBElement<CommandForceGang>
JAXBElement<CommandResource>
JAXBElement<SignalKnownDevices>
JAXBElement<CommandWakeUp>
JAXBElement<ResponseRequestQueueEntry>
JAXBElement<QueryNotification>
JAXBElement<CommandReturnQueueEntry>
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object