Package org.w3._2000._09.xmldsig_
Class ObjectType
java.lang.Object
org.w3._2000._09.xmldsig_.ObjectType
Java-Klasse für ObjectType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<any processContents='lax'/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.Ruft den Wert der encoding-Eigenschaft ab.getId()Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der mimeType-Eigenschaft ab.voidsetEncoding(String value) Legt den Wert der encoding-Eigenschaft fest.voidLegt den Wert der id-Eigenschaft fest.voidsetMimeType(String value) Legt den Wert der mimeType-Eigenschaft fest.
-
Field Details
-
-
id
-
mimeType
-
encoding
-
-
Constructor Details
-
ObjectType
public ObjectType()
-
-
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 -
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
-
getMimeType
Ruft den Wert der mimeType-Eigenschaft ab.- Returns:
- possible object is
String
-
setMimeType
Legt den Wert der mimeType-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getEncoding
Ruft den Wert der encoding-Eigenschaft ab.- Returns:
- possible object is
String
-
setEncoding
Legt den Wert der encoding-Eigenschaft fest.- Parameters:
value- allowed object isString
-