public interface PersonNameType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersonNameType.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 |
getFirstName()
Gets the "firstName" attribute
|
java.lang.String |
getLastName()
Gets the "lastName" attribute
|
java.lang.String |
getMiddleName()
Gets the "middleName" attribute
|
boolean |
isSetFirstName()
True if has "firstName" attribute
|
boolean |
isSetLastName()
True if has "lastName" attribute
|
boolean |
isSetMiddleName()
True if has "middleName" attribute
|
void |
setFirstName(java.lang.String firstName)
Sets the "firstName" attribute
|
void |
setLastName(java.lang.String lastName)
Sets the "lastName" attribute
|
void |
setMiddleName(java.lang.String middleName)
Sets the "middleName" attribute
|
void |
unsetFirstName()
Unsets the "firstName" attribute
|
void |
unsetLastName()
Unsets the "lastName" attribute
|
void |
unsetMiddleName()
Unsets the "middleName" attribute
|
ShortName |
xgetFirstName()
Gets (as xml) the "firstName" attribute
|
ShortName |
xgetLastName()
Gets (as xml) the "lastName" attribute
|
ShortName |
xgetMiddleName()
Gets (as xml) the "middleName" attribute
|
void |
xsetFirstName(ShortName firstName)
Sets (as xml) the "firstName" attribute
|
void |
xsetLastName(ShortName lastName)
Sets (as xml) the "lastName" attribute
|
void |
xsetMiddleName(ShortName middleName)
Sets (as xml) the "middleName" 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 getFirstName()
ShortName xgetFirstName()
boolean isSetFirstName()
void setFirstName(java.lang.String firstName)
void xsetFirstName(ShortName firstName)
void unsetFirstName()
java.lang.String getMiddleName()
ShortName xgetMiddleName()
boolean isSetMiddleName()
void setMiddleName(java.lang.String middleName)
void xsetMiddleName(ShortName middleName)
void unsetMiddleName()
java.lang.String getLastName()
ShortName xgetLastName()
boolean isSetLastName()
void setLastName(java.lang.String lastName)
void xsetLastName(ShortName lastName)
void unsetLastName()
Copyright © 2015–2018 52north.org. All rights reserved.