public class MappingTimeDeclarationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MappingTimeDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingTimeDeclarationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
<element name="referenceTime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingSourceDeclarationType" minOccurs="0"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_DESCRIPTION |
static QName |
F_OFFSET |
static QName |
F_REFERENCE_TIME |
protected Duration |
offset |
protected MappingSourceDeclarationType |
referenceTime |
| Constructor and Description |
|---|
MappingTimeDeclarationType()
Creates a new
MappingTimeDeclarationType instance. |
MappingTimeDeclarationType(MappingTimeDeclarationType o)
Creates a new
MappingTimeDeclarationType instance by deeply copying a given MappingTimeDeclarationType instance. |
| Modifier and Type | Method and Description |
|---|---|
MappingTimeDeclarationType |
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) |
String |
getDescription()
Gets the value of the description property.
|
Duration |
getOffset()
Gets the value of the offset property.
|
MappingSourceDeclarationType |
getReferenceTime()
Gets the value of the referenceTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setOffset(Duration value)
Sets the value of the offset property.
|
void |
setReferenceTime(MappingSourceDeclarationType value)
Sets the value of the referenceTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String description
protected MappingSourceDeclarationType referenceTime
protected Duration offset
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_REFERENCE_TIME
public static final QName F_OFFSET
public MappingTimeDeclarationType()
MappingTimeDeclarationType instance.public MappingTimeDeclarationType(MappingTimeDeclarationType o)
MappingTimeDeclarationType instance by deeply copying a given MappingTimeDeclarationType instance.o - The instance to copy.NullPointerException - if o is null.public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic MappingSourceDeclarationType getReferenceTime()
MappingSourceDeclarationTypepublic void setReferenceTime(MappingSourceDeclarationType value)
value - allowed object is
MappingSourceDeclarationTypepublic Duration getOffset()
Durationpublic void setOffset(Duration value)
value - allowed object is
Durationpublic 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.HashCodepublic 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.Equalspublic MappingTimeDeclarationType clone()
Copyright © 2016 Evolveum. All rights reserved.