public class Broadcast extends Object implements Serializable
Java class for broadcast complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="broadcast"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="marketName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nationalNetwork" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lines" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="line" type="{}line" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Broadcast.Lines
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Broadcast.Lines |
lines |
protected String |
marketName |
protected String |
nationalNetwork |
protected String |
title |
Constructor and Description |
---|
Broadcast() |
Modifier and Type | Method and Description |
---|---|
Broadcast.Lines |
getLines()
Gets the value of the lines property.
|
String |
getMarketName()
Gets the value of the marketName property.
|
String |
getNationalNetwork()
Gets the value of the nationalNetwork property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setLines(Broadcast.Lines value)
Sets the value of the lines property.
|
void |
setMarketName(String value)
Sets the value of the marketName property.
|
void |
setNationalNetwork(String value)
Sets the value of the nationalNetwork property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String marketName
protected String nationalNetwork
protected String title
protected Broadcast.Lines lines
public String getMarketName()
String
public void setMarketName(String value)
value
- allowed object is
String
public String getNationalNetwork()
String
public void setNationalNetwork(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Broadcast.Lines getLines()
Broadcast.Lines
public void setLines(Broadcast.Lines value)
value
- allowed object is
Broadcast.Lines
Copyright © 2018 The Apache Software Foundation. All rights reserved.