xades4j.xml.bind.xades
Class XmlUnsignedPropertiesType

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

public class XmlUnsignedPropertiesType
extends Object

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  XmlUnsignedDataObjectPropertiesType unsignedDataObjectProperties
           
protected  XmlUnsignedSignaturePropertiesType unsignedSignatureProperties
           
 
Constructor Summary
XmlUnsignedPropertiesType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 XmlUnsignedDataObjectPropertiesType getUnsignedDataObjectProperties()
          Gets the value of the unsignedDataObjectProperties property.
 XmlUnsignedSignaturePropertiesType getUnsignedSignatureProperties()
          Gets the value of the unsignedSignatureProperties property.
 void setId(String value)
          Sets the value of the id property.
 void setUnsignedDataObjectProperties(XmlUnsignedDataObjectPropertiesType value)
          Sets the value of the unsignedDataObjectProperties property.
 void setUnsignedSignatureProperties(XmlUnsignedSignaturePropertiesType 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

unsignedSignatureProperties

protected XmlUnsignedSignaturePropertiesType unsignedSignatureProperties

unsignedDataObjectProperties

protected XmlUnsignedDataObjectPropertiesType unsignedDataObjectProperties

id

protected String id
Constructor Detail

XmlUnsignedPropertiesType

public XmlUnsignedPropertiesType()
Method Detail

getUnsignedSignatureProperties

public XmlUnsignedSignaturePropertiesType getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property.

Returns:
possible object is XmlUnsignedSignaturePropertiesType

setUnsignedSignatureProperties

public void setUnsignedSignatureProperties(XmlUnsignedSignaturePropertiesType value)
Sets the value of the unsignedSignatureProperties property.

Parameters:
value - allowed object is XmlUnsignedSignaturePropertiesType

getUnsignedDataObjectProperties

public XmlUnsignedDataObjectPropertiesType getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property.

Returns:
possible object is XmlUnsignedDataObjectPropertiesType

setUnsignedDataObjectProperties

public void setUnsignedDataObjectProperties(XmlUnsignedDataObjectPropertiesType value)
Sets the value of the unsignedDataObjectProperties property.

Parameters:
value - allowed object is XmlUnsignedDataObjectPropertiesType

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.