
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
FieldsModifier and TypeFieldDescriptionprotected CodeTypeThe format of the page.protected Enumeration<ImplementationGuide.GuidePageKind> The kind of page that this is.protected StringTypeA 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 UriTypeThe 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
ConstructorsConstructorDescriptionImplementationGuidePageComponent(UriType source, StringType name, Enumeration<ImplementationGuide.GuidePageKind> kind) -
Method Summary
Modifier and TypeMethodDescriptionaddPackage(String value) addPage()copy()booleanequalsDeep(Base other) booleanequalsShallow(Base other) fhirType()getKind()getName()getPage()getType()booleanbooleanbooleanhasKind()booleanbooleanhasName()booleanbooleanbooleanhasPackage(String value) booleanhasPage()booleanbooleanbooleanhasType()booleanbooleanisEmpty()protected voidlistChildren(List<Property> childrenList) setFormatElement(CodeType value) setNameElement(StringType value) voidsetProperty(String name, Base value) setSourceElement(UriType value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionMethods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementMethods 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, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtensionMethods 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:
listChildrenin classBackboneElement
-
setProperty
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copyin classBackboneElement
-
equalsDeep
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-