Class XJMF
- All Implemented Interfaces:
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>
<attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}Version" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the header property.Gets the value of the messages property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the header property.voidsetVersion(Version value) Sets the value of the version property.withHeader(Header value) withMessages(Collection<Message> values) withMessages(Message... values) withVersion(Version value)
-
Field Details
-
Constructor Details
-
XJMF
public XJMF()
-
-
Method Details
-
getHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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
ObjectJAXBElement<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>Element -
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withHeader
-
withMessages
-
withMessages
-
withVersion
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-