Package org.w3._2000._09.xmldsig_
Class SignedInfoType
java.lang.Object
org.w3._2000._09.xmldsig_.SignedInfoType
Java-Klasse für SignedInfoType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="SignedInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureMethod"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CanonicalizationMethodTypeprotected Stringprotected List<ReferenceType>protected SignatureMethodType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der canonicalizationMethod-Eigenschaft ab.getId()Ruft den Wert der id-Eigenschaft ab.Gets the value of the reference property.Ruft den Wert der signatureMethod-Eigenschaft ab.voidLegt den Wert der canonicalizationMethod-Eigenschaft fest.voidLegt den Wert der id-Eigenschaft fest.voidLegt den Wert der signatureMethod-Eigenschaft fest.
-
Field Details
-
canonicalizationMethod
-
signatureMethod
-
reference
-
id
-
-
Constructor Details
-
SignedInfoType
public SignedInfoType()
-
-
Method Details
-
getCanonicalizationMethod
Ruft den Wert der canonicalizationMethod-Eigenschaft ab.- Returns:
- possible object is
CanonicalizationMethodType
-
setCanonicalizationMethod
Legt den Wert der canonicalizationMethod-Eigenschaft fest.- Parameters:
value- allowed object isCanonicalizationMethodType
-
getSignatureMethod
Ruft den Wert der signatureMethod-Eigenschaft ab.- Returns:
- possible object is
SignatureMethodType
-
setSignatureMethod
Legt den Wert der signatureMethod-Eigenschaft fest.- Parameters:
value- allowed object isSignatureMethodType
-
getReference
Gets the value of the reference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the reference property.For example, to add a new item, do as follows:
getReference().add(newItem);Objects of the following type(s) are allowed in the list
ReferenceType -
getId
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
setId
Legt den Wert der id-Eigenschaft fest.- Parameters:
value- allowed object isString
-