Package org.hl7.v3

Class StrucDocLinkHtml

java.lang.Object
org.hl7.v3.StrucDocLinkHtml

public class StrucDocLinkHtml extends Object

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 Details

  • Constructor Details

    • StrucDocLinkHtml

      public StrucDocLinkHtml()
  • Method Details

    • getContent

      public List<Serializable> 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 set method 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

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getRel

      public String getRel()
      Gets the value of the rel property.
      Returns:
      possible object is String
    • setRel

      public void setRel(String value)
      Sets the value of the rel property.
      Parameters:
      value - allowed object is String
    • getRev

      public String getRev()
      Gets the value of the rev property.
      Returns:
      possible object is String
    • setRev

      public void setRev(String value)
      Sets the value of the rev property.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public String getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is String
    • setLanguage

      public void setLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
    • getStyleCode

      public List<String> 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 set method 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

      public StrucDocLinkHtml withContent(Serializable... values)
    • withContent

      public StrucDocLinkHtml withContent(Collection<Serializable> values)
    • withName

      public StrucDocLinkHtml withName(String value)
    • withHref

      public StrucDocLinkHtml withHref(String value)
    • withRel

      public StrucDocLinkHtml withRel(String value)
    • withRev

      public StrucDocLinkHtml withRev(String value)
    • withTitle

      public StrucDocLinkHtml withTitle(String value)
    • withID

      public StrucDocLinkHtml withID(String value)
    • withLanguage

      public StrucDocLinkHtml withLanguage(String value)
    • withStyleCode

      public StrucDocLinkHtml withStyleCode(String... values)
    • withStyleCode

      public StrucDocLinkHtml withStyleCode(Collection<String> values)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object