|
||||||||||
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.SignedPropertiesType
public class SignedPropertiesType
Java class for SignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedSignaturePropertiesType" minOccurs="0"/> <element name="SignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedDataObjectPropertiesType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected SignedDataObjectPropertiesType |
signedDataObjectProperties
|
protected SignedSignaturePropertiesType |
signedSignatureProperties
|
Constructor Summary | |
---|---|
SignedPropertiesType()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
SignedDataObjectPropertiesType |
getSignedDataObjectProperties()
Gets the value of the signedDataObjectProperties property. |
SignedSignaturePropertiesType |
getSignedSignatureProperties()
Gets the value of the signedSignatureProperties property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSignedDataObjectProperties(SignedDataObjectPropertiesType value)
Sets the value of the signedDataObjectProperties property. |
void |
setSignedSignatureProperties(SignedSignaturePropertiesType value)
Sets the value of the signedSignatureProperties property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SignedSignaturePropertiesType signedSignatureProperties
protected SignedDataObjectPropertiesType signedDataObjectProperties
protected String id
Constructor Detail |
---|
public SignedPropertiesType()
Method Detail |
---|
public SignedSignaturePropertiesType getSignedSignatureProperties()
SignedSignaturePropertiesType
public void setSignedSignatureProperties(SignedSignaturePropertiesType value)
value
- allowed object is
SignedSignaturePropertiesType
public SignedDataObjectPropertiesType getSignedDataObjectProperties()
SignedDataObjectPropertiesType
public void setSignedDataObjectProperties(SignedDataObjectPropertiesType value)
value
- allowed object is
SignedDataObjectPropertiesType
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 |