|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserId()
Stringpublic void setUserId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreditCardNumber()
Stringpublic void setCreditCardNumber(java.lang.String value)
value - allowed object is
Stringpublic boolean isAdmin()
public void setAdmin(boolean value)
value - booleanpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||