public class Operator extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
<attribute name="first" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phone" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="email">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(.)*[@](.)*\.(.)*"/>
</restriction>
</simpleType>
</attribute>
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
first |
protected String |
last |
protected String |
phone |
protected String |
uri |
protected Object |
value |
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirst()
Gets the value of the first property.
|
String |
getLast()
Gets the value of the last property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getURI()
Gets the value of the uri property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirst(String value)
Sets the value of the first property.
|
void |
setLast(String value)
Sets the value of the last property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
protected Object value
protected String first
protected String last
protected String phone
protected String email
protected String uri
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic String getFirst()
Stringpublic void setFirst(String value)
value - allowed object is
Stringpublic String getLast()
Stringpublic void setLast(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.