edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper
Interface UserProfile

All Known Implementing Classes:
UserProfileImpl

public interface UserProfile

Java content class for UserProfile complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/samples/unmarshal-read/virtualclassroom.xsd line 13) *

*

 * <complexType name="UserProfile">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="creditCardNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="admin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * @author Administrator * @version $Revision$


Method Summary
 java.lang.String getCreditCardNumber()
          Gets the value of the creditCardNumber property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getUserId()
          Gets the value of the userId property.
 boolean isAdmin()
          Gets the value of the admin property.
 void setAdmin(boolean value)
          Sets the value of the admin property.
 void setCreditCardNumber(java.lang.String value)
          Sets the value of the creditCardNumber property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setUserId(java.lang.String value)
          Sets the value of the userId property.
 

Method Detail

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getUserId

public java.lang.String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(java.lang.String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

getCreditCardNumber

public java.lang.String getCreditCardNumber()
Gets the value of the creditCardNumber property.

Returns:
possible object is String

setCreditCardNumber

public void setCreditCardNumber(java.lang.String value)
Sets the value of the creditCardNumber property.

Parameters:
value - allowed object is String

isAdmin

public boolean isAdmin()
Gets the value of the admin property.

Returns:
boolean

setAdmin

public void setAdmin(boolean value)
Sets the value of the admin property.

Parameters:
value - boolean

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String