Package org.sourceid.protocol.dsig10.xml
Interface SignaturePropertiesType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface SignaturePropertiesType extends XmlObject
An XML SignaturePropertiesType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSignaturePropertiesType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignaturePropertyTypeaddNewSignatureProperty()Appends and returns a new empty value (as xml) as the last "SignatureProperty" elementStringgetId()Gets the "Id" attributeSignaturePropertyType[]getSignaturePropertyArray()Gets array of all "SignatureProperty" elementsSignaturePropertyTypegetSignaturePropertyArray(int i)Gets ith "SignatureProperty" elementSignaturePropertyTypeinsertNewSignatureProperty(int i)Inserts and returns a new empty value (as xml) as the ith "SignatureProperty" elementbooleanisSetId()True if has "Id" attributevoidremoveSignatureProperty(int i)Removes the ith "SignatureProperty" elementvoidsetId(String id)Sets the "Id" attributevoidsetSignaturePropertyArray(int i, SignaturePropertyType signatureProperty)Sets ith "SignatureProperty" elementvoidsetSignaturePropertyArray(SignaturePropertyType[] signaturePropertyArray)Sets array of all "SignatureProperty" elementintsizeOfSignaturePropertyArray()Returns number of "SignatureProperty" elementvoidunsetId()Unsets the "Id" attributeXmlIDxgetId()Gets (as xml) the "Id" attributevoidxsetId(XmlID id)Sets (as xml) the "Id" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSignaturePropertyArray
SignaturePropertyType[] getSignaturePropertyArray()
Gets array of all "SignatureProperty" elements
-
getSignaturePropertyArray
SignaturePropertyType getSignaturePropertyArray(int i)
Gets ith "SignatureProperty" element
-
sizeOfSignaturePropertyArray
int sizeOfSignaturePropertyArray()
Returns number of "SignatureProperty" element
-
setSignaturePropertyArray
void setSignaturePropertyArray(SignaturePropertyType[] signaturePropertyArray)
Sets array of all "SignatureProperty" element
-
setSignaturePropertyArray
void setSignaturePropertyArray(int i, SignaturePropertyType signatureProperty)Sets ith "SignatureProperty" element
-
insertNewSignatureProperty
SignaturePropertyType insertNewSignatureProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "SignatureProperty" element
-
addNewSignatureProperty
SignaturePropertyType addNewSignatureProperty()
Appends and returns a new empty value (as xml) as the last "SignatureProperty" element
-
removeSignatureProperty
void removeSignatureProperty(int i)
Removes the ith "SignatureProperty" element
-
getId
String getId()
Gets the "Id" attribute
-
xgetId
XmlID xgetId()
Gets (as xml) the "Id" attribute
-
isSetId
boolean isSetId()
True if has "Id" attribute
-
setId
void setId(String id)
Sets the "Id" attribute
-
xsetId
void xsetId(XmlID id)
Sets (as xml) the "Id" attribute
-
unsetId
void unsetId()
Unsets the "Id" attribute
-
-