Class DocumentManifest
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.DocumentManifest
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DocumentManifest 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 DocumentManifest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentManifest"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="masterIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="recipient" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="author" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/> <element name="source" type="{http://hl7.org/fhir}uri" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}DocumentReferenceStatus"/> <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="content" type="{http://hl7.org/fhir}DocumentManifest.Content" maxOccurs="unbounded"/> <element name="related" type="{http://hl7.org/fhir}DocumentManifest.Related" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Reference>authorprotected java.util.List<DocumentManifestContent>contentprotected DateTimecreatedprotected Stringdescriptionprotected java.util.List<Identifier>identifierprotected IdentifiermasterIdentifierprotected java.util.List<Reference>recipientprotected java.util.List<DocumentManifestRelated>relatedprotected Urisourceprotected DocumentReferenceStatusstatusprotected Referencesubjectprotected CodeableConcepttype-
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 DocumentManifest()
-
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)java.util.List<Reference>getAuthor()Gets the value of the author property.java.util.List<DocumentManifestContent>getContent()Gets the value of the content property.DateTimegetCreated()Gets the value of the created property.StringgetDescription()Gets the value of the description property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.IdentifiergetMasterIdentifier()Gets the value of the masterIdentifier property.java.util.List<Reference>getRecipient()Gets the value of the recipient property.java.util.List<DocumentManifestRelated>getRelated()Gets the value of the related property.UrigetSource()Gets the value of the source property.DocumentReferenceStatusgetStatus()Gets the value of the status property.ReferencegetSubject()Gets the value of the subject property.CodeableConceptgetType()Gets the value of the type 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.voidsetDescription(String value)Sets the value of the description property.voidsetMasterIdentifier(Identifier value)Sets the value of the masterIdentifier property.voidsetSource(Uri value)Sets the value of the source property.voidsetStatus(DocumentReferenceStatus value)Sets the value of the status property.voidsetSubject(Reference value)Sets the value of the subject property.voidsetType(CodeableConcept value)Sets the value of the type property.java.lang.StringtoString()DocumentManifestwithAuthor(java.util.Collection<Reference> values)DocumentManifestwithAuthor(Reference... values)DocumentManifestwithContained(java.util.Collection<ResourceContainer> values)DocumentManifestwithContained(ResourceContainer... values)DocumentManifestwithContent(java.util.Collection<DocumentManifestContent> values)DocumentManifestwithContent(DocumentManifestContent... values)DocumentManifestwithCreated(DateTime value)DocumentManifestwithDescription(String value)DocumentManifestwithExtension(java.util.Collection<Extension> values)DocumentManifestwithExtension(Extension... values)DocumentManifestwithId(Id value)DocumentManifestwithIdentifier(java.util.Collection<Identifier> values)DocumentManifestwithIdentifier(Identifier... values)DocumentManifestwithImplicitRules(Uri value)DocumentManifestwithLanguage(Code value)DocumentManifestwithMasterIdentifier(Identifier value)DocumentManifestwithMeta(Meta value)DocumentManifestwithModifierExtension(java.util.Collection<Extension> values)DocumentManifestwithModifierExtension(Extension... values)DocumentManifestwithRecipient(java.util.Collection<Reference> values)DocumentManifestwithRecipient(Reference... values)DocumentManifestwithRelated(java.util.Collection<DocumentManifestRelated> values)DocumentManifestwithRelated(DocumentManifestRelated... values)DocumentManifestwithSource(Uri value)DocumentManifestwithStatus(DocumentReferenceStatus value)DocumentManifestwithSubject(Reference value)DocumentManifestwithText(Narrative value)DocumentManifestwithType(CodeableConcept 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
-
masterIdentifier
protected Identifier masterIdentifier
-
identifier
protected java.util.List<Identifier> identifier
-
subject
protected Reference subject
-
recipient
protected java.util.List<Reference> recipient
-
type
protected CodeableConcept type
-
author
protected java.util.List<Reference> author
-
created
protected DateTime created
-
source
protected Uri source
-
status
protected DocumentReferenceStatus status
-
description
protected String description
-
content
protected java.util.List<DocumentManifestContent> content
-
related
protected java.util.List<DocumentManifestRelated> related
-
-
Method Detail
-
getMasterIdentifier
public Identifier getMasterIdentifier()
Gets the value of the masterIdentifier property.- Returns:
- possible object is
Identifier
-
setMasterIdentifier
public void setMasterIdentifier(Identifier value)
Sets the value of the masterIdentifier property.- Parameters:
value- allowed object isIdentifier
-
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
-
getSubject
public Reference getSubject()
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
public void setSubject(Reference value)
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getRecipient
public java.util.List<Reference> getRecipient()
Gets the value of the recipient 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 recipient property.For example, to add a new item, do as follows:
getRecipient().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getType
public CodeableConcept getType()
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
public void setType(CodeableConcept value)
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
getAuthor
public java.util.List<Reference> getAuthor()
Gets the value of the author 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 author property.For example, to add a new item, do as follows:
getAuthor().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
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
-
getSource
public Uri getSource()
Gets the value of the source property.- Returns:
- possible object is
Uri
-
setSource
public void setSource(Uri value)
Sets the value of the source property.- Parameters:
value- allowed object isUri
-
getStatus
public DocumentReferenceStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
DocumentReferenceStatus
-
setStatus
public void setStatus(DocumentReferenceStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isDocumentReferenceStatus
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getContent
public java.util.List<DocumentManifestContent> getContent()
Gets the value of the content 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 content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
DocumentManifestContent
-
getRelated
public java.util.List<DocumentManifestRelated> getRelated()
Gets the value of the related 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 related property.For example, to add a new item, do as follows:
getRelated().add(newItem);Objects of the following type(s) are allowed in the list
DocumentManifestRelated
-
withMasterIdentifier
public DocumentManifest withMasterIdentifier(Identifier value)
-
withIdentifier
public DocumentManifest withIdentifier(Identifier... values)
-
withIdentifier
public DocumentManifest withIdentifier(java.util.Collection<Identifier> values)
-
withSubject
public DocumentManifest withSubject(Reference value)
-
withRecipient
public DocumentManifest withRecipient(Reference... values)
-
withRecipient
public DocumentManifest withRecipient(java.util.Collection<Reference> values)
-
withType
public DocumentManifest withType(CodeableConcept value)
-
withAuthor
public DocumentManifest withAuthor(Reference... values)
-
withAuthor
public DocumentManifest withAuthor(java.util.Collection<Reference> values)
-
withCreated
public DocumentManifest withCreated(DateTime value)
-
withSource
public DocumentManifest withSource(Uri value)
-
withStatus
public DocumentManifest withStatus(DocumentReferenceStatus value)
-
withDescription
public DocumentManifest withDescription(String value)
-
withContent
public DocumentManifest withContent(DocumentManifestContent... values)
-
withContent
public DocumentManifest withContent(java.util.Collection<DocumentManifestContent> values)
-
withRelated
public DocumentManifest withRelated(DocumentManifestRelated... values)
-
withRelated
public DocumentManifest withRelated(java.util.Collection<DocumentManifestRelated> values)
-
withText
public DocumentManifest withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public DocumentManifest withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public DocumentManifest withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public DocumentManifest withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public DocumentManifest withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public DocumentManifest withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public DocumentManifest withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public DocumentManifest withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public DocumentManifest withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public DocumentManifest withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public DocumentManifest 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
-
-