Package org.hl7.fhir.dstu3.model
Class ImplementationGuide.ImplementationGuidePageComponent
java.lang.Object
org.hl7.fhir.dstu3.model.Base
org.hl7.fhir.dstu3.model.Element
org.hl7.fhir.dstu3.model.BackboneElement
org.hl7.fhir.dstu3.model.ImplementationGuide.ImplementationGuidePageComponent
- 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:
ImplementationGuide
public static class ImplementationGuide.ImplementationGuidePageComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CodeType
The format of the page.protected Enumeration
<ImplementationGuide.GuidePageKind> The kind of page that this is.protected List
<StringType> For constructed pages, a list of packages to include in the page (or else empty for everything).Nested Pages/Sections under this page.protected UriType
The source address for the page.protected StringType
A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.For constructed pages, what kind of resources to include in the list.Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorImplementationGuidePageComponent
(UriType source, StringType title, Enumeration<ImplementationGuide.GuidePageKind> kind) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddPackage
(String value) addPage()
copy()
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getKind()
getNamedProperty
(int _hash, String _name, boolean _checkValid) getPage()
Base[]
getProperty
(int hash, String name, boolean checkValid) getTitle()
getType()
String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
hasKind()
boolean
boolean
boolean
hasPackage
(String value) boolean
hasPage()
boolean
boolean
boolean
hasTitle()
boolean
boolean
hasType()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setFormatElement
(CodeType value) setPackage
(List<StringType> thePackage) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSourceElement
(UriType value) setTitleElement
(StringType value) Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, 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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
source
The source address for the page. -
title
A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc. -
kind
The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest. -
type
For constructed pages, what kind of resources to include in the list. -
package_
For constructed pages, a list of packages to include in the page (or else empty for everything). -
format
The format of the page. -
page
Nested Pages/Sections under this page.
-
-
Constructor Details
-
ImplementationGuidePageComponent
public ImplementationGuidePageComponent()Constructor -
ImplementationGuidePageComponent
public ImplementationGuidePageComponent(UriType source, StringType title, Enumeration<ImplementationGuide.GuidePageKind> kind) Constructor
-
-
Method Details
-
getSourceElement
- Returns:
source
(The source address for the page.). This is the underlying object with id, value and extensions. The accessor "getSource" gives direct access to the value
-
hasSourceElement
-
hasSource
-
setSourceElement
- Parameters:
value
-source
(The source address for the page.). This is the underlying object with id, value and extensions. The accessor "getSource" gives direct access to the value
-
getSource
- Returns:
- The source address for the page.
-
setSource
- Parameters:
value
- The source address for the page.
-
getTitleElement
- Returns:
title
(A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
hasTitleElement
-
hasTitle
-
setTitleElement
- Parameters:
value
-title
(A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
- Returns:
- A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.
-
setTitle
- Parameters:
value
- A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.
-
getKindElement
- Returns:
kind
(The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
hasKindElement
-
hasKind
-
setKindElement
public ImplementationGuide.ImplementationGuidePageComponent setKindElement(Enumeration<ImplementationGuide.GuidePageKind> value) - Parameters:
value
-kind
(The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
getKind
- Returns:
- The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.
-
setKind
public ImplementationGuide.ImplementationGuidePageComponent setKind(ImplementationGuide.GuidePageKind value) - Parameters:
value
- The kind of page that this is. Some pages are autogenerated (list, example), and other kinds are of interest so that tools can navigate the user to the page of interest.
-
getType
- Returns:
type
(For constructed pages, what kind of resources to include in the list.)
-
setType
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasType
-
addTypeElement
- Returns:
type
(For constructed pages, what kind of resources to include in the list.)
-
addType
- Parameters:
value
-type
(For constructed pages, what kind of resources to include in the list.)
-
hasType
- Parameters:
value
-type
(For constructed pages, what kind of resources to include in the list.)
-
getPackage
- Returns:
package_
(For constructed pages, a list of packages to include in the page (or else empty for everything).)
-
setPackage
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasPackage
-
addPackageElement
- Returns:
package_
(For constructed pages, a list of packages to include in the page (or else empty for everything).)
-
addPackage
- Parameters:
value
-package_
(For constructed pages, a list of packages to include in the page (or else empty for everything).)
-
hasPackage
- Parameters:
value
-package_
(For constructed pages, a list of packages to include in the page (or else empty for everything).)
-
getFormatElement
- Returns:
format
(The format of the page.). This is the underlying object with id, value and extensions. The accessor "getFormat" gives direct access to the value
-
hasFormatElement
-
hasFormat
-
setFormatElement
- Parameters:
value
-format
(The format of the page.). This is the underlying object with id, value and extensions. The accessor "getFormat" gives direct access to the value
-
getFormat
- Returns:
- The format of the page.
-
setFormat
- Parameters:
value
- The format of the page.
-
getPage
- Returns:
page
(Nested Pages/Sections under this page.)
-
setPage
public ImplementationGuide.ImplementationGuidePageComponent setPage(List<ImplementationGuide.ImplementationGuidePageComponent> thePage) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasPage
-
addPage
-
addPage
-
getPageFirstRep
- Returns:
- The first repetition of repeating field
page
, creating it if it does not already exist
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-