Class SynchronizationSituationDescriptionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationSituationDescriptionType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class SynchronizationSituationDescriptionType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Complex description of a synchronization situation. It describes the resulting situation but also when it happened (timestamp) and from where it originated (channel).Java class for SynchronizationSituationDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationSituationDescriptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="full" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
channel
static QName
COMPLEX_TYPE
static ItemName
F_CHANNEL
static ItemName
F_FULL
static ItemName
F_SITUATION
static ItemName
F_TIMESTAMP
protected Boolean
full
protected SynchronizationSituationType
situation
protected XMLGregorianCalendar
timestamp
-
Constructor Summary
Constructors Constructor Description SynchronizationSituationDescriptionType()
Creates a newSynchronizationSituationDescriptionType
instance.SynchronizationSituationDescriptionType(SynchronizationSituationDescriptionType o)
Creates a newSynchronizationSituationDescriptionType
instance by deeply copying a givenSynchronizationSituationDescriptionType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SynchronizationSituationDescriptionType
channel(String value)
SynchronizationSituationDescriptionType
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)
SynchronizationSituationDescriptionType
full(Boolean value)
String
getChannel()
Gets the value of the channel property.SynchronizationSituationType
getSituation()
Gets the value of the situation property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Boolean
isFull()
Gets the value of the full property.void
setChannel(String value)
Sets the value of the channel property.void
setFull(Boolean value)
Sets the value of the full property.void
setSituation(SynchronizationSituationType value)
Sets the value of the situation property.void
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.SynchronizationSituationDescriptionType
situation(SynchronizationSituationType value)
SynchronizationSituationDescriptionType
timestamp(String value)
SynchronizationSituationDescriptionType
timestamp(XMLGregorianCalendar value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
situation
protected SynchronizationSituationType situation
-
timestamp
protected XMLGregorianCalendar timestamp
-
channel
protected String channel
-
full
protected Boolean full
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SITUATION
public static final ItemName F_SITUATION
-
F_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_CHANNEL
public static final ItemName F_CHANNEL
-
F_FULL
public static final ItemName F_FULL
-
-
Constructor Detail
-
SynchronizationSituationDescriptionType
public SynchronizationSituationDescriptionType()
Creates a newSynchronizationSituationDescriptionType
instance.
-
SynchronizationSituationDescriptionType
public SynchronizationSituationDescriptionType(SynchronizationSituationDescriptionType o)
Creates a newSynchronizationSituationDescriptionType
instance by deeply copying a givenSynchronizationSituationDescriptionType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getSituation
public SynchronizationSituationType getSituation()
Gets the value of the situation property.- Returns:
- possible object is
SynchronizationSituationType
-
setSituation
public void setSituation(SynchronizationSituationType value)
Sets the value of the situation property.- Parameters:
value
- allowed object isSynchronizationSituationType
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getChannel
public String getChannel()
Gets the value of the channel property.- Returns:
- possible object is
String
-
setChannel
public void setChannel(String value)
Sets the value of the channel property.- Parameters:
value
- allowed object isString
-
isFull
public Boolean isFull()
Gets the value of the full property.- Returns:
- possible object is
Boolean
-
setFull
public void setFull(Boolean value)
Sets the value of the full property.- Parameters:
value
- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
situation
public SynchronizationSituationDescriptionType situation(SynchronizationSituationType value)
-
timestamp
public SynchronizationSituationDescriptionType timestamp(XMLGregorianCalendar value)
-
timestamp
public SynchronizationSituationDescriptionType timestamp(String value)
-
channel
public SynchronizationSituationDescriptionType channel(String value)
-
full
public SynchronizationSituationDescriptionType full(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public SynchronizationSituationDescriptionType clone()
Creates and returns a deep copy of this object.
-
-