public class Intentfilter extends Object implements Serializable
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}reference"/>
<element ref="{}action"/>
<element ref="{}category" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}data" minOccurs="0"/>
<element ref="{}attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected Attributes |
attributes |
protected List<String> |
category |
protected Data |
data |
protected Reference |
reference |
| Constructor and Description |
|---|
Intentfilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Ruft den Wert der action-Eigenschaft ab.
|
Attributes |
getAttributes()
Ruft den Wert der attributes-Eigenschaft ab.
|
List<String> |
getCategory()
Gets the value of the category property.
|
Data |
getData()
Ruft den Wert der data-Eigenschaft ab.
|
Reference |
getReference()
Ruft den Wert der reference-Eigenschaft ab.
|
void |
setAction(String value)
Legt den Wert der action-Eigenschaft fest.
|
void |
setAttributes(Attributes value)
Legt den Wert der attributes-Eigenschaft fest.
|
void |
setData(Data value)
Legt den Wert der data-Eigenschaft fest.
|
void |
setReference(Reference value)
Legt den Wert der reference-Eigenschaft fest.
|
protected Reference reference
protected String action
protected Data data
protected Attributes attributes
public Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
Referencepublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic List<String> getCategory()
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 set method for the category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Data getData()
Datapublic void setData(Data value)
value - allowed object is
Datapublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
AttributesCopyright © 2018. All rights reserved.