Class StringIntervalWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StringIntervalWorkBucketContentType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class StringIntervalWorkBucketContentType extends AbstractWorkBucketContentType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Work bucket content defined as interval of string values.Java class for StringIntervalWorkBucketContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringIntervalWorkBucketContentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType"> <sequence> <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="to" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringIntervalWorkBucketContentType()
Creates a newStringIntervalWorkBucketContentType
instance.StringIntervalWorkBucketContentType(StringIntervalWorkBucketContentType o)
Creates a newStringIntervalWorkBucketContentType
instance by deeply copying a givenStringIntervalWorkBucketContentType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
StringIntervalWorkBucketContentType
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)
StringIntervalWorkBucketContentType
from(String value)
String
getFrom()
Gets the value of the from property.String
getTo()
Gets the value of the to property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
void
setFrom(String value)
Sets the value of the from property.void
setTo(String value)
Sets the value of the to property.StringIntervalWorkBucketContentType
to(String value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
StringIntervalWorkBucketContentType
public StringIntervalWorkBucketContentType()
Creates a newStringIntervalWorkBucketContentType
instance.
-
StringIntervalWorkBucketContentType
public StringIntervalWorkBucketContentType(StringIntervalWorkBucketContentType o)
Creates a newStringIntervalWorkBucketContentType
instance by deeply copying a givenStringIntervalWorkBucketContentType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getFrom
public String getFrom()
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
public void setFrom(String value)
Sets the value of the from property.- Parameters:
value
- allowed object isString
-
setTo
public void setTo(String value)
Sets the value of the to property.- Parameters:
value
- allowed object isString
-
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- Overrides:
toString
in classAbstractWorkBucketContentType
-
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
- Overrides:
hashCode
in classAbstractWorkBucketContentType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractWorkBucketContentType
-
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
- Overrides:
equals
in classAbstractWorkBucketContentType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractWorkBucketContentType
-
from
public StringIntervalWorkBucketContentType from(String value)
-
to
public StringIntervalWorkBucketContentType to(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractWorkBucketContentType
-
clone
public StringIntervalWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAbstractWorkBucketContentType
- Returns:
- A deep copy of this object.
-
-