public static class GeneratedType.Fixity extends Object implements Serializable
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 name="messageDigestAlgorithm" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="messageDigest" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="messageDigestOriginator" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
messageDigest |
protected String |
messageDigestAlgorithm |
protected String |
messageDigestOriginator |
Constructor and Description |
---|
GeneratedType.Fixity() |
Modifier and Type | Method and Description |
---|---|
String |
getMessageDigest()
Gets the value of the messageDigest property.
|
String |
getMessageDigestAlgorithm()
Gets the value of the messageDigestAlgorithm property.
|
String |
getMessageDigestOriginator()
Gets the value of the messageDigestOriginator property.
|
void |
setMessageDigest(String value)
Sets the value of the messageDigest property.
|
void |
setMessageDigestAlgorithm(String value)
Sets the value of the messageDigestAlgorithm property.
|
void |
setMessageDigestOriginator(String value)
Sets the value of the messageDigestOriginator property.
|
protected String messageDigestAlgorithm
protected String messageDigest
protected String messageDigestOriginator
public String getMessageDigestAlgorithm()
String
public void setMessageDigestAlgorithm(String value)
value
- allowed object is
String
public String getMessageDigest()
String
public void setMessageDigest(String value)
value
- allowed object is
String
public String getMessageDigestOriginator()
String
Copyright © 2013 TextGrid Consortium. All Rights Reserved.