Class PublishHistory


  • 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 Summary

      Constructors 
      Constructor Description
      PublishHistory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublishHistory

        public PublishHistory()
    • Method Detail

      • getServerName

        public java.lang.String getServerName()
        Gets the value of the serverName property.
        Returns:
        possible object is String
      • setServerName

        public void setServerName​(java.lang.String value)
        Sets the value of the serverName property.
        Parameters:
        value - allowed object is String
      • getContextName

        public java.lang.String getContextName()
        Gets the value of the contextName property.
        Returns:
        possible object is String
      • setContextName

        public void setContextName​(java.lang.String value)
        Sets the value of the contextName property.
        Parameters:
        value - allowed object is String
      • getPublishFormat

        public java.lang.String getPublishFormat()
        Gets the value of the publishFormat property.
        Returns:
        possible object is String
      • setPublishFormat

        public void setPublishFormat​(java.lang.String value)
        Sets the value of the publishFormat property.
        Parameters:
        value - allowed object is String
      • getLastPublished

        public javax.xml.datatype.XMLGregorianCalendar getLastPublished()
        Gets the value of the lastPublished property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastPublished

        public void setLastPublished​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastPublished property.
        Parameters:
        value - allowed object is XMLGregorianCalendar