Package org.cxml
Class XadesQualifyingProperties
- java.lang.Object
-
- org.cxml.XadesQualifyingProperties
-
public class XadesQualifyingProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.Stringtargetprotected XadesSignedPropertiesxadesSignedPropertiesprotected XadesUnsignedPropertiesxadesUnsignedPropertiesprotected java.lang.StringxmlnsXades
-
Constructor Summary
Constructors Constructor Description XadesQualifyingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetTarget()Gets the value of the target property.XadesSignedPropertiesgetXadesSignedProperties()Gets the value of the xadesSignedProperties property.XadesUnsignedPropertiesgetXadesUnsignedProperties()Gets the value of the xadesUnsignedProperties property.java.lang.StringgetXmlnsXades()Gets the value of the xmlnsXades property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetTarget(java.lang.String value)Sets the value of the target property.voidsetXadesSignedProperties(XadesSignedProperties value)Sets the value of the xadesSignedProperties property.voidsetXadesUnsignedProperties(XadesUnsignedProperties value)Sets the value of the xadesUnsignedProperties property.voidsetXmlnsXades(java.lang.String value)Sets the value of the xmlnsXades property.
-
-
-
Field Detail
-
target
protected java.lang.String target
-
id
protected java.lang.String id
-
xmlnsXades
protected java.lang.String xmlnsXades
-
xadesSignedProperties
protected XadesSignedProperties xadesSignedProperties
-
xadesUnsignedProperties
protected XadesUnsignedProperties xadesUnsignedProperties
-
-
Method Detail
-
getTarget
public java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
Sets the value of the target property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXmlnsXades
public java.lang.String getXmlnsXades()
Gets the value of the xmlnsXades property.- Returns:
- possible object is
String
-
setXmlnsXades
public void setXmlnsXades(java.lang.String value)
Sets the value of the xmlnsXades property.- Parameters:
value- allowed object isString
-
getXadesSignedProperties
public XadesSignedProperties getXadesSignedProperties()
Gets the value of the xadesSignedProperties property.- Returns:
- possible object is
XadesSignedProperties
-
setXadesSignedProperties
public void setXadesSignedProperties(XadesSignedProperties value)
Sets the value of the xadesSignedProperties property.- Parameters:
value- allowed object isXadesSignedProperties
-
getXadesUnsignedProperties
public XadesUnsignedProperties getXadesUnsignedProperties()
Gets the value of the xadesUnsignedProperties property.- Returns:
- possible object is
XadesUnsignedProperties
-
setXadesUnsignedProperties
public void setXadesUnsignedProperties(XadesUnsignedProperties value)
Sets the value of the xadesUnsignedProperties property.- Parameters:
value- allowed object isXadesUnsignedProperties
-
-