public class NamedEntityType extends Object
Java class for NamedEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedEntityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.esdi-humboldt.eu/hale/alignment}AbstractEntity"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<? extends AbstractEntityType> |
abstractEntity |
protected String |
name |
Constructor and Description |
---|
NamedEntityType() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<? extends AbstractEntityType> |
getAbstractEntity()
Gets the value of the abstractEntity property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAbstractEntity(JAXBElement<? extends AbstractEntityType> value)
Sets the value of the abstractEntity property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected JAXBElement<? extends AbstractEntityType> abstractEntity
protected String name
public JAXBElement<? extends AbstractEntityType> getAbstractEntity()
JAXBElement
<
ClassType
>
JAXBElement
<
PropertyType
>
JAXBElement
<
AbstractEntityType
>
public void setAbstractEntity(JAXBElement<? extends AbstractEntityType> value)
value
- allowed object is
JAXBElement
<
ClassType
>
JAXBElement
<
PropertyType
>
JAXBElement
<
AbstractEntityType
>
public String getName()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a