Package uk.org.siri.siri14
Class ServiceFeature
- java.lang.Object
-
- uk.org.siri.siri14.ServiceFeature
-
- All Implemented Interfaces:
Serializable
public class ServiceFeature extends Object implements Serializable
Type for Service Feature description.Java class for ServiceFeatureStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceFeatureStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceFeatureCode" type="{http://www.siri.org.uk/siri}ServiceFeatureCodeType"/> <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 NaturalLanguageStringStructurenameprotected StringserviceFeatureCode
-
Constructor Summary
Constructors Constructor Description ServiceFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIcon()Gets the value of the icon property.NaturalLanguageStringStructuregetName()Gets the value of the name property.StringgetServiceFeatureCode()Gets the value of the serviceFeatureCode property.voidsetIcon(String value)Sets the value of the icon property.voidsetName(NaturalLanguageStringStructure value)Sets the value of the name property.voidsetServiceFeatureCode(String value)Sets the value of the serviceFeatureCode property.
-
-
-
Field Detail
-
serviceFeatureCode
protected String serviceFeatureCode
-
name
protected NaturalLanguageStringStructure name
-
icon
protected String icon
-
-
Method Detail
-
getServiceFeatureCode
public String getServiceFeatureCode()
Gets the value of the serviceFeatureCode property.- Returns:
- possible object is
String
-
setServiceFeatureCode
public void setServiceFeatureCode(String value)
Sets the value of the serviceFeatureCode 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
-
-