Class XjcDsigSignature

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.dsig.XjcDsigSignature

public class XjcDsigSignature extends XjcObject

Java class for SignatureType complex type

.

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

 <complexType name="SignatureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Object" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDsigSignature

      public XjcDsigSignature()
  • Method Details

    • getSignedInfo

      public XjcDsigSignedInfo getSignedInfo()
      Gets the value of the signedInfo property.
      Returns:
      possible object is XjcDsigSignedInfo
    • setSignedInfo

      public void setSignedInfo(XjcDsigSignedInfo value)
      Sets the value of the signedInfo property.
      Parameters:
      value - allowed object is XjcDsigSignedInfo
    • getSignatureValue

      public XjcDsigSignatureValue getSignatureValue()
      Gets the value of the signatureValue property.
      Returns:
      possible object is XjcDsigSignatureValue
    • setSignatureValue

      public void setSignatureValue(XjcDsigSignatureValue value)
      Sets the value of the signatureValue property.
      Parameters:
      value - allowed object is XjcDsigSignatureValue
    • getKeyInfo

      public XjcDsigKeyInfo getKeyInfo()
      Gets the value of the keyInfo property.
      Returns:
      possible object is XjcDsigKeyInfo
    • setKeyInfo

      public void setKeyInfo(XjcDsigKeyInfo value)
      Sets the value of the keyInfo property.
      Parameters:
      value - allowed object is XjcDsigKeyInfo
    • getObjects

      public List<XjcDsigObject> getObjects()
      Gets the value of the objects property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the objects property.

      For example, to add a new item, do as follows:

       getObjects().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcDsigObject

      Returns:
      The value of the objects property.
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String