Class StrucDocTitle
Java class for StrucDoc.Title complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.Title">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="content" type="{urn:hl7-org:v3}StrucDoc.TitleContent"/>
<element name="sub" type="{urn:hl7-org:v3}StrucDoc.Sub"/>
<element name="sup" type="{urn:hl7-org:v3}StrucDoc.Sup"/>
<element name="br" type="{urn:hl7-org:v3}StrucDoc.Br"/>
<element name="footnote" type="{urn:hl7-org:v3}StrucDoc.TitleFootnote"/>
<element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/>
</choice>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="styleCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="mediaType" type="{http://www.w3.org/2001/XMLSchema}string" fixed="text/x-hl7-title+xml" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the content property.getID()Gets the value of the id property.Gets the value of the language property.Gets the value of the mediaType property.Gets the value of the styleCode property.inthashCode()voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidsetMediaType(String value) Sets the value of the mediaType property.toString()Generates a String representation of the contents of this type.withContent(Serializable... values) withContent(Collection<Serializable> values) withLanguage(String value) withMediaType(String value) withStyleCode(String... values) withStyleCode(Collection<String> values)
-
Field Details
-
-
id
-
language
-
styleCode
-
mediaType
-
-
Constructor Details
-
StrucDocTitle
public StrucDocTitle()
-
-
Method Details
-
getContent
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<StrucDocBr>JAXBElement<StrucDocFootnoteRef>JAXBElement<StrucDocSub>JAXBElement<StrucDocSup>JAXBElement<StrucDocTitleContent>JAXBElement<StrucDocTitleFootnote>String -
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getStyleCode
Gets the value of the styleCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the styleCode property.For example, to add a new item, do as follows:
getStyleCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMediaType
Gets the value of the mediaType property.- Returns:
- possible object is
String
-
setMediaType
Sets the value of the mediaType property.- Parameters:
value- allowed object isString
-
withContent
-
withContent
-
withID
-
withLanguage
-
withStyleCode
-
withStyleCode
-
withMediaType
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-