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 extensionsJava 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
Fields Modifier and Type Field Description protected DateTimecreatedprotected Stringdispositionprotected java.util.List<Identifier>identifierprotected Referenceorganizationprotected CodingoriginalRulesetprotected RemittanceOutcomeoutcomeprotected Referencerequestprotected ReferencerequestOrganizationprotected ReferencerequestProviderprotected Codingruleset-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description EnrollmentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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)DateTimegetCreated()Gets the value of the created property.StringgetDisposition()Gets the value of the disposition property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.ReferencegetOrganization()Gets the value of the organization property.CodinggetOriginalRuleset()Gets the value of the originalRuleset property.RemittanceOutcomegetOutcome()Gets the value of the outcome property.ReferencegetRequest()Gets the value of the request property.ReferencegetRequestOrganization()Gets the value of the requestOrganization property.ReferencegetRequestProvider()Gets the value of the requestProvider property.CodinggetRuleset()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.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.java.lang.StringtoString()EnrollmentResponsewithContained(java.util.Collection<ResourceContainer> values)EnrollmentResponsewithContained(ResourceContainer... values)EnrollmentResponsewithCreated(DateTime value)EnrollmentResponsewithDisposition(String value)EnrollmentResponsewithExtension(java.util.Collection<Extension> values)EnrollmentResponsewithExtension(Extension... values)EnrollmentResponsewithId(Id value)EnrollmentResponsewithIdentifier(java.util.Collection<Identifier> values)EnrollmentResponsewithIdentifier(Identifier... values)EnrollmentResponsewithImplicitRules(Uri value)EnrollmentResponsewithLanguage(Code value)EnrollmentResponsewithMeta(Meta value)EnrollmentResponsewithModifierExtension(java.util.Collection<Extension> values)EnrollmentResponsewithModifierExtension(Extension... values)EnrollmentResponsewithOrganization(Reference value)EnrollmentResponsewithOriginalRuleset(Coding value)EnrollmentResponsewithOutcome(RemittanceOutcome value)EnrollmentResponsewithRequest(Reference value)EnrollmentResponsewithRequestOrganization(Reference value)EnrollmentResponsewithRequestProvider(Reference value)EnrollmentResponsewithRuleset(Coding value)EnrollmentResponsewithText(Narrative value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
identifier
protected java.util.List<Identifier> identifier
-
request
protected Reference request
-
outcome
protected RemittanceOutcome outcome
-
disposition
protected String disposition
-
ruleset
protected Coding ruleset
-
originalRuleset
protected Coding originalRuleset
-
created
protected DateTime created
-
organization
protected Reference organization
-
requestProvider
protected Reference requestProvider
-
requestOrganization
protected Reference requestOrganization
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> 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 JAXB 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
public Reference getRequest()
Gets the value of the request property.- Returns:
- possible object is
Reference
-
setRequest
public void setRequest(Reference value)
Sets the value of the request property.- Parameters:
value- allowed object isReference
-
getOutcome
public RemittanceOutcome getOutcome()
Gets the value of the outcome property.- Returns:
- possible object is
RemittanceOutcome
-
setOutcome
public void setOutcome(RemittanceOutcome value)
Sets the value of the outcome property.- Parameters:
value- allowed object isRemittanceOutcome
-
getDisposition
public String getDisposition()
Gets the value of the disposition property.- Returns:
- possible object is
String
-
setDisposition
public void setDisposition(String value)
Sets the value of the disposition property.- Parameters:
value- allowed object isString
-
getRuleset
public Coding getRuleset()
Gets the value of the ruleset property.- Returns:
- possible object is
Coding
-
setRuleset
public void setRuleset(Coding value)
Sets the value of the ruleset property.- Parameters:
value- allowed object isCoding
-
getOriginalRuleset
public Coding getOriginalRuleset()
Gets the value of the originalRuleset property.- Returns:
- possible object is
Coding
-
setOriginalRuleset
public void setOriginalRuleset(Coding value)
Sets the value of the originalRuleset property.- Parameters:
value- allowed object isCoding
-
getCreated
public DateTime getCreated()
Gets the value of the created property.- Returns:
- possible object is
DateTime
-
setCreated
public void setCreated(DateTime value)
Sets the value of the created property.- Parameters:
value- allowed object isDateTime
-
getOrganization
public Reference getOrganization()
Gets the value of the organization property.- Returns:
- possible object is
Reference
-
setOrganization
public void setOrganization(Reference value)
Sets the value of the organization property.- Parameters:
value- allowed object isReference
-
getRequestProvider
public Reference getRequestProvider()
Gets the value of the requestProvider property.- Returns:
- possible object is
Reference
-
setRequestProvider
public void setRequestProvider(Reference value)
Sets the value of the requestProvider property.- Parameters:
value- allowed object isReference
-
getRequestOrganization
public Reference getRequestOrganization()
Gets the value of the requestOrganization property.- Returns:
- possible object is
Reference
-
setRequestOrganization
public void setRequestOrganization(Reference value)
Sets the value of the requestOrganization property.- Parameters:
value- allowed object isReference
-
withIdentifier
public EnrollmentResponse withIdentifier(Identifier... values)
-
withIdentifier
public EnrollmentResponse withIdentifier(java.util.Collection<Identifier> values)
-
withRequest
public EnrollmentResponse withRequest(Reference value)
-
withOutcome
public EnrollmentResponse withOutcome(RemittanceOutcome value)
-
withDisposition
public EnrollmentResponse withDisposition(String value)
-
withRuleset
public EnrollmentResponse withRuleset(Coding value)
-
withOriginalRuleset
public EnrollmentResponse withOriginalRuleset(Coding value)
-
withCreated
public EnrollmentResponse withCreated(DateTime value)
-
withOrganization
public EnrollmentResponse withOrganization(Reference value)
-
withRequestProvider
public EnrollmentResponse withRequestProvider(Reference value)
-
withRequestOrganization
public EnrollmentResponse withRequestOrganization(Reference value)
-
withText
public EnrollmentResponse withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public EnrollmentResponse withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public EnrollmentResponse withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public EnrollmentResponse withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public EnrollmentResponse withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public EnrollmentResponse withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public EnrollmentResponse withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public EnrollmentResponse withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public EnrollmentResponse withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public EnrollmentResponse withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public EnrollmentResponse withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-