Package org.hl7.v3
Class AdxpDeliveryMode
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.ST
org.hl7.v3.ADXP
org.hl7.v3.AdxpDeliveryMode
Java class for adxp.deliveryMode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="adxp.deliveryMode">
<complexContent>
<restriction base="{urn:hl7-org:v3}ADXP">
<attribute name="partType" type="{urn:hl7-org:v3}AddressPartType" fixed="DMOD" />
</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... values) withPartType(Collection<String> values) Methods inherited from class org.hl7.v3.ADXP
getPartTypeMethods 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
-
AdxpDeliveryMode
public AdxpDeliveryMode()
-
-
Method Details
-
withPartType
- Overrides:
withPartTypein classADXP
-
withPartType
- Overrides:
withPartTypein classADXP
-
withMediaType
- Overrides:
withMediaTypein classADXP
-
withLanguage
- Overrides:
withLanguagein classADXP
-
withCompression
- Overrides:
withCompressionin classADXP
-
withIntegrityCheck
- Overrides:
withIntegrityCheckin classADXP
-
withIntegrityCheckAlgorithm
- Overrides:
withIntegrityCheckAlgorithmin classADXP
-
withContent
- Overrides:
withContentin classADXP
-
withContent
- Overrides:
withContentin classADXP
-
withRepresentation
- Overrides:
withRepresentationin classADXP
-
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
-