public class Direction_DerivedViewStructure extends DerivedViewStructure
Java class for Direction_DerivedViewStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Direction_DerivedViewStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}DerivedViewStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}DirectionRef" minOccurs="0"/>
<element name="Name" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DirectionRefStructure |
directionRef |
protected MultilingualString |
name |
brandingRef, id| Constructor and Description |
|---|
Direction_DerivedViewStructure() |
| Modifier and Type | Method and Description |
|---|---|
DirectionRefStructure |
getDirectionRef()
Gets the value of the directionRef property.
|
MultilingualString |
getName()
Gets the value of the name property.
|
void |
setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.
|
void |
setName(MultilingualString value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
Direction_DerivedViewStructure |
withBrandingRef(BrandingRefStructure value) |
Direction_DerivedViewStructure |
withDirectionRef(DirectionRefStructure value) |
Direction_DerivedViewStructure |
withId(String value) |
Direction_DerivedViewStructure |
withName(MultilingualString value) |
getBrandingRef, getId, setBrandingRef, setIdprotected DirectionRefStructure directionRef
protected MultilingualString name
public DirectionRefStructure getDirectionRef()
DirectionRefStructurepublic void setDirectionRef(DirectionRefStructure value)
value - allowed object is
DirectionRefStructurepublic MultilingualString getName()
MultilingualStringpublic void setName(MultilingualString value)
value - allowed object is
MultilingualStringpublic Direction_DerivedViewStructure withDirectionRef(DirectionRefStructure value)
public Direction_DerivedViewStructure withName(MultilingualString value)
public Direction_DerivedViewStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class DerivedViewStructurepublic Direction_DerivedViewStructure withId(String value)
withId in class DerivedViewStructurepublic String toString()
toString in class DerivedViewStructureCopyright © 2018 Entur AS. All rights reserved.