public class PERSONALINFOType extends Object
Java class for PERSONAL_INFOType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PERSONAL_INFOType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FIRST_NAME">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="LAST_NAME">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="INSTITUTION">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="EMAIL">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ACTIVATION_ID">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ACTIVE">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PERSONALINFOType.ACTIVATIONID
Java class for anonymous complex type.
|
static class |
PERSONALINFOType.ACTIVE
Java class for anonymous complex type.
|
static class |
PERSONALINFOType.EMAIL
Java class for anonymous complex type.
|
static class |
PERSONALINFOType.FIRSTNAME
Java class for anonymous complex type.
|
static class |
PERSONALINFOType.INSTITUTION
Java class for anonymous complex type.
|
static class |
PERSONALINFOType.LASTNAME
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PERSONALINFOType.ACTIVATIONID |
activationid |
protected PERSONALINFOType.ACTIVE |
active |
protected PERSONALINFOType.EMAIL |
email |
protected PERSONALINFOType.FIRSTNAME |
firstname |
protected PERSONALINFOType.INSTITUTION |
institution |
protected PERSONALINFOType.LASTNAME |
lastname |
| Constructor and Description |
|---|
PERSONALINFOType() |
| Modifier and Type | Method and Description |
|---|---|
PERSONALINFOType.ACTIVATIONID |
getACTIVATIONID()
Gets the value of the activationid property.
|
PERSONALINFOType.ACTIVE |
getACTIVE()
Gets the value of the active property.
|
PERSONALINFOType.EMAIL |
getEMAIL()
Gets the value of the email property.
|
PERSONALINFOType.FIRSTNAME |
getFIRSTNAME()
Gets the value of the firstname property.
|
PERSONALINFOType.INSTITUTION |
getINSTITUTION()
Gets the value of the institution property.
|
PERSONALINFOType.LASTNAME |
getLASTNAME()
Gets the value of the lastname property.
|
void |
setACTIVATIONID(PERSONALINFOType.ACTIVATIONID value)
Sets the value of the activationid property.
|
void |
setACTIVE(PERSONALINFOType.ACTIVE value)
Sets the value of the active property.
|
void |
setEMAIL(PERSONALINFOType.EMAIL value)
Sets the value of the email property.
|
void |
setFIRSTNAME(PERSONALINFOType.FIRSTNAME value)
Sets the value of the firstname property.
|
void |
setINSTITUTION(PERSONALINFOType.INSTITUTION value)
Sets the value of the institution property.
|
void |
setLASTNAME(PERSONALINFOType.LASTNAME value)
Sets the value of the lastname property.
|
protected PERSONALINFOType.FIRSTNAME firstname
protected PERSONALINFOType.LASTNAME lastname
protected PERSONALINFOType.INSTITUTION institution
protected PERSONALINFOType.EMAIL email
protected PERSONALINFOType.ACTIVATIONID activationid
protected PERSONALINFOType.ACTIVE active
public PERSONALINFOType.FIRSTNAME getFIRSTNAME()
PERSONALINFOType.FIRSTNAMEpublic void setFIRSTNAME(PERSONALINFOType.FIRSTNAME value)
value - allowed object is
PERSONALINFOType.FIRSTNAMEpublic PERSONALINFOType.LASTNAME getLASTNAME()
PERSONALINFOType.LASTNAMEpublic void setLASTNAME(PERSONALINFOType.LASTNAME value)
value - allowed object is
PERSONALINFOType.LASTNAMEpublic PERSONALINFOType.INSTITUTION getINSTITUTION()
PERSONALINFOType.INSTITUTIONpublic void setINSTITUTION(PERSONALINFOType.INSTITUTION value)
value - allowed object is
PERSONALINFOType.INSTITUTIONpublic PERSONALINFOType.EMAIL getEMAIL()
PERSONALINFOType.EMAILpublic void setEMAIL(PERSONALINFOType.EMAIL value)
value - allowed object is
PERSONALINFOType.EMAILpublic PERSONALINFOType.ACTIVATIONID getACTIVATIONID()
PERSONALINFOType.ACTIVATIONIDpublic void setACTIVATIONID(PERSONALINFOType.ACTIVATIONID value)
value - allowed object is
PERSONALINFOType.ACTIVATIONIDpublic PERSONALINFOType.ACTIVE getACTIVE()
PERSONALINFOType.ACTIVEpublic void setACTIVE(PERSONALINFOType.ACTIVE value)
value - allowed object is
PERSONALINFOType.ACTIVECopyright © 2022. All rights reserved.