magoffin.matt.ma2.domain
Interface PosterSearchResult


public interface PosterSearchResult

Java content class for poster-search-result complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 188)

 <complexType name="poster-search-result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="item-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getItemId()
          Gets the value of the itemId property.
 java.lang.String getName()
          Gets the value of the name property.
 void setItemId(java.lang.Long value)
          Sets the value of the itemId property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getItemId

java.lang.Long getItemId()
Gets the value of the itemId property.

Returns:
possible object is Long

setItemId

void setItemId(java.lang.Long value)
Sets the value of the itemId property.

Parameters:
value - allowed object is Long

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String