public static class Conformance.Messaging extends BaseIdentifiableElement implements IResourceBlock
Definition: A description of the messaging capabilities of the solution
| Constructor and Description |
|---|
Messaging() |
| Modifier and Type | Method and Description |
|---|---|
Conformance.MessagingEndpoint |
addEndpoint()
Adds and returns a new value for endpoint ()
|
Conformance.Messaging |
addEndpoint(Conformance.MessagingEndpoint theValue)
Adds a given new value for endpoint ()
|
Conformance.MessagingEvent |
addEvent()
Adds and returns a new value for event ()
|
Conformance.Messaging |
addEvent(Conformance.MessagingEvent theValue)
Adds a given new value for event ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDocumentation()
Gets the value(s) for documentation ().
|
StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
List<Conformance.MessagingEndpoint> |
getEndpoint()
Gets the value(s) for endpoint ().
|
Conformance.MessagingEndpoint |
getEndpointFirstRep()
Gets the first repetition for endpoint (),
creating it if it does not already exist.
|
List<Conformance.MessagingEvent> |
getEvent()
Gets the value(s) for event ().
|
Conformance.MessagingEvent |
getEventFirstRep()
Gets the first repetition for event (),
creating it if it does not already exist.
|
Integer |
getReliableCache()
Gets the value(s) for reliableCache ().
|
UnsignedIntDt |
getReliableCacheElement()
Gets the value(s) for reliableCache ().
|
boolean |
isEmpty() |
Conformance.Messaging |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.Messaging |
setDocumentation(StringDt theValue)
Sets the value(s) for documentation ()
|
Conformance.Messaging |
setEndpoint(List<Conformance.MessagingEndpoint> theValue)
Sets the value(s) for endpoint ()
|
Conformance.Messaging |
setEvent(List<Conformance.MessagingEvent> theValue)
Sets the value(s) for event ()
|
Conformance.Messaging |
setReliableCache(int theInteger)
Sets the value for reliableCache ()
|
Conformance.Messaging |
setReliableCache(UnsignedIntDt theValue)
Sets the value(s) for reliableCache ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Messaging()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<Conformance.MessagingEndpoint> getEndpoint()
null.
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
public Conformance.Messaging setEndpoint(List<Conformance.MessagingEndpoint> theValue)
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
public Conformance.MessagingEndpoint addEndpoint()
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
public Conformance.Messaging addEndpoint(Conformance.MessagingEndpoint theValue)
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
theValue - The endpoint to add (must not be null)public Conformance.MessagingEndpoint getEndpointFirstRep()
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
public UnsignedIntDt getReliableCacheElement()
null.
Definition: Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)
public Integer getReliableCache()
null.
Definition: Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)
public Conformance.Messaging setReliableCache(UnsignedIntDt theValue)
Definition: Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)
public Conformance.Messaging setReliableCache(int theInteger)
Definition: Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)
public StringDt getDocumentationElement()
null.
Definition: Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner.
public String getDocumentation()
null.
Definition: Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner.
public Conformance.Messaging setDocumentation(StringDt theValue)
Definition: Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner.
public Conformance.Messaging setDocumentation(String theString)
Definition: Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the conformance statement. For example, process for becoming an authorized messaging exchange partner.
public List<Conformance.MessagingEvent> getEvent()
null.
Definition: A description of the solution's support for an event at this end-point.
public Conformance.Messaging setEvent(List<Conformance.MessagingEvent> theValue)
Definition: A description of the solution's support for an event at this end-point.
public Conformance.MessagingEvent addEvent()
Definition: A description of the solution's support for an event at this end-point.
public Conformance.Messaging addEvent(Conformance.MessagingEvent theValue)
Definition: A description of the solution's support for an event at this end-point.
theValue - The event to add (must not be null)public Conformance.MessagingEvent getEventFirstRep()
Definition: A description of the solution's support for an event at this end-point.
Copyright © 2014–2016 University Health Network. All rights reserved.