public class Target 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="{}action" minOccurs="0"/>
<element ref="{}category" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}data" minOccurs="0"/>
<element ref="{}reference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected List<String> |
category |
protected Data |
data |
protected Reference |
reference |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Ruft den Wert der action-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 |
setData(Data value)
Legt den Wert der data-Eigenschaft fest.
|
void |
setReference(Reference value)
Legt den Wert der reference-Eigenschaft fest.
|
protected String action
protected Data data
protected Reference reference
public 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 Reference getReference()
ReferenceCopyright © 2018. All rights reserved.