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 StringadcPageprotected Stringcityprotected Stringdirectionsprotected longidprotected Stringnameprotected Stringstateprotected Stringstreet1protected Stringstreet2protected Stringzip- 
Fields inherited from class ejava.projects.eleague.dto.ReferencedType
refid 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdcPage()Gets the value of the adcPage property.StringgetCity()Gets the value of the city property.StringgetDirections()Gets the value of the directions property.longgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetState()Gets the value of the state property.StringgetStreet1()Gets the value of the street1 property.StringgetStreet2()Gets the value of the street2 property.StringgetZip()Gets the value of the zip property.voidsetAdcPage(String value)Sets the value of the adcPage property.voidsetCity(String value)Sets the value of the city property.voidsetDirections(String value)Sets the value of the directions property.voidsetId(long value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetState(String value)Sets the value of the state property.voidsetStreet1(String value)Sets the value of the street1 property.voidsetStreet2(String value)Sets the value of the street2 property.voidsetZip(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. 
 - 
 
 -