magoffin.matt.ma2.domain
Interface CollectionListItemType


public interface CollectionListItemType

Java content class for collection-list-item-type 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/ws.xsd line 58)

 <complexType name="collection-list-item-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="collection-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 getCollectionId()
          Gets the value of the collectionId property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCollectionId(java.lang.Long value)
          Sets the value of the collectionId property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

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

getCollectionId

java.lang.Long getCollectionId()
Gets the value of the collectionId property.

Returns:
possible object is Long

setCollectionId

void setCollectionId(java.lang.Long value)
Sets the value of the collectionId property.

Parameters:
value - allowed object is Long