xades4j.xml.bind.xades
Class XmlSignedPropertiesType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlSignedPropertiesType

public class XmlSignedPropertiesType
extends Object

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  XmlSignedDataObjectPropertiesType signedDataObjectProperties
           
protected  XmlSignedSignaturePropertiesType signedSignatureProperties
           
 
Constructor Summary
XmlSignedPropertiesType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 XmlSignedDataObjectPropertiesType getSignedDataObjectProperties()
          Gets the value of the signedDataObjectProperties property.
 XmlSignedSignaturePropertiesType getSignedSignatureProperties()
          Gets the value of the signedSignatureProperties property.
 void setId(String value)
          Sets the value of the id property.
 void setSignedDataObjectProperties(XmlSignedDataObjectPropertiesType value)
          Sets the value of the signedDataObjectProperties property.
 void setSignedSignatureProperties(XmlSignedSignaturePropertiesType 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

signedSignatureProperties

protected XmlSignedSignaturePropertiesType signedSignatureProperties

signedDataObjectProperties

protected XmlSignedDataObjectPropertiesType signedDataObjectProperties

id

protected String id
Constructor Detail

XmlSignedPropertiesType

public XmlSignedPropertiesType()
Method Detail

getSignedSignatureProperties

public XmlSignedSignaturePropertiesType getSignedSignatureProperties()
Gets the value of the signedSignatureProperties property.

Returns:
possible object is XmlSignedSignaturePropertiesType

setSignedSignatureProperties

public void setSignedSignatureProperties(XmlSignedSignaturePropertiesType value)
Sets the value of the signedSignatureProperties property.

Parameters:
value - allowed object is XmlSignedSignaturePropertiesType

getSignedDataObjectProperties

public XmlSignedDataObjectPropertiesType getSignedDataObjectProperties()
Gets the value of the signedDataObjectProperties property.

Returns:
possible object is XmlSignedDataObjectPropertiesType

setSignedDataObjectProperties

public void setSignedDataObjectProperties(XmlSignedDataObjectPropertiesType value)
Sets the value of the signedDataObjectProperties property.

Parameters:
value - allowed object is XmlSignedDataObjectPropertiesType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.