Class ProvideAndRegisterDocumentSetRequestType.Document
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.ProvideAndRegisterDocumentSetRequestType.Document
- Enclosing class:
- ProvideAndRegisterDocumentSetRequestType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getValue
public jakarta.activation.DataHandler getValue()Gets the value of the value property.- Returns:
- possible object is
DataHandler
-
setValue
public void setValue(jakarta.activation.DataHandler value) Sets the value of the value property.- Parameters:
value- allowed object isDataHandler
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-