public class CachingMetadataType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CachingMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CachingMetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="retrievalTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_RETRIEVAL_TIMESTAMP |
static QName |
F_SERIAL_NUMBER |
protected XMLGregorianCalendar |
retrievalTimestamp |
protected String |
serialNumber |
Constructor and Description |
---|
CachingMetadataType()
Creates a new
CachingMetadataType instance. |
CachingMetadataType(CachingMetadataType o)
Creates a new
CachingMetadataType instance by deeply copying a given CachingMetadataType instance. |
Modifier and Type | Method and Description |
---|---|
CachingMetadataType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XMLGregorianCalendar |
getRetrievalTimestamp()
Gets the value of the retrievalTimestamp property.
|
String |
getSerialNumber()
Gets the value of the serialNumber property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setRetrievalTimestamp(XMLGregorianCalendar value)
Sets the value of the retrievalTimestamp property.
|
void |
setSerialNumber(String value)
Sets the value of the serialNumber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected XMLGregorianCalendar retrievalTimestamp
protected String serialNumber
public static final QName COMPLEX_TYPE
public static final QName F_RETRIEVAL_TIMESTAMP
public static final QName F_SERIAL_NUMBER
public CachingMetadataType()
CachingMetadataType
instance.public CachingMetadataType(CachingMetadataType o)
CachingMetadataType
instance by deeply copying a given CachingMetadataType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public XMLGregorianCalendar getRetrievalTimestamp()
XMLGregorianCalendar
public void setRetrievalTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getSerialNumber()
String
public void setSerialNumber(String value)
value
- allowed object is
String
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public CachingMetadataType clone()
Copyright © 2016 Evolveum. All rights reserved.