Package org.w3._2000._09.xmldsig_
Class SignaturePropertyType
java.lang.Object
org.w3._2000._09.xmldsig_.SignaturePropertyType
Java-Klasse für SignaturePropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="SignaturePropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<any processContents='lax' namespace='##other'/>
</choice>
<attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.getId()Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der target-Eigenschaft ab.voidLegt den Wert der id-Eigenschaft fest.voidLegt den Wert der target-Eigenschaft fest.
-
Field Details
-
-
target
-
id
-
-
Constructor Details
-
SignaturePropertyType
public SignaturePropertyType()
-
-
Method Details
-
getContent
Gets the value of the content 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 content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
ObjectStringElement -
getTarget
Ruft den Wert der target-Eigenschaft ab.- Returns:
- possible object is
String
-
setTarget
Legt den Wert der target-Eigenschaft fest.- Parameters:
value- allowed object isString
-
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
-