Package org.hl7.fhir.dstu2.model
Class AuditEvent.AuditEventObjectDetailComponent
- java.lang.Object
-
- org.hl7.fhir.dstu2.model.Base
-
- org.hl7.fhir.dstu2.model.Element
-
- org.hl7.fhir.dstu2.model.BackboneElement
-
- org.hl7.fhir.dstu2.model.AuditEvent.AuditEventObjectDetailComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- AuditEvent
public static class AuditEvent.AuditEventObjectDetailComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringTypetypeName of the property.protected Base64BinaryTypevalueProperty value.-
Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description AuditEventObjectDetailComponent()AuditEventObjectDetailComponent(StringType type, Base64BinaryType value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseaddChild(String name)AuditEvent.AuditEventObjectDetailComponentcopy()booleanequalsDeep(Base other)booleanequalsShallow(Base other)StringfhirType()StringgetType()StringTypegetTypeElement()byte[]getValue()Base64BinaryTypegetValueElement()booleanhasType()booleanhasTypeElement()booleanhasValue()booleanhasValueElement()booleanisEmpty()protected voidlistChildren(List<Property> childrenList)voidsetProperty(String name, Base value)AuditEvent.AuditEventObjectDetailComponentsetType(String value)AuditEvent.AuditEventObjectDetailComponentsetTypeElement(StringType value)AuditEvent.AuditEventObjectDetailComponentsetValue(byte[] value)AuditEvent.AuditEventObjectDetailComponentsetValueElement(Base64BinaryType value)-
Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
type
protected StringType type
Name of the property.
-
value
protected Base64BinaryType value
Property value.
-
-
Constructor Detail
-
AuditEventObjectDetailComponent
public AuditEventObjectDetailComponent()
-
AuditEventObjectDetailComponent
public AuditEventObjectDetailComponent(StringType type, Base64BinaryType value)
-
-
Method Detail
-
getTypeElement
public StringType getTypeElement()
- Returns:
type(Name of the property.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
public boolean hasTypeElement()
-
hasType
public boolean hasType()
-
setTypeElement
public AuditEvent.AuditEventObjectDetailComponent setTypeElement(StringType value)
- Parameters:
value-type(Name of the property.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
setType
public AuditEvent.AuditEventObjectDetailComponent setType(String value)
- Parameters:
value- Name of the property.
-
getValueElement
public Base64BinaryType getValueElement()
- Returns:
value(Property value.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
-
hasValueElement
public boolean hasValueElement()
-
hasValue
public boolean hasValue()
-
setValueElement
public AuditEvent.AuditEventObjectDetailComponent setValueElement(Base64BinaryType value)
- Parameters:
value-value(Property value.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
-
getValue
public byte[] getValue()
- Returns:
- Property value.
-
setValue
public AuditEvent.AuditEventObjectDetailComponent setValue(byte[] value)
- Parameters:
value- Property value.
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classBackboneElement
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public AuditEvent.AuditEventObjectDetailComponent copy()
- Specified by:
copyin classBackboneElement
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-