Class ReturnTransformedDocument
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.ReturnTransformedDocument
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">
<attribute name="WhichReference" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the whichReference property.voidsetWhichReference(BigInteger value) Sets the value of the whichReference property.
-
Field Details
-
whichReference
-
-
Constructor Details
-
ReturnTransformedDocument
public ReturnTransformedDocument()
-
-
Method Details
-
getWhichReference
Gets the value of the whichReference property.- Returns:
- possible object is
BigInteger
-
setWhichReference
Sets the value of the whichReference property.- Parameters:
value- allowed object isBigInteger
-