Package org.hl7.v3

Class StrucDocSub

java.lang.Object
org.hl7.v3.StrucDocSub

public class StrucDocSub extends Object

Java class for StrucDoc.Sub complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StrucDoc.Sub">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
  • Constructor Details

    • StrucDocSub

      public StrucDocSub()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • withContent

      public StrucDocSub withContent(String value)
    • 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