Package org.projecthusky.common.hl7cdar2
Class AdxpDeliveryMode
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.BIN
org.projecthusky.common.hl7cdar2.ED
org.projecthusky.common.hl7cdar2.ST
org.projecthusky.common.hl7cdar2.ADXP
org.projecthusky.common.hl7cdar2.AdxpDeliveryMode
Java-Klasse für adxp.deliveryMode complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.projecthusky.common.hl7cdar2.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType, reference, thumbnail
Fields inherited from class org.projecthusky.common.hl7cdar2.BIN
representation
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.ADXP
getPartType
Methods inherited from class org.projecthusky.common.hl7cdar2.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, getReference, getTextContent, getThumbnail, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType, setReference, setThumbnail
Methods inherited from class org.projecthusky.common.hl7cdar2.BIN
getRepresentation, setRepresentation
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
AdxpDeliveryMode
public AdxpDeliveryMode() -
AdxpDeliveryMode
-