Class StringValueWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StringValueWorkBucketContentType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class StringValueWorkBucketContentType extends AbstractWorkBucketContentType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Work bucket content defined using string value.Java class for StringValueWorkBucketContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringValueWorkBucketContentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringValueWorkBucketContentType()Creates a newStringValueWorkBucketContentTypeinstance.StringValueWorkBucketContentType(StringValueWorkBucketContentType o)Creates a newStringValueWorkBucketContentTypeinstance by deeply copying a givenStringValueWorkBucketContentTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)StringValueWorkBucketContentTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)List<String>getValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)StringtoString()Generates a String representation of the contents of this type.StringValueWorkBucketContentTypevalue(String value)
-
-
-
Constructor Detail
-
StringValueWorkBucketContentType
public StringValueWorkBucketContentType()
Creates a newStringValueWorkBucketContentTypeinstance.
-
StringValueWorkBucketContentType
public StringValueWorkBucketContentType(StringValueWorkBucketContentType o)
Creates a newStringValueWorkBucketContentTypeinstance by deeply copying a givenStringValueWorkBucketContentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getValue
public List<String> getValue()
Gets the value of the value property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the value property.For example, to add a new item, do as follows:
getValue().add(newItem);Objects of the following type(s) are allowed in the list
String
-
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:
toStringin classAbstractWorkBucketContentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classAbstractWorkBucketContentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classAbstractWorkBucketContentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkBucketContentType
-
value
public StringValueWorkBucketContentType value(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
public StringValueWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAbstractWorkBucketContentType- Returns:
- A deep copy of this object.
-
-