Class DocumentType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
de.gematik.ws.conn.connectorcommon.v5.DocumentType
- Direct Known Subclasses:
DocumentType,DocumentType
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="Base64XML" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Base64Data"/>
</choice>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
id, refType, refURI, schemaRefs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the base64Data property.byte[]Gets the value of the base64XML property.voidsetBase64Data(Base64Data value) Sets the value of the base64Data property.voidsetBase64XML(byte[] value) Sets the value of the base64XML property.Methods inherited from class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURI
-
Field Details
-
base64XML
protected byte[] base64XML -
base64Data
-
-
Constructor Details
-
DocumentType
public DocumentType()
-
-
Method Details
-
getBase64XML
public byte[] getBase64XML()Gets the value of the base64XML property.- Returns:
- possible object is byte[]
-
setBase64XML
public void setBase64XML(byte[] value) Sets the value of the base64XML property.- Parameters:
value- allowed object is byte[]
-
getBase64Data
Gets the value of the base64Data property.- Returns:
- possible object is
Base64Data
-
setBase64Data
Sets the value of the base64Data property.- Parameters:
value- allowed object isBase64Data
-