Package uk.org.siri.siri20
Class InfoChannel
- java.lang.Object
-
- uk.org.siri.siri20.InfoChannel
-
- All Implemented Interfaces:
Serializable
public class InfoChannel extends Object implements Serializable
Type for Info Channels description.Java class for InfoChannelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InfoChannelStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InfoChannelCode" type="{http://www.siri.org.uk/siri}InfoChannelCodeType"/> <element name="Name" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/> <element name="Icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringiconprotected StringinfoChannelCodeprotected NaturalLanguageStringStructurename
-
Constructor Summary
Constructors Constructor Description InfoChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIcon()Gets the value of the icon property.StringgetInfoChannelCode()Gets the value of the infoChannelCode property.NaturalLanguageStringStructuregetName()Gets the value of the name property.voidsetIcon(String value)Sets the value of the icon property.voidsetInfoChannelCode(String value)Sets the value of the infoChannelCode property.voidsetName(NaturalLanguageStringStructure value)Sets the value of the name property.
-
-
-
Field Detail
-
infoChannelCode
protected String infoChannelCode
-
name
protected NaturalLanguageStringStructure name
-
icon
protected String icon
-
-
Method Detail
-
getInfoChannelCode
public String getInfoChannelCode()
Gets the value of the infoChannelCode property.- Returns:
- possible object is
String
-
setInfoChannelCode
public void setInfoChannelCode(String value)
Sets the value of the infoChannelCode property.- Parameters:
value- allowed object isString
-
getName
public NaturalLanguageStringStructure getName()
Gets the value of the name property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setName
public void setName(NaturalLanguageStringStructure value)
Sets the value of the name property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getIcon
public String getIcon()
Gets the value of the icon property.- Returns:
- possible object is
String
-
-