org.w3.xmldsig
Class DigestMethod

java.lang.Object
  extended by org.w3.xmldsig.DigestMethod
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class DigestMethod
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for DigestMethodType complex type.

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

 <complexType name="DigestMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String algorithm
           
protected  List<Object> content
           
 
Constructor Summary
DigestMethod()
          Default no-arg constructor
DigestMethod(List<Object> content, String algorithm)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getAlgorithm()
          Gets the value of the algorithm property.
 List<Object> getContent()
          Gets the value of the content property.
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 void setContent(List<Object> value)
           
 String toString()
           
 DigestMethod withAlgorithm(String value)
           
 DigestMethod withContent(Collection<Object> values)
           
 DigestMethod withContent(List<Object> value)
           
 DigestMethod withContent(Object... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

content

protected List<Object> content

algorithm

protected String algorithm
Constructor Detail

DigestMethod

public DigestMethod()
Default no-arg constructor


DigestMethod

public DigestMethod(List<Object> content,
                    String algorithm)
Fully-initialising value constructor

Method Detail

getContent

public List<Object> getContent()
Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list String Element Object


getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String

setContent

public void setContent(List<Object> value)

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withContent

public DigestMethod withContent(Object... values)

withContent

public DigestMethod withContent(Collection<Object> values)

withAlgorithm

public DigestMethod withAlgorithm(String value)

withContent

public DigestMethod withContent(List<Object> value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.