Package org.hl7.fhir.dstu2.model
Class ImplementationGuide.ImplementationGuidePageComponent
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.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 StringType
A short name used to represent this page in navigational structures such as table of contents, bread crumbs, etc.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.For constructed pages, what kind of resources to include in the list.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionImplementationGuidePageComponent
(UriType source, StringType name, Enumeration<ImplementationGuide.GuidePageKind> kind) -
Method Summary
Modifier and TypeMethodDescriptionaddPackage
(String value) addPage()
copy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
getKind()
getName()
getPage()
getType()
boolean
boolean
boolean
hasKind()
boolean
boolean
hasName()
boolean
boolean
boolean
hasPackage
(String value) boolean
hasPage()
boolean
boolean
boolean
hasType()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setFormatElement
(CodeType value) setNameElement
(StringType value) void
setProperty
(String name, Base value) setSourceElement
(UriType 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, addExtension, copyValues, getExtension, getExtensionByUrl, 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
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. -
name
A short name 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() -
ImplementationGuidePageComponent
public ImplementationGuidePageComponent(UriType source, StringType name, Enumeration<ImplementationGuide.GuidePageKind> kind)
-
-
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.
-
getNameElement
- Returns:
name
(A short name 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 "getName" gives direct access to the value
-
hasNameElement
-
hasName
-
setNameElement
- Parameters:
value
-name
(A short name 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 "getName" gives direct access to the value
-
getName
- Returns:
- A short name used to represent this page in navigational structures such as table of contents, bread crumbs, etc.
-
setName
- Parameters:
value
- A short name 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.)
-
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).)
-
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.)
-
hasPage
-
addPage
- Returns:
page
(Nested Pages/Sections under this page.)
-
addPage
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
setProperty
- Overrides:
setProperty
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
-