Class DocumentType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
-
- org.certificateservices.messages.dss1.core.jaxb.DocumentType
-
public class DocumentType extends DocumentBaseType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AttachmentReferenceTypeattachmentReferenceprotected Base64Database64Dataprotected byte[]base64XMLprotected java.lang.StringescapedXMLprotected InlineXMLTypeinlineXML-
Fields inherited from class org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
id, refType, refURI, schemaRefs
-
-
Constructor Summary
Constructors Constructor Description DocumentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentReferenceTypegetAttachmentReference()Gets the value of the attachmentReference property.Base64DatagetBase64Data()Gets the value of the base64Data property.byte[]getBase64XML()Gets the value of the base64XML property.java.lang.StringgetEscapedXML()Gets the value of the escapedXML property.InlineXMLTypegetInlineXML()Gets the value of the inlineXML property.voidsetAttachmentReference(AttachmentReferenceType value)Sets the value of the attachmentReference property.voidsetBase64Data(Base64Data value)Sets the value of the base64Data property.voidsetBase64XML(byte[] value)Sets the value of the base64XML property.voidsetEscapedXML(java.lang.String value)Sets the value of the escapedXML property.voidsetInlineXML(InlineXMLType value)Sets the value of the inlineXML property.-
Methods inherited from class org.certificateservices.messages.dss1.core.jaxb.DocumentBaseType
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURI
-
-
-
-
Field Detail
-
inlineXML
protected InlineXMLType inlineXML
-
base64XML
protected byte[] base64XML
-
escapedXML
protected java.lang.String escapedXML
-
base64Data
protected Base64Data base64Data
-
attachmentReference
protected AttachmentReferenceType attachmentReference
-
-
Method Detail
-
getInlineXML
public InlineXMLType getInlineXML()
Gets the value of the inlineXML property.- Returns:
- possible object is
InlineXMLType
-
setInlineXML
public void setInlineXML(InlineXMLType value)
Sets the value of the inlineXML property.- Parameters:
value- allowed object isInlineXMLType
-
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[]
-
getEscapedXML
public java.lang.String getEscapedXML()
Gets the value of the escapedXML property.- Returns:
- possible object is
String
-
setEscapedXML
public void setEscapedXML(java.lang.String value)
Sets the value of the escapedXML property.- Parameters:
value- allowed object isString
-
getBase64Data
public Base64Data getBase64Data()
Gets the value of the base64Data property.- Returns:
- possible object is
Base64Data
-
setBase64Data
public void setBase64Data(Base64Data value)
Sets the value of the base64Data property.- Parameters:
value- allowed object isBase64Data
-
getAttachmentReference
public AttachmentReferenceType getAttachmentReference()
Gets the value of the attachmentReference property.- Returns:
- possible object is
AttachmentReferenceType
-
setAttachmentReference
public void setAttachmentReference(AttachmentReferenceType value)
Sets the value of the attachmentReference property.- Parameters:
value- allowed object isAttachmentReferenceType
-
-