Package uk.org.siri.siri21
Class BrandingStructure
- java.lang.Object
-
- uk.org.siri.siri21.BrandingStructure
-
- All Implemented Interfaces:
Serializable
public class BrandingStructure extends Object implements Serializable
An arbitrary marketing classification. +SIRI v2.1Java class for BrandingStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrandingStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BrandingCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/> <group ref="{http://www.siri.org.uk/siri}TypeOfValueGroup" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbrandingCodeprotected NaturalLanguageStringStructuredescriptionprotected Stringimageprotected NaturalLanguageStringStructurenameprotected StringprivateCodeprotected NaturalLanguageStringStructureshortNameprotected Stringurl
-
Constructor Summary
Constructors Constructor Description BrandingStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrandingCode()Gets the value of the brandingCode property.NaturalLanguageStringStructuregetDescription()Gets the value of the description property.StringgetImage()Gets the value of the image property.NaturalLanguageStringStructuregetName()Gets the value of the name property.StringgetPrivateCode()Gets the value of the privateCode property.NaturalLanguageStringStructuregetShortName()Gets the value of the shortName property.StringgetUrl()Gets the value of the url property.voidsetBrandingCode(String value)Sets the value of the brandingCode property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetImage(String value)Sets the value of the image property.voidsetName(NaturalLanguageStringStructure value)Sets the value of the name property.voidsetPrivateCode(String value)Sets the value of the privateCode property.voidsetShortName(NaturalLanguageStringStructure value)Sets the value of the shortName property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
brandingCode
protected String brandingCode
-
name
protected NaturalLanguageStringStructure name
-
shortName
protected NaturalLanguageStringStructure shortName
-
description
protected NaturalLanguageStringStructure description
-
image
protected String image
-
url
protected String url
-
privateCode
protected String privateCode
-
-
Method Detail
-
getBrandingCode
public String getBrandingCode()
Gets the value of the brandingCode property.- Returns:
- possible object is
String
-
setBrandingCode
public void setBrandingCode(String value)
Sets the value of the brandingCode 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
-
getShortName
public NaturalLanguageStringStructure getShortName()
Gets the value of the shortName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setShortName
public void setShortName(NaturalLanguageStringStructure value)
Sets the value of the shortName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getImage
public String getImage()
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
public void setImage(String value)
Sets the value of the image property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getPrivateCode
public String getPrivateCode()
Gets the value of the privateCode property.- Returns:
- possible object is
String
-
-