Class Conformance.Messaging
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Conformance.Messaging
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Conformance
public static class Conformance.Messaging extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.messaging ()Definition: A description of the messaging capabilities of the solution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Messaging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conformance.MessagingEndpointaddEndpoint()Adds and returns a new value for endpoint ()Conformance.MessagingaddEndpoint(Conformance.MessagingEndpoint theValue)Adds a given new value for endpoint ()Conformance.MessagingEventaddEvent()Adds and returns a new value for event ()Conformance.MessagingaddEvent(Conformance.MessagingEvent theValue)Adds a given new value for event ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetDocumentation()Gets the value(s) for documentation ().ca.uhn.fhir.model.primitive.StringDtgetDocumentationElement()Gets the value(s) for documentation ().List<Conformance.MessagingEndpoint>getEndpoint()Gets the value(s) for endpoint ().Conformance.MessagingEndpointgetEndpointFirstRep()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.MessagingEventgetEventFirstRep()Gets the first repetition for event (), creating it if it does not already exist.IntegergetReliableCache()Gets the value(s) for reliableCache ().ca.uhn.fhir.model.primitive.UnsignedIntDtgetReliableCacheElement()Gets the value(s) for reliableCache ().booleanisEmpty()Conformance.MessagingsetDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.MessagingsetDocumentation(String theString)Sets the value for documentation ()Conformance.MessagingsetEndpoint(List<Conformance.MessagingEndpoint> theValue)Sets the value(s) for endpoint ()Conformance.MessagingsetEvent(List<Conformance.MessagingEvent> theValue)Sets the value(s) for event ()Conformance.MessagingsetReliableCache(int theInteger)Sets the value for reliableCache ()Conformance.MessagingsetReliableCache(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)Sets the value(s) for reliableCache ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Messaging
public Messaging()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getEndpoint
public List<Conformance.MessagingEndpoint> getEndpoint()
Gets the value(s) for endpoint (). creating it if it does not exist. Will not returnnull.Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
-
setEndpoint
public Conformance.Messaging setEndpoint(List<Conformance.MessagingEndpoint> theValue)
Sets the value(s) for endpoint ()Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
-
addEndpoint
public Conformance.MessagingEndpoint addEndpoint()
Adds and returns a new value for endpoint ()Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
-
addEndpoint
public Conformance.Messaging addEndpoint(Conformance.MessagingEndpoint theValue)
Adds a given new value for endpoint ()Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
- Parameters:
theValue- The endpoint to add (must not benull)
-
getEndpointFirstRep
public Conformance.MessagingEndpoint getEndpointFirstRep()
Gets the first repetition for endpoint (), creating it if it does not already exist.Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
-
getReliableCacheElement
public ca.uhn.fhir.model.primitive.UnsignedIntDt getReliableCacheElement()
Gets the value(s) for reliableCache (). creating it if it does not exist. Will not returnnull.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)
-
getReliableCache
public Integer getReliableCache()
Gets the value(s) for reliableCache (). creating it if it does not exist. This method may returnnull.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)
-
setReliableCache
public Conformance.Messaging setReliableCache(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue)
Sets the value(s) for reliableCache ()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)
-
setReliableCache
public Conformance.Messaging setReliableCache(int theInteger)
Sets the value for reliableCache ()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)
-
getDocumentationElement
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
Gets the value(s) for documentation (). creating it if it does not exist. Will not returnnull.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.
-
getDocumentation
public String getDocumentation()
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull.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.
-
setDocumentation
public Conformance.Messaging setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()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.
-
setDocumentation
public Conformance.Messaging setDocumentation(String theString)
Sets the value for documentation ()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.
-
getEvent
public List<Conformance.MessagingEvent> getEvent()
Gets the value(s) for event (). creating it if it does not exist. Will not returnnull.Definition: A description of the solution's support for an event at this end-point.
-
setEvent
public Conformance.Messaging setEvent(List<Conformance.MessagingEvent> theValue)
Sets the value(s) for event ()Definition: A description of the solution's support for an event at this end-point.
-
addEvent
public Conformance.MessagingEvent addEvent()
Adds and returns a new value for event ()Definition: A description of the solution's support for an event at this end-point.
-
addEvent
public Conformance.Messaging addEvent(Conformance.MessagingEvent theValue)
Adds a given new value for event ()Definition: A description of the solution's support for an event at this end-point.
- Parameters:
theValue- The event to add (must not benull)
-
getEventFirstRep
public Conformance.MessagingEvent getEventFirstRep()
Gets the first repetition for event (), creating it if it does not already exist.Definition: A description of the solution's support for an event at this end-point.
-
-