Class EntryType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EntryType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class EntryType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}entryValue" minOccurs="0"/> </sequence> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected javax.xml.bind.JAXBElement<?>entryValuestatic ItemNameF_ENTRY_VALUEstatic ItemNameF_KEYprotected Stringkey
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)EntryTypeclone()Creates and returns a deep copy of this object.EntryTypeentryValue(javax.xml.bind.JAXBElement<?> value)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)javax.xml.bind.JAXBElement<?>getEntryValue()Gets the value of the entryValue property.StringgetKey()Gets the value of the key property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)EntryTypekey(String value)voidsetEntryValue(javax.xml.bind.JAXBElement<?> value)Sets the value of the entryValue property.voidsetKey(String value)Sets the value of the key property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
EntryType
public EntryType()
Creates a newEntryTypeinstance.
-
EntryType
public EntryType(EntryType o)
Creates a newEntryTypeinstance by deeply copying a givenEntryTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getEntryValue
public javax.xml.bind.JAXBElement<?> getEntryValue()
Gets the value of the entryValue property.- Returns:
- possible object is
JAXBElement<UnknownJavaObjectType>JAXBElement<Object>JAXBElement<Object>
-
setEntryValue
public void setEntryValue(javax.xml.bind.JAXBElement<?> value)
Sets the value of the entryValue property.- Parameters:
value- allowed object isJAXBElement<UnknownJavaObjectType>JAXBElement<Object>JAXBElement<Object>
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key 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
-
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
-
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
-
entryValue
public EntryType entryValue(javax.xml.bind.JAXBElement<?> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-