Class Subscription
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Subscription
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Subscription 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 Subscription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Subscription"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="criteria" type="{http://hl7.org/fhir}string"/> <element name="contact" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/> <element name="reason" type="{http://hl7.org/fhir}string"/> <element name="status" type="{http://hl7.org/fhir}SubscriptionStatus"/> <element name="error" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="channel" type="{http://hl7.org/fhir}Subscription.Channel"/> <element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/> <element name="tag" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SubscriptionChannelchannelprotected java.util.List<ContactPoint>contactprotected Stringcriteriaprotected Instantendprotected Stringerrorprotected Stringreasonprotected SubscriptionStatusstatusprotected java.util.List<Coding>tag-
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 Subscription()
-
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)SubscriptionChannelgetChannel()Gets the value of the channel property.java.util.List<ContactPoint>getContact()Gets the value of the contact property.StringgetCriteria()Gets the value of the criteria property.InstantgetEnd()Gets the value of the end property.StringgetError()Gets the value of the error property.StringgetReason()Gets the value of the reason property.SubscriptionStatusgetStatus()Gets the value of the status property.java.util.List<Coding>getTag()Gets the value of the tag property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetChannel(SubscriptionChannel value)Sets the value of the channel property.voidsetCriteria(String value)Sets the value of the criteria property.voidsetEnd(Instant value)Sets the value of the end property.voidsetError(String value)Sets the value of the error property.voidsetReason(String value)Sets the value of the reason property.voidsetStatus(SubscriptionStatus value)Sets the value of the status property.java.lang.StringtoString()SubscriptionwithChannel(SubscriptionChannel value)SubscriptionwithContact(java.util.Collection<ContactPoint> values)SubscriptionwithContact(ContactPoint... values)SubscriptionwithContained(java.util.Collection<ResourceContainer> values)SubscriptionwithContained(ResourceContainer... values)SubscriptionwithCriteria(String value)SubscriptionwithEnd(Instant value)SubscriptionwithError(String value)SubscriptionwithExtension(java.util.Collection<Extension> values)SubscriptionwithExtension(Extension... values)SubscriptionwithId(Id value)SubscriptionwithImplicitRules(Uri value)SubscriptionwithLanguage(Code value)SubscriptionwithMeta(Meta value)SubscriptionwithModifierExtension(java.util.Collection<Extension> values)SubscriptionwithModifierExtension(Extension... values)SubscriptionwithReason(String value)SubscriptionwithStatus(SubscriptionStatus value)SubscriptionwithTag(java.util.Collection<Coding> values)SubscriptionwithTag(Coding... values)SubscriptionwithText(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
-
criteria
protected String criteria
-
contact
protected java.util.List<ContactPoint> contact
-
reason
protected String reason
-
status
protected SubscriptionStatus status
-
error
protected String error
-
channel
protected SubscriptionChannel channel
-
end
protected Instant end
-
tag
protected java.util.List<Coding> tag
-
-
Method Detail
-
getCriteria
public String getCriteria()
Gets the value of the criteria property.- Returns:
- possible object is
String
-
setCriteria
public void setCriteria(String value)
Sets the value of the criteria property.- Parameters:
value- allowed object isString
-
getContact
public java.util.List<ContactPoint> getContact()
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
ContactPoint
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(String value)
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getStatus
public SubscriptionStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
SubscriptionStatus
-
setStatus
public void setStatus(SubscriptionStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isSubscriptionStatus
-
getError
public String getError()
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
public void setError(String value)
Sets the value of the error property.- Parameters:
value- allowed object isString
-
getChannel
public SubscriptionChannel getChannel()
Gets the value of the channel property.- Returns:
- possible object is
SubscriptionChannel
-
setChannel
public void setChannel(SubscriptionChannel value)
Sets the value of the channel property.- Parameters:
value- allowed object isSubscriptionChannel
-
getEnd
public Instant getEnd()
Gets the value of the end property.- Returns:
- possible object is
Instant
-
setEnd
public void setEnd(Instant value)
Sets the value of the end property.- Parameters:
value- allowed object isInstant
-
getTag
public java.util.List<Coding> getTag()
Gets the value of the tag 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 tag property.For example, to add a new item, do as follows:
getTag().add(newItem);Objects of the following type(s) are allowed in the list
Coding
-
withCriteria
public Subscription withCriteria(String value)
-
withContact
public Subscription withContact(ContactPoint... values)
-
withContact
public Subscription withContact(java.util.Collection<ContactPoint> values)
-
withReason
public Subscription withReason(String value)
-
withStatus
public Subscription withStatus(SubscriptionStatus value)
-
withError
public Subscription withError(String value)
-
withChannel
public Subscription withChannel(SubscriptionChannel value)
-
withEnd
public Subscription withEnd(Instant value)
-
withTag
public Subscription withTag(Coding... values)
-
withTag
public Subscription withTag(java.util.Collection<Coding> values)
-
withText
public Subscription withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Subscription withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Subscription withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Subscription withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Subscription withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Subscription withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Subscription withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Subscription withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Subscription withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Subscription withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Subscription 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
-
-