|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.jaxb.xades132.UnsignedPropertiesType
public class UnsignedPropertiesType
Java class for UnsignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignaturePropertiesType" minOccurs="0"/> <element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectPropertiesType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected UnsignedDataObjectPropertiesType |
unsignedDataObjectProperties
|
protected UnsignedSignaturePropertiesType |
unsignedSignatureProperties
|
Constructor Summary | |
---|---|
UnsignedPropertiesType()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
UnsignedDataObjectPropertiesType |
getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property. |
UnsignedSignaturePropertiesType |
getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setUnsignedDataObjectProperties(UnsignedDataObjectPropertiesType value)
Sets the value of the unsignedDataObjectProperties property. |
void |
setUnsignedSignatureProperties(UnsignedSignaturePropertiesType value)
Sets the value of the unsignedSignatureProperties property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected UnsignedSignaturePropertiesType unsignedSignatureProperties
protected UnsignedDataObjectPropertiesType unsignedDataObjectProperties
protected String id
Constructor Detail |
---|
public UnsignedPropertiesType()
Method Detail |
---|
public UnsignedSignaturePropertiesType getUnsignedSignatureProperties()
UnsignedSignaturePropertiesType
public void setUnsignedSignatureProperties(UnsignedSignaturePropertiesType value)
value
- allowed object is
UnsignedSignaturePropertiesType
public UnsignedDataObjectPropertiesType getUnsignedDataObjectProperties()
UnsignedDataObjectPropertiesType
public void setUnsignedDataObjectProperties(UnsignedDataObjectPropertiesType value)
value
- allowed object is
UnsignedDataObjectPropertiesType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |