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