public class PublishHistory extends 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 |
|---|---|
String |
getContextName()
Gets the value of the contextName property.
|
XMLGregorianCalendar |
getLastPublished()
Gets the value of the lastPublished property.
|
String |
getPublishFormat()
Gets the value of the publishFormat property.
|
String |
getServerName()
Gets the value of the serverName property.
|
void |
setContextName(String value)
Sets the value of the contextName property.
|
void |
setLastPublished(XMLGregorianCalendar value)
Sets the value of the lastPublished property.
|
void |
setPublishFormat(String value)
Sets the value of the publishFormat property.
|
void |
setServerName(String value)
Sets the value of the serverName property.
|
public String getServerName()
Stringpublic void setServerName(String value)
value - allowed object is
Stringpublic String getContextName()
Stringpublic void setContextName(String value)
value - allowed object is
Stringpublic String getPublishFormat()
Stringpublic void setPublishFormat(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastPublished()
XMLGregorianCalendarpublic void setLastPublished(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved