xades4j.properties
Class UnsignedDataObjectProperty

java.lang.Object
  extended by xades4j.properties.DataObjectProperty
      extended by xades4j.properties.UnsignedDataObjectProperty
All Implemented Interfaces:
QualifyingProperty
Direct Known Subclasses:
OtherUnsignedDataObjectProperty

public abstract class UnsignedDataObjectProperty
extends DataObjectProperty

Base class for all the unsigned data object properties.

Author:
Luís

Nested Class Summary
 
Nested classes/interfaces inherited from class xades4j.properties.DataObjectProperty
DataObjectProperty.TargetMultiplicity
 
Field Summary
 
Fields inherited from interface xades4j.properties.QualifyingProperty
QUALIFYING_PROPS_REF_TAG, QUALIFYING_PROPS_TAG, SIGNED_DATAOBJ_PROPS_TAG, SIGNED_PROPS_TAG, SIGNED_PROPS_TYPE_URI, SIGNED_SIGNATURE_PROPS_TAG, TARGET_ATTR, UNSIGNED_DATAOBJ_PROPS_TAG, UNSIGNED_PROPS_TAG, UNSIGNED_SIGNATURE_PROPS_TAG, XADES_XMLNS, XADESV141_XMLNS
 
Constructor Summary
protected UnsignedDataObjectProperty(DataObjectProperty.TargetMultiplicity targetMult)
          Initializes the property with the given target multiplicity.
 
Method Summary
 boolean isSigned()
          Indicates wether the property is a signed property.
 
Methods inherited from class xades4j.properties.DataObjectProperty
getTargetDataObjects, isSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface xades4j.properties.QualifyingProperty
getName
 

Constructor Detail

UnsignedDataObjectProperty

protected UnsignedDataObjectProperty(DataObjectProperty.TargetMultiplicity targetMult)
Initializes the property with the given target multiplicity.

Parameters:
targetMult - the target multiplicity
Throws:
NullPointerException - if targetMult is null
Method Detail

isSigned

public final boolean isSigned()
Description copied from interface: QualifyingProperty
Indicates wether the property is a signed property.

Returns:
true if this is a signed property


Copyright © 2012. All Rights Reserved.