Package org.hl7.v3
Class StrucDocSub
java.lang.Object
org.hl7.v3.StrucDocSub
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the content property.inthashCode()voidsetContent(String value) Sets the value of the content property.toString()Generates a String representation of the contents of this type.withContent(String value)
-
Field Details
-
-
Constructor Details
-
StrucDocSub
public StrucDocSub()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
withContent
-
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
-