Package org.hl7.v3
Class EnGiven
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.ST
org.hl7.v3.ENXP
org.hl7.v3.EnGiven
Java class for en.given complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="en.given">
<complexContent>
<restriction base="{urn:hl7-org:v3}ENXP">
<attribute name="partType" type="{urn:hl7-org:v3}EntityNamePartType" fixed="GIV" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.hl7.v3.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaTypeFields inherited from class org.hl7.v3.BIN
content, representation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()Generates a String representation of the contents of this type.withContent(String... values) withContent(Collection<String> values) withIntegrityCheck(byte[] value) withLanguage(String value) withMediaType(String value) withPartType(String value) withQualifier(String... values) withQualifier(Collection<String> values) Methods inherited from class org.hl7.v3.ENXP
getPartType, getQualifier, setPartTypeMethods inherited from class org.hl7.v3.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaTypeMethods inherited from class org.hl7.v3.BIN
getContent, getRepresentation, setRepresentation
-
Constructor Details
-
EnGiven
public EnGiven()
-
-
Method Details
-
withPartType
- Overrides:
withPartTypein classENXP
-
withQualifier
- Overrides:
withQualifierin classENXP
-
withQualifier
- Overrides:
withQualifierin classENXP
-
withMediaType
- Overrides:
withMediaTypein classENXP
-
withLanguage
- Overrides:
withLanguagein classENXP
-
withCompression
- Overrides:
withCompressionin classENXP
-
withIntegrityCheck
- Overrides:
withIntegrityCheckin classENXP
-
withIntegrityCheckAlgorithm
- Overrides:
withIntegrityCheckAlgorithmin classENXP
-
withContent
- Overrides:
withContentin classENXP
-
withContent
- Overrides:
withContentin classENXP
-
withRepresentation
- Overrides:
withRepresentationin classENXP
-
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
-