
Package ca.uhn.fhir.model.primitive
Class UnsignedIntDt
java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.api.BasePrimitive<Integer>
ca.uhn.fhir.model.primitive.IntegerDt
ca.uhn.fhir.model.primitive.UnsignedIntDt
- All Implemented Interfaces:
IDatatype,IElement,IIdentifiableElement,IPrimitiveDatatype<Integer>,ISupportsUndeclaredExtensions,Externalizable,Serializable,IBase,IBaseDatatype,IBaseIntegerDatatype,IPrimitiveType<Integer>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorUnsignedIntDt(int theInteger) ConstructorUnsignedIntDt(String theIntegerAsString) Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.model.api.BasePrimitive
equals, getValue, getValueAsString, hashCode, hasValue, isEmpty, readExternal, setValue, setValueAsString, toString, updateStringValue, writeExternalMethods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IPrimitiveType
hasValue
-
Constructor Details
-
UnsignedIntDt
public UnsignedIntDt()Constructor -
UnsignedIntDt
Constructor -
UnsignedIntDt
Constructor- Parameters:
theIntegerAsString- A string representation of an integer- Throws:
DataFormatException- If the string is not a valid integer representation
-