public interface EmailAddressType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmailAddressType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the "address" attribute
|
java.lang.String |
getType()
Gets the "type" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setAddress(java.lang.String address)
Sets the "address" attribute
|
void |
setType(java.lang.String type)
Sets the "type" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
ShortName |
xgetAddress()
Gets (as xml) the "address" attribute
|
String32 |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetAddress(ShortName address)
Sets (as xml) the "address" attribute
|
void |
xsetType(String32 type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getAddress()
ShortName xgetAddress()
void setAddress(java.lang.String address)
void xsetAddress(ShortName address)
java.lang.String getType()
String32 xgetType()
boolean isSetType()
void setType(java.lang.String type)
void xsetType(String32 type)
void unsetType()
Copyright © 2015–2018 52north.org. All rights reserved.