Package org.hl7.fhir
Class EnrollmentResponse
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.EnrollmentResponse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class EnrollmentResponse
extends DomainResource
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions
Java class for EnrollmentResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrollmentResponse">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="request" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="outcome" type="{http://hl7.org/fhir}RemittanceOutcome" minOccurs="0"/>
<element name="disposition" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="ruleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="originalRuleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="requestProvider" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="requestOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected Stringprotected List<Identifier> protected Referenceprotected Codingprotected RemittanceOutcomeprotected Referenceprotected Referenceprotected Referenceprotected CodingFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(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 created property.Gets the value of the disposition property.Gets the value of the identifier property.Gets the value of the organization property.Gets the value of the originalRuleset property.Gets the value of the outcome property.Gets the value of the request property.Gets the value of the requestOrganization property.Gets the value of the requestProvider property.Gets the value of the ruleset property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCreated(DateTime value) Sets the value of the created property.voidsetDisposition(String value) Sets the value of the disposition property.voidsetIdentifier(List<Identifier> value) voidsetOrganization(Reference value) Sets the value of the organization property.voidsetOriginalRuleset(Coding value) Sets the value of the originalRuleset property.voidsetOutcome(RemittanceOutcome value) Sets the value of the outcome property.voidsetRequest(Reference value) Sets the value of the request property.voidsetRequestOrganization(Reference value) Sets the value of the requestOrganization property.voidsetRequestProvider(Reference value) Sets the value of the requestProvider property.voidsetRuleset(Coding value) Sets the value of the ruleset property.toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCreated(DateTime value) withDisposition(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrganization(Reference value) withOriginalRuleset(Coding value) withOutcome(RemittanceOutcome value) withRequest(Reference value) withRequestOrganization(Reference value) withRequestProvider(Reference value) withRuleset(Coding value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
request
-
outcome
-
disposition
-
ruleset
-
originalRuleset
-
created
-
organization
-
requestProvider
-
requestOrganization
-
-
Constructor Details
-
EnrollmentResponse
public EnrollmentResponse()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier 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 identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getRequest
Gets the value of the request property.- Returns:
- possible object is
Reference
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isReference
-
getOutcome
Gets the value of the outcome property.- Returns:
- possible object is
RemittanceOutcome
-
setOutcome
Sets the value of the outcome property.- Parameters:
value- allowed object isRemittanceOutcome
-
getDisposition
Gets the value of the disposition property.- Returns:
- possible object is
String
-
setDisposition
Sets the value of the disposition property.- Parameters:
value- allowed object isString
-
getRuleset
Gets the value of the ruleset property.- Returns:
- possible object is
Coding
-
setRuleset
Sets the value of the ruleset property.- Parameters:
value- allowed object isCoding
-
getOriginalRuleset
Gets the value of the originalRuleset property.- Returns:
- possible object is
Coding
-
setOriginalRuleset
Sets the value of the originalRuleset property.- Parameters:
value- allowed object isCoding
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
DateTime
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isDateTime
-
getOrganization
Gets the value of the organization property.- Returns:
- possible object is
Reference
-
setOrganization
Sets the value of the organization property.- Parameters:
value- allowed object isReference
-
getRequestProvider
Gets the value of the requestProvider property.- Returns:
- possible object is
Reference
-
setRequestProvider
Sets the value of the requestProvider property.- Parameters:
value- allowed object isReference
-
getRequestOrganization
Gets the value of the requestOrganization property.- Returns:
- possible object is
Reference
-
setRequestOrganization
Sets the value of the requestOrganization property.- Parameters:
value- allowed object isReference
-
withIdentifier
-
withIdentifier
-
withRequest
-
withOutcome
-
withDisposition
-
withRuleset
-
withOriginalRuleset
-
withCreated
-
withOrganization
-
withRequestProvider
-
withRequestOrganization
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
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- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-