Package com.scene7.ipsapi
Class PublishHistory
java.lang.Object
com.scene7.ipsapi.PublishHistory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contextName property.Gets the value of the lastPublished property.Gets the value of the publishFormat property.Gets the value of the serverName property.voidsetContextName(String value) Sets the value of the contextName property.voidSets the value of the lastPublished property.voidsetPublishFormat(String value) Sets the value of the publishFormat property.voidsetServerName(String value) Sets the value of the serverName property.
-
Constructor Details
-
PublishHistory
public PublishHistory()
-
-
Method Details
-
getServerName
Gets the value of the serverName property.- Returns:
- possible object is
String
-
setServerName
Sets the value of the serverName property.- Parameters:
value- allowed object isString
-
getContextName
Gets the value of the contextName property.- Returns:
- possible object is
String
-
setContextName
Sets the value of the contextName property.- Parameters:
value- allowed object isString
-
getPublishFormat
Gets the value of the publishFormat property.- Returns:
- possible object is
String
-
setPublishFormat
Sets the value of the publishFormat property.- Parameters:
value- allowed object isString
-
getLastPublished
Gets the value of the lastPublished property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastPublished
Sets the value of the lastPublished property.- Parameters:
value- allowed object isXMLGregorianCalendar
-