Package org.hl7.fhir
Class EnrollmentRequest
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.EnrollmentRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class EnrollmentRequest
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 EnrollmentRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrollmentRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" 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="target" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="provider" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="subject" type="{http://hl7.org/fhir}Reference"/>
<element name="coverage" type="{http://hl7.org/fhir}Reference"/>
<element name="relationship" type="{http://hl7.org/fhir}Coding"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected DateTimeprotected List<Identifier> protected Referenceprotected Codingprotected Referenceprotected Codingprotected Codingprotected Referenceprotected ReferenceFields 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 coverage property.Gets the value of the created 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 provider property.Gets the value of the relationship property.Gets the value of the ruleset property.Gets the value of the subject property.Gets the value of the target property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCoverage(Reference value) Sets the value of the coverage property.voidsetCreated(DateTime value) Sets the value of the created 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.voidsetProvider(Reference value) Sets the value of the provider property.voidsetRelationship(Coding value) Sets the value of the relationship property.voidsetRuleset(Coding value) Sets the value of the ruleset property.voidsetSubject(Reference value) Sets the value of the subject property.voidSets the value of the target property.toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCoverage(Reference value) withCreated(DateTime 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) withProvider(Reference value) withRelationship(Coding value) withRuleset(Coding value) withSubject(Reference value) withTarget(Reference 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
-
ruleset
-
originalRuleset
-
created
-
target
-
provider
-
organization
-
subject
-
coverage
-
relationship
-
-
Constructor Details
-
EnrollmentRequest
public EnrollmentRequest()
-
-
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 -
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
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
Reference
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isReference
-
getProvider
Gets the value of the provider property.- Returns:
- possible object is
Reference
-
setProvider
Sets the value of the provider property.- Parameters:
value- allowed object isReference
-
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
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getCoverage
Gets the value of the coverage property.- Returns:
- possible object is
Reference
-
setCoverage
Sets the value of the coverage property.- Parameters:
value- allowed object isReference
-
getRelationship
Gets the value of the relationship property.- Returns:
- possible object is
Coding
-
setRelationship
Sets the value of the relationship property.- Parameters:
value- allowed object isCoding
-
withIdentifier
-
withIdentifier
-
withRuleset
-
withOriginalRuleset
-
withCreated
-
withTarget
-
withProvider
-
withOrganization
-
withSubject
-
withCoverage
-
withRelationship
-
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
-