|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.SigningType
public class SigningType
Specifies the content of a signature
Java class for SigningType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SigningType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="SigningDownloadFileName"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="80"/> </restriction> </simpleType> </element> <choice> <element name="BinarySigningContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="TextSigningContent" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> <attribute name="SigningType" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SigningType()
|
Method Summary | |
---|---|
DataHandler |
getBinarySigningContent()
Gets the value of the binarySigningContent property. |
String |
getSigningDownloadFileName()
Gets the value of the signingDownloadFileName property. |
String |
getSigningType()
Gets the value of the signingType property. |
String |
getTextSigningContent()
Gets the value of the textSigningContent property. |
void |
setBinarySigningContent(DataHandler value)
Sets the value of the binarySigningContent property. |
void |
setSigningDownloadFileName(String value)
Sets the value of the signingDownloadFileName property. |
void |
setSigningType(String value)
Sets the value of the signingType property. |
void |
setTextSigningContent(String value)
Sets the value of the textSigningContent property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SigningType()
Method Detail |
---|
public String getSigningDownloadFileName()
String
public void setSigningDownloadFileName(String value)
value
- allowed object is
String
public String getTextSigningContent()
String
public void setTextSigningContent(String value)
value
- allowed object is
String
public DataHandler getBinarySigningContent()
DataHandler
public void setBinarySigningContent(DataHandler value)
value
- allowed object is
DataHandler
public String getSigningType()
String
public void setSigningType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |