Class StrucDocLinkHtml
Java class for StrucDoc.LinkHtml complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.LinkHtml">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="footnote" type="{urn:hl7-org:v3}StrucDoc.Footnote"/>
<element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/>
</choice>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<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" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the content property.getHref()Gets the value of the href property.getID()Gets the value of the id property.Gets the value of the language property.getName()Gets the value of the name property.getRel()Gets the value of the rel property.getRev()Gets the value of the rev property.Gets the value of the styleCode property.getTitle()Gets the value of the title property.inthashCode()voidSets the value of the href property.voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the name property.voidSets the value of the rel property.voidSets the value of the rev property.voidSets the value of the title property.toString()Generates a String representation of the contents of this type.withContent(Serializable... values) withContent(Collection<Serializable> values) withLanguage(String value) withStyleCode(String... values) withStyleCode(Collection<String> values)
-
Field Details
-
-
name
-
href
-
rel
-
rev
-
title
-
id
-
language
-
styleCode
-
-
Constructor Details
-
StrucDocLinkHtml
public StrucDocLinkHtml()
-
-
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<StrucDocFootnote>JAXBElement<StrucDocFootnoteRef>String -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getRel
Gets the value of the rel property.- Returns:
- possible object is
String
-
setRel
Sets the value of the rel property.- Parameters:
value- allowed object isString
-
getRev
Gets the value of the rev property.- Returns:
- possible object is
String
-
setRev
Sets the value of the rev property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
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 -
withContent
-
withContent
-
withName
-
withHref
-
withRel
-
withRev
-
withTitle
-
withID
-
withLanguage
-
withStyleCode
-
withStyleCode
-
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
-