@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") public class DocumentType extends DocumentBaseType implements Serializable
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<complexContent>
<extension base="{urn:oasis:names:tc:dss:1.0:core:schema}DocumentBaseType">
<choice>
<element name="InlineXML" type="{urn:oasis:names:tc:dss:1.0:core:schema}InlineXMLType"/>
<element name="Base64XML" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="EscapedXML" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Base64Data"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}AttachmentReference"/>
</choice>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentReference |
getAttachmentReference()
Gets the value of the attachmentReference property.
|
Base64Data |
getBase64Data()
Gets the value of the base64Data property.
|
byte[] |
getBase64XML()
Gets the value of the base64XML property.
|
String |
getEscapedXML()
Gets the value of the escapedXML property.
|
InlineXMLType |
getInlineXML()
Gets the value of the inlineXML property.
|
void |
setAttachmentReference(AttachmentReference value)
Sets the value of the attachmentReference property.
|
void |
setBase64Data(Base64Data value)
Sets the value of the base64Data property.
|
void |
setBase64XML(byte[] value)
Sets the value of the base64XML property.
|
void |
setEscapedXML(String value)
Sets the value of the escapedXML property.
|
void |
setInlineXML(InlineXMLType value)
Sets the value of the inlineXML property.
|
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURIpublic AttachmentReference getAttachmentReference()
AttachmentReferencepublic void setAttachmentReference(AttachmentReference value)
value - allowed object is
AttachmentReferencepublic Base64Data getBase64Data()
Base64Datapublic void setBase64Data(Base64Data value)
value - allowed object is
Base64Datapublic String getEscapedXML()
Stringpublic void setEscapedXML(String value)
value - allowed object is
Stringpublic byte[] getBase64XML()
public void setBase64XML(byte[] value)
value - allowed object is
byte[]public InlineXMLType getInlineXML()
InlineXMLTypepublic void setInlineXML(InlineXMLType value)
value - allowed object is
InlineXMLType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.