Class SignedReference
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SignedReference
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="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
</sequence>
<attribute name="WhichDocument" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="RefURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="RefId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected TransformsTypeprotected Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefId()Gets the value of the refId property.Gets the value of the refURI property.Gets the value of the transforms property.Gets the value of the whichDocument property.voidSets the value of the refId property.voidSets the value of the refURI property.voidsetTransforms(TransformsType value) Sets the value of the transforms property.voidsetWhichDocument(Object value) Sets the value of the whichDocument property.
-
Field Details
-
transforms
-
whichDocument
-
refURI
-
refId
-
-
Constructor Details
-
SignedReference
public SignedReference()
-
-
Method Details
-
getTransforms
Gets the value of the transforms property.- Returns:
- possible object is
TransformsType
-
setTransforms
Sets the value of the transforms property.- Parameters:
value- allowed object isTransformsType
-
getWhichDocument
Gets the value of the whichDocument property.- Returns:
- possible object is
Object
-
setWhichDocument
Sets the value of the whichDocument property.- Parameters:
value- allowed object isObject
-
getRefURI
Gets the value of the refURI property.- Returns:
- possible object is
String
-
setRefURI
Sets the value of the refURI property.- Parameters:
value- allowed object isString
-
getRefId
Gets the value of the refId property.- Returns:
- possible object is
String
-
setRefId
Sets the value of the refId property.- Parameters:
value- allowed object isString
-