Package ejava.projects.eleague.dto
Class Venue
- java.lang.Object
-
- ejava.projects.eleague.dto.ReferencedType
-
- ejava.projects.eleague.dto.Venue
-
public class Venue extends ReferencedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://ejava.info/eLeague/1.0.2009.1}ReferencedType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element name="directions" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="adcPage" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/> <element name="street1" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="street2" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="city" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}NCName"/> <element name="zip" type="{http://www.w3.org/2001/XMLSchema}NCName"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
adcPage
protected String
city
protected String
directions
protected long
id
protected String
name
protected String
state
protected String
street1
protected String
street2
protected String
zip
-
Fields inherited from class ejava.projects.eleague.dto.ReferencedType
refid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdcPage()
Gets the value of the adcPage property.String
getCity()
Gets the value of the city property.String
getDirections()
Gets the value of the directions property.long
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getState()
Gets the value of the state property.String
getStreet1()
Gets the value of the street1 property.String
getStreet2()
Gets the value of the street2 property.String
getZip()
Gets the value of the zip property.void
setAdcPage(String value)
Sets the value of the adcPage property.void
setCity(String value)
Sets the value of the city property.void
setDirections(String value)
Sets the value of the directions property.void
setId(long value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setState(String value)
Sets the value of the state property.void
setStreet1(String value)
Sets the value of the street1 property.void
setStreet2(String value)
Sets the value of the street2 property.void
setZip(String value)
Sets the value of the zip property.-
Methods inherited from class ejava.projects.eleague.dto.ReferencedType
getRefid, setRefid
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDirections
public String getDirections()
Gets the value of the directions property.- Returns:
- possible object is
String
-
setDirections
public void setDirections(String value)
Sets the value of the directions property.- Parameters:
value
- allowed object isString
-
getAdcPage
public String getAdcPage()
Gets the value of the adcPage property.- Returns:
- possible object is
String
-
setAdcPage
public void setAdcPage(String value)
Sets the value of the adcPage property.- Parameters:
value
- allowed object isString
-
getStreet1
public String getStreet1()
Gets the value of the street1 property.- Returns:
- possible object is
String
-
setStreet1
public void setStreet1(String value)
Sets the value of the street1 property.- Parameters:
value
- allowed object isString
-
getStreet2
public String getStreet2()
Gets the value of the street2 property.- Returns:
- possible object is
String
-
setStreet2
public void setStreet2(String value)
Sets the value of the street2 property.- Parameters:
value
- allowed object isString
-
getCity
public String getCity()
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
public void setCity(String value)
Sets the value of the city property.- Parameters:
value
- allowed object isString
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
getZip
public String getZip()
Gets the value of the zip property.- Returns:
- possible object is
String
-
setZip
public void setZip(String value)
Sets the value of the zip property.- Parameters:
value
- allowed object isString
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
-