public class ClassType
extends java.lang.Object
Java-Klasse für classType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="classType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method" type="{}methodType" maxOccurs="unbounded" minOccurs="0"/>
<element name="counter" type="{}counterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CounterType> |
counter |
protected java.util.List<MethodType> |
method |
protected java.lang.String |
name |
| Constructor and Description |
|---|
ClassType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CounterType> |
getCounter()
Gets the value of the counter property.
|
java.util.List<MethodType> |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
void |
setName(java.lang.String value)
Legt den Wert der name-Eigenschaft fest.
|
protected java.util.List<MethodType> method
protected java.util.List<CounterType> counter
protected java.lang.String name
public java.util.List<MethodType> getMethod()
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 method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
MethodType
public java.util.List<CounterType> getCounter()
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 counter property.
For example, to add a new item, do as follows:
getCounter().add(newItem);
Objects of the following type(s) are allowed in the list
CounterType
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String