@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") 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, setRefURI
public AttachmentReference getAttachmentReference()
AttachmentReference
public void setAttachmentReference(AttachmentReference value)
value
- allowed object is
AttachmentReference
public Base64Data getBase64Data()
Base64Data
public void setBase64Data(Base64Data value)
value
- allowed object is
Base64Data
public String getEscapedXML()
String
public void setEscapedXML(String value)
value
- allowed object is
String
public byte[] getBase64XML()
public void setBase64XML(byte[] value)
value
- allowed object is
byte[]public InlineXMLType getInlineXML()
InlineXMLType
public void setInlineXML(InlineXMLType value)
value
- allowed object is
InlineXMLType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.