public class AuditItemType extends Object implements Serializable
Java class for auditItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auditItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditItemType.Property
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditItemType.Property> |
property |
protected String |
type |
| Constructor and Description |
|---|
AuditItemType() |
| Modifier and Type | Method and Description |
|---|---|
List<AuditItemType.Property> |
getProperty()
Gets the value of the property property.
|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected List<AuditItemType.Property> property
protected String type
public List<AuditItemType.Property> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
AuditItemType.Property
public String getType()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.