Package org.w3._2000._09.xmldsig_
Class SignaturePropertiesType
java.lang.Object
org.w3._2000._09.xmldsig_.SignaturePropertiesType
Java-Klasse für SignaturePropertiesType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="SignaturePropertiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Ruft den Wert der id-Eigenschaft ab.Gets the value of the signatureProperty property.voidLegt den Wert der id-Eigenschaft fest.
-
Field Details
-
signatureProperty
-
id
-
-
Constructor Details
-
SignaturePropertiesType
public SignaturePropertiesType()
-
-
Method Details
-
getSignatureProperty
Gets the value of the signatureProperty 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 signatureProperty property.For example, to add a new item, do as follows:
getSignatureProperty().add(newItem);Objects of the following type(s) are allowed in the list
SignaturePropertyType -
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
-