public class SemanticsItem extends Object implements Serializable
Java class for semanticsItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="semanticsItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{}property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SemanticsItem.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SemanticsItem.Properties |
properties |
| Constructor and Description |
|---|
SemanticsItem() |
| Modifier and Type | Method and Description |
|---|---|
SemanticsItem.Properties |
getProperties()
Gets the value of the properties property.
|
void |
setProperties(SemanticsItem.Properties value)
Sets the value of the properties property.
|
protected SemanticsItem.Properties properties
public SemanticsItem.Properties getProperties()
SemanticsItem.Propertiespublic void setProperties(SemanticsItem.Properties value)
value - allowed object is
SemanticsItem.PropertiesCopyright © 2018 The Apache Software Foundation. All rights reserved.