Class TransformedDocument

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.TransformedDocument

public class TransformedDocument extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Document"/>
       </sequence>
       <attribute name="WhichReference" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TransformedDocument

      public TransformedDocument()
  • Method Details

    • getDocument

      public DocumentType getDocument()
      Gets the value of the document property.
      Returns:
      possible object is DocumentType
    • setDocument

      public void setDocument(DocumentType value)
      Sets the value of the document property.
      Parameters:
      value - allowed object is DocumentType
    • getWhichReference

      public BigInteger getWhichReference()
      Gets the value of the whichReference property.
      Returns:
      possible object is BigInteger
    • setWhichReference

      public void setWhichReference(BigInteger value)
      Sets the value of the whichReference property.
      Parameters:
      value - allowed object is BigInteger