Class HealthcareService
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.HealthcareService
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class HealthcareService 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 HealthcareService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthcareService"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="providedBy" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="serviceCategory" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="serviceType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="location" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="serviceName" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="extraDetails" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="photo" type="{http://hl7.org/fhir}Attachment" minOccurs="0"/> <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/> <element name="coverageArea" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="serviceProvisionCode" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="eligibility" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="eligibilityNote" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="programName" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/> <element name="characteristic" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="referralMethod" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="publicKey" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="appointmentRequired" type="{http://hl7.org/fhir}boolean" minOccurs="0"/> <element name="availableTime" type="{http://hl7.org/fhir}HealthcareService.AvailableTime" maxOccurs="unbounded" minOccurs="0"/> <element name="notAvailable" type="{http://hl7.org/fhir}HealthcareService.NotAvailable" maxOccurs="unbounded" minOccurs="0"/> <element name="availabilityExceptions" type="{http://hl7.org/fhir}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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 HealthcareService()
-
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)BooleangetAppointmentRequired()Gets the value of the appointmentRequired property.StringgetAvailabilityExceptions()Gets the value of the availabilityExceptions property.java.util.List<HealthcareServiceAvailableTime>getAvailableTime()Gets the value of the availableTime property.java.util.List<CodeableConcept>getCharacteristic()Gets the value of the characteristic property.StringgetComment()Gets the value of the comment property.java.util.List<Reference>getCoverageArea()Gets the value of the coverageArea property.CodeableConceptgetEligibility()Gets the value of the eligibility property.StringgetEligibilityNote()Gets the value of the eligibilityNote property.StringgetExtraDetails()Gets the value of the extraDetails property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.java.util.List<Reference>getLocation()Gets the value of the location property.java.util.List<HealthcareServiceNotAvailable>getNotAvailable()Gets the value of the notAvailable property.AttachmentgetPhoto()Gets the value of the photo property.java.util.List<String>getProgramName()Gets the value of the programName property.ReferencegetProvidedBy()Gets the value of the providedBy property.StringgetPublicKey()Gets the value of the publicKey property.java.util.List<CodeableConcept>getReferralMethod()Gets the value of the referralMethod property.CodeableConceptgetServiceCategory()Gets the value of the serviceCategory property.StringgetServiceName()Gets the value of the serviceName property.java.util.List<CodeableConcept>getServiceProvisionCode()Gets the value of the serviceProvisionCode property.java.util.List<CodeableConcept>getServiceType()Gets the value of the serviceType property.java.util.List<CodeableConcept>getSpecialty()Gets the value of the specialty property.java.util.List<ContactPoint>getTelecom()Gets the value of the telecom property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAppointmentRequired(Boolean value)Sets the value of the appointmentRequired property.voidsetAvailabilityExceptions(String value)Sets the value of the availabilityExceptions property.voidsetComment(String value)Sets the value of the comment property.voidsetEligibility(CodeableConcept value)Sets the value of the eligibility property.voidsetEligibilityNote(String value)Sets the value of the eligibilityNote property.voidsetExtraDetails(String value)Sets the value of the extraDetails property.voidsetPhoto(Attachment value)Sets the value of the photo property.voidsetProvidedBy(Reference value)Sets the value of the providedBy property.voidsetPublicKey(String value)Sets the value of the publicKey property.voidsetServiceCategory(CodeableConcept value)Sets the value of the serviceCategory property.voidsetServiceName(String value)Sets the value of the serviceName property.java.lang.StringtoString()HealthcareServicewithAppointmentRequired(Boolean value)HealthcareServicewithAvailabilityExceptions(String value)HealthcareServicewithAvailableTime(java.util.Collection<HealthcareServiceAvailableTime> values)HealthcareServicewithAvailableTime(HealthcareServiceAvailableTime... values)HealthcareServicewithCharacteristic(java.util.Collection<CodeableConcept> values)HealthcareServicewithCharacteristic(CodeableConcept... values)HealthcareServicewithComment(String value)HealthcareServicewithContained(java.util.Collection<ResourceContainer> values)HealthcareServicewithContained(ResourceContainer... values)HealthcareServicewithCoverageArea(java.util.Collection<Reference> values)HealthcareServicewithCoverageArea(Reference... values)HealthcareServicewithEligibility(CodeableConcept value)HealthcareServicewithEligibilityNote(String value)HealthcareServicewithExtension(java.util.Collection<Extension> values)HealthcareServicewithExtension(Extension... values)HealthcareServicewithExtraDetails(String value)HealthcareServicewithId(Id value)HealthcareServicewithIdentifier(java.util.Collection<Identifier> values)HealthcareServicewithIdentifier(Identifier... values)HealthcareServicewithImplicitRules(Uri value)HealthcareServicewithLanguage(Code value)HealthcareServicewithLocation(java.util.Collection<Reference> values)HealthcareServicewithLocation(Reference... values)HealthcareServicewithMeta(Meta value)HealthcareServicewithModifierExtension(java.util.Collection<Extension> values)HealthcareServicewithModifierExtension(Extension... values)HealthcareServicewithNotAvailable(java.util.Collection<HealthcareServiceNotAvailable> values)HealthcareServicewithNotAvailable(HealthcareServiceNotAvailable... values)HealthcareServicewithPhoto(Attachment value)HealthcareServicewithProgramName(java.util.Collection<String> values)HealthcareServicewithProgramName(String... values)HealthcareServicewithProvidedBy(Reference value)HealthcareServicewithPublicKey(String value)HealthcareServicewithReferralMethod(java.util.Collection<CodeableConcept> values)HealthcareServicewithReferralMethod(CodeableConcept... values)HealthcareServicewithServiceCategory(CodeableConcept value)HealthcareServicewithServiceName(String value)HealthcareServicewithServiceProvisionCode(java.util.Collection<CodeableConcept> values)HealthcareServicewithServiceProvisionCode(CodeableConcept... values)HealthcareServicewithServiceType(java.util.Collection<CodeableConcept> values)HealthcareServicewithServiceType(CodeableConcept... values)HealthcareServicewithSpecialty(java.util.Collection<CodeableConcept> values)HealthcareServicewithSpecialty(CodeableConcept... values)HealthcareServicewithTelecom(java.util.Collection<ContactPoint> values)HealthcareServicewithTelecom(ContactPoint... values)HealthcareServicewithText(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
-
providedBy
protected Reference providedBy
-
serviceCategory
protected CodeableConcept serviceCategory
-
serviceType
protected java.util.List<CodeableConcept> serviceType
-
specialty
protected java.util.List<CodeableConcept> specialty
-
location
protected java.util.List<Reference> location
-
serviceName
protected String serviceName
-
comment
protected String comment
-
extraDetails
protected String extraDetails
-
photo
protected Attachment photo
-
telecom
protected java.util.List<ContactPoint> telecom
-
coverageArea
protected java.util.List<Reference> coverageArea
-
serviceProvisionCode
protected java.util.List<CodeableConcept> serviceProvisionCode
-
eligibility
protected CodeableConcept eligibility
-
eligibilityNote
protected String eligibilityNote
-
programName
protected java.util.List<String> programName
-
characteristic
protected java.util.List<CodeableConcept> characteristic
-
referralMethod
protected java.util.List<CodeableConcept> referralMethod
-
publicKey
protected String publicKey
-
appointmentRequired
protected Boolean appointmentRequired
-
availableTime
protected java.util.List<HealthcareServiceAvailableTime> availableTime
-
notAvailable
protected java.util.List<HealthcareServiceNotAvailable> notAvailable
-
availabilityExceptions
protected String availabilityExceptions
-
-
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
-
getProvidedBy
public Reference getProvidedBy()
Gets the value of the providedBy property.- Returns:
- possible object is
Reference
-
setProvidedBy
public void setProvidedBy(Reference value)
Sets the value of the providedBy property.- Parameters:
value- allowed object isReference
-
getServiceCategory
public CodeableConcept getServiceCategory()
Gets the value of the serviceCategory property.- Returns:
- possible object is
CodeableConcept
-
setServiceCategory
public void setServiceCategory(CodeableConcept value)
Sets the value of the serviceCategory property.- Parameters:
value- allowed object isCodeableConcept
-
getServiceType
public java.util.List<CodeableConcept> getServiceType()
Gets the value of the serviceType 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 serviceType property.For example, to add a new item, do as follows:
getServiceType().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getSpecialty
public java.util.List<CodeableConcept> getSpecialty()
Gets the value of the specialty 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 specialty property.For example, to add a new item, do as follows:
getSpecialty().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getLocation
public java.util.List<Reference> getLocation()
Gets the value of the location 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 location property.For example, to add a new item, do as follows:
getLocation().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getServiceName
public String getServiceName()
Gets the value of the serviceName property.- Returns:
- possible object is
String
-
setServiceName
public void setServiceName(String value)
Sets the value of the serviceName property.- Parameters:
value- allowed object isString
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getExtraDetails
public String getExtraDetails()
Gets the value of the extraDetails property.- Returns:
- possible object is
String
-
setExtraDetails
public void setExtraDetails(String value)
Sets the value of the extraDetails property.- Parameters:
value- allowed object isString
-
getPhoto
public Attachment getPhoto()
Gets the value of the photo property.- Returns:
- possible object is
Attachment
-
setPhoto
public void setPhoto(Attachment value)
Sets the value of the photo property.- Parameters:
value- allowed object isAttachment
-
getTelecom
public java.util.List<ContactPoint> getTelecom()
Gets the value of the telecom 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 telecom property.For example, to add a new item, do as follows:
getTelecom().add(newItem);Objects of the following type(s) are allowed in the list
ContactPoint
-
getCoverageArea
public java.util.List<Reference> getCoverageArea()
Gets the value of the coverageArea 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 coverageArea property.For example, to add a new item, do as follows:
getCoverageArea().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getServiceProvisionCode
public java.util.List<CodeableConcept> getServiceProvisionCode()
Gets the value of the serviceProvisionCode 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 serviceProvisionCode property.For example, to add a new item, do as follows:
getServiceProvisionCode().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getEligibility
public CodeableConcept getEligibility()
Gets the value of the eligibility property.- Returns:
- possible object is
CodeableConcept
-
setEligibility
public void setEligibility(CodeableConcept value)
Sets the value of the eligibility property.- Parameters:
value- allowed object isCodeableConcept
-
getEligibilityNote
public String getEligibilityNote()
Gets the value of the eligibilityNote property.- Returns:
- possible object is
String
-
setEligibilityNote
public void setEligibilityNote(String value)
Sets the value of the eligibilityNote property.- Parameters:
value- allowed object isString
-
getProgramName
public java.util.List<String> getProgramName()
Gets the value of the programName 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 programName property.For example, to add a new item, do as follows:
getProgramName().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getCharacteristic
public java.util.List<CodeableConcept> getCharacteristic()
Gets the value of the characteristic 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 characteristic property.For example, to add a new item, do as follows:
getCharacteristic().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getReferralMethod
public java.util.List<CodeableConcept> getReferralMethod()
Gets the value of the referralMethod 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 referralMethod property.For example, to add a new item, do as follows:
getReferralMethod().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getPublicKey
public String getPublicKey()
Gets the value of the publicKey property.- Returns:
- possible object is
String
-
setPublicKey
public void setPublicKey(String value)
Sets the value of the publicKey property.- Parameters:
value- allowed object isString
-
getAppointmentRequired
public Boolean getAppointmentRequired()
Gets the value of the appointmentRequired property.- Returns:
- possible object is
Boolean
-
setAppointmentRequired
public void setAppointmentRequired(Boolean value)
Sets the value of the appointmentRequired property.- Parameters:
value- allowed object isBoolean
-
getAvailableTime
public java.util.List<HealthcareServiceAvailableTime> getAvailableTime()
Gets the value of the availableTime 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 availableTime property.For example, to add a new item, do as follows:
getAvailableTime().add(newItem);Objects of the following type(s) are allowed in the list
HealthcareServiceAvailableTime
-
getNotAvailable
public java.util.List<HealthcareServiceNotAvailable> getNotAvailable()
Gets the value of the notAvailable 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 notAvailable property.For example, to add a new item, do as follows:
getNotAvailable().add(newItem);Objects of the following type(s) are allowed in the list
HealthcareServiceNotAvailable
-
getAvailabilityExceptions
public String getAvailabilityExceptions()
Gets the value of the availabilityExceptions property.- Returns:
- possible object is
String
-
setAvailabilityExceptions
public void setAvailabilityExceptions(String value)
Sets the value of the availabilityExceptions property.- Parameters:
value- allowed object isString
-
withIdentifier
public HealthcareService withIdentifier(Identifier... values)
-
withIdentifier
public HealthcareService withIdentifier(java.util.Collection<Identifier> values)
-
withProvidedBy
public HealthcareService withProvidedBy(Reference value)
-
withServiceCategory
public HealthcareService withServiceCategory(CodeableConcept value)
-
withServiceType
public HealthcareService withServiceType(CodeableConcept... values)
-
withServiceType
public HealthcareService withServiceType(java.util.Collection<CodeableConcept> values)
-
withSpecialty
public HealthcareService withSpecialty(CodeableConcept... values)
-
withSpecialty
public HealthcareService withSpecialty(java.util.Collection<CodeableConcept> values)
-
withLocation
public HealthcareService withLocation(Reference... values)
-
withLocation
public HealthcareService withLocation(java.util.Collection<Reference> values)
-
withServiceName
public HealthcareService withServiceName(String value)
-
withComment
public HealthcareService withComment(String value)
-
withExtraDetails
public HealthcareService withExtraDetails(String value)
-
withPhoto
public HealthcareService withPhoto(Attachment value)
-
withTelecom
public HealthcareService withTelecom(ContactPoint... values)
-
withTelecom
public HealthcareService withTelecom(java.util.Collection<ContactPoint> values)
-
withCoverageArea
public HealthcareService withCoverageArea(Reference... values)
-
withCoverageArea
public HealthcareService withCoverageArea(java.util.Collection<Reference> values)
-
withServiceProvisionCode
public HealthcareService withServiceProvisionCode(CodeableConcept... values)
-
withServiceProvisionCode
public HealthcareService withServiceProvisionCode(java.util.Collection<CodeableConcept> values)
-
withEligibility
public HealthcareService withEligibility(CodeableConcept value)
-
withEligibilityNote
public HealthcareService withEligibilityNote(String value)
-
withProgramName
public HealthcareService withProgramName(String... values)
-
withProgramName
public HealthcareService withProgramName(java.util.Collection<String> values)
-
withCharacteristic
public HealthcareService withCharacteristic(CodeableConcept... values)
-
withCharacteristic
public HealthcareService withCharacteristic(java.util.Collection<CodeableConcept> values)
-
withReferralMethod
public HealthcareService withReferralMethod(CodeableConcept... values)
-
withReferralMethod
public HealthcareService withReferralMethod(java.util.Collection<CodeableConcept> values)
-
withPublicKey
public HealthcareService withPublicKey(String value)
-
withAppointmentRequired
public HealthcareService withAppointmentRequired(Boolean value)
-
withAvailableTime
public HealthcareService withAvailableTime(HealthcareServiceAvailableTime... values)
-
withAvailableTime
public HealthcareService withAvailableTime(java.util.Collection<HealthcareServiceAvailableTime> values)
-
withNotAvailable
public HealthcareService withNotAvailable(HealthcareServiceNotAvailable... values)
-
withNotAvailable
public HealthcareService withNotAvailable(java.util.Collection<HealthcareServiceNotAvailable> values)
-
withAvailabilityExceptions
public HealthcareService withAvailabilityExceptions(String value)
-
withText
public HealthcareService withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public HealthcareService withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public HealthcareService withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public HealthcareService withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public HealthcareService withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public HealthcareService withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public HealthcareService withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public HealthcareService withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public HealthcareService withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public HealthcareService withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public HealthcareService 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
-
-