magoffin.matt.ma2.domain
Interface SharedAlbumSearchResult


public interface SharedAlbumSearchResult

Java content class for shared-album-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 210)

 <complexType name="shared-album-search-result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="anonymous-key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAnonymousKey()
          Gets the value of the anonymousKey property.
 java.lang.String getName()
          Gets the value of the name property.
 void setAnonymousKey(java.lang.String value)
          Sets the value of the anonymousKey property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getAnonymousKey

java.lang.String getAnonymousKey()
Gets the value of the anonymousKey property.

Returns:
possible object is String

setAnonymousKey

void setAnonymousKey(java.lang.String value)
Sets the value of the anonymousKey property.

Parameters:
value - allowed object is String

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