public class CTPerson extends Object implements Child
Java class for CT_Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Person"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="presenceInfo" type="{http://schemas.microsoft.com/office/word/2012/wordml}CT_PresenceInfo" minOccurs="0"/> </sequence> <attribute name="author" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" /> <attribute name="contact" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected String |
contact |
protected CTPresenceInfo |
presenceInfo |
Constructor and Description |
---|
CTPerson() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getContact()
Gets the value of the contact property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresenceInfo |
getPresenceInfo()
Gets the value of the presenceInfo property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setParent(Object parent) |
void |
setPresenceInfo(CTPresenceInfo value)
Sets the value of the presenceInfo property.
|
protected CTPresenceInfo presenceInfo
protected String author
protected String contact
public CTPresenceInfo getPresenceInfo()
CTPresenceInfo
public void setPresenceInfo(CTPresenceInfo value)
value
- allowed object is
CTPresenceInfo
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public String getContact()
String
public void setContact(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.