|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignedInfoType
An XML SignedInfoType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SignedInfoType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
CanonicalizationMethodType |
addNewCanonicalizationMethod()
Appends and returns a new empty "CanonicalizationMethod" element |
ReferenceType |
addNewReference()
Appends and returns a new empty value (as xml) as the last "Reference" element |
SignatureMethodType |
addNewSignatureMethod()
Appends and returns a new empty "SignatureMethod" element |
CanonicalizationMethodType |
getCanonicalizationMethod()
Gets the "CanonicalizationMethod" element |
java.lang.String |
getId()
Gets the "Id" attribute |
ReferenceType[] |
getReferenceArray()
Gets array of all "Reference" elements |
ReferenceType |
getReferenceArray(int i)
Gets ith "Reference" element |
SignatureMethodType |
getSignatureMethod()
Gets the "SignatureMethod" element |
ReferenceType |
insertNewReference(int i)
Inserts and returns a new empty value (as xml) as the ith "Reference" element |
boolean |
isSetId()
True if has "Id" attribute |
void |
removeReference(int i)
Removes the ith "Reference" element |
void |
setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
Sets the "CanonicalizationMethod" element |
void |
setId(java.lang.String id)
Sets the "Id" attribute |
void |
setReferenceArray(int i,
ReferenceType reference)
Sets ith "Reference" element |
void |
setReferenceArray(ReferenceType[] referenceArray)
Sets array of all "Reference" element |
void |
setSignatureMethod(SignatureMethodType signatureMethod)
Sets the "SignatureMethod" element |
int |
sizeOfReferenceArray()
Returns number of "Reference" element |
void |
unsetId()
Unsets the "Id" attribute |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "Id" attribute |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "Id" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
CanonicalizationMethodType getCanonicalizationMethod()
void setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
CanonicalizationMethodType addNewCanonicalizationMethod()
SignatureMethodType getSignatureMethod()
void setSignatureMethod(SignatureMethodType signatureMethod)
SignatureMethodType addNewSignatureMethod()
ReferenceType[] getReferenceArray()
ReferenceType getReferenceArray(int i)
int sizeOfReferenceArray()
void setReferenceArray(ReferenceType[] referenceArray)
void setReferenceArray(int i, ReferenceType reference)
ReferenceType insertNewReference(int i)
ReferenceType addNewReference()
void removeReference(int i)
java.lang.String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |