Package google.registry.xjc.dsig
Class XjcDsigReference
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.dsig.XjcDsigReference
Java class for ReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcDsigDigestMethod
protected XjcDsigDigestValue
protected String
protected XjcDsigTransforms
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestMethod property.Gets the value of the digestValue property.getId()
Gets the value of the id property.Gets the value of the transforms property.getType()
Gets the value of the type property.getURI()
Gets the value of the uri property.void
Sets the value of the digestMethod property.void
setDigestValue
(XjcDsigDigestValue value) Sets the value of the digestValue property.void
Sets the value of the id property.void
setTransforms
(XjcDsigTransforms value) Sets the value of the transforms property.void
Sets the value of the type property.void
Sets the value of the uri property.
-
Field Details
-
transforms
-
digestMethod
-
digestValue
-
id
-
uri
-
type
-
-
Constructor Details
-
XjcDsigReference
public XjcDsigReference()
-
-
Method Details
-
getTransforms
Gets the value of the transforms property.- Returns:
- possible object is
XjcDsigTransforms
-
setTransforms
Sets the value of the transforms property.- Parameters:
value
- allowed object isXjcDsigTransforms
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
XjcDsigDigestMethod
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value
- allowed object isXjcDsigDigestMethod
-
getDigestValue
Gets the value of the digestValue property.- Returns:
- possible object is
XjcDsigDigestValue
-
setDigestValue
Sets the value of the digestValue property.- Parameters:
value
- allowed object isXjcDsigDigestValue
-
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
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-