|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.DocumentBaseType
oasis.names.tc.dss._1_0.core.schema.DocumentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:14:10+01:00",
comments="JAXB RI v2.3.6")
public class 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="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 Summary | |
|---|---|
DocumentType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType |
|---|
getID, getRefType, getRefURI, getSchemaRefs, setID, setRefType, setRefURI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentType()
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||