public abstract class EntityStructure extends Object
Java class for EntityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="nameOfClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
<attribute name="id" type="{http://www.netex.org.uk/netex}ObjectIdType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
nameOfClass |
| Constructor and Description |
|---|
EntityStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getNameOfClass()
Gets the value of the nameOfClass property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNameOfClass(String value)
Sets the value of the nameOfClass property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
EntityStructure |
withId(String value) |
EntityStructure |
withNameOfClass(String value) |
public String getNameOfClass()
Stringpublic void setNameOfClass(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic EntityStructure withNameOfClass(String value)
public EntityStructure withId(String value)
Copyright © 2018 Entur AS. All rights reserved.