public class InfoLinkStructure extends Object
Java class for InfoLinkStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InfoLinkStructure">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="typeOfInfoLink" type="{http://www.netex.org.uk/netex}TypeOfInfolinkEnumeration" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TypeOfInfolinkEnumeration |
typeOfInfoLink |
protected String |
value |
| Constructor and Description |
|---|
InfoLinkStructure() |
| Modifier and Type | Method and Description |
|---|---|
TypeOfInfolinkEnumeration |
getTypeOfInfoLink()
Gets the value of the typeOfInfoLink property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setTypeOfInfoLink(TypeOfInfolinkEnumeration value)
Sets the value of the typeOfInfoLink property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
InfoLinkStructure |
withTypeOfInfoLink(TypeOfInfolinkEnumeration value) |
InfoLinkStructure |
withValue(String value) |
protected String value
protected TypeOfInfolinkEnumeration typeOfInfoLink
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic TypeOfInfolinkEnumeration getTypeOfInfoLink()
TypeOfInfolinkEnumerationpublic void setTypeOfInfoLink(TypeOfInfolinkEnumeration value)
value - allowed object is
TypeOfInfolinkEnumerationpublic InfoLinkStructure withValue(String value)
public InfoLinkStructure withTypeOfInfoLink(TypeOfInfolinkEnumeration value)
Copyright © 2018 Entur AS. All rights reserved.