public class PublishHistory
extends java.lang.Object
Java class for PublishHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishHistory"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serverName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contextName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="publishFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastPublished" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PublishHistory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextName()
Gets the value of the contextName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastPublished()
Gets the value of the lastPublished property.
|
java.lang.String |
getPublishFormat()
Gets the value of the publishFormat property.
|
java.lang.String |
getServerName()
Gets the value of the serverName property.
|
void |
setContextName(java.lang.String value)
Sets the value of the contextName property.
|
void |
setLastPublished(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastPublished property.
|
void |
setPublishFormat(java.lang.String value)
Sets the value of the publishFormat property.
|
void |
setServerName(java.lang.String value)
Sets the value of the serverName property.
|
public java.lang.String getServerName()
String
public void setServerName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContextName()
String
public void setContextName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPublishFormat()
String
public void setPublishFormat(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLastPublished()
XMLGregorianCalendar
public void setLastPublished(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"