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