Class InformationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InformationType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class InformationType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODO Replace by forms eventually TEMPORARYJava class for InformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="localizableTitle" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="part" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}InformationPartType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_LOCALIZABLE_TITLEstatic ItemNameF_ORDERstatic ItemNameF_PARTstatic ItemNameF_TITLEprotected LocalizableMessageTypelocalizableTitleprotected Integerorderprotected List<InformationPartType>partprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description InformationType()Creates a newInformationTypeinstance.InformationType(InformationType o)Creates a newInformationTypeinstance by deeply copying a givenInformationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)InformationPartTypebeginPart()InformationTypeclone()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)LocalizableMessageTypegetLocalizableTitle()Gets the value of the localizableTitle property.IntegergetOrder()Gets the value of the order property.List<InformationPartType>getPart()Gets the value of the part property.StringgetTitle()Gets the value of the title property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)InformationTypelocalizableTitle(LocalizableMessageType value)InformationTypeorder(Integer value)InformationTypepart(InformationPartType value)voidsetLocalizableTitle(LocalizableMessageType value)Sets the value of the localizableTitle property.voidsetOrder(Integer value)Sets the value of the order property.voidsetTitle(String value)Sets the value of the title property.InformationTypetitle(String value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
order
protected Integer order
-
localizableTitle
protected LocalizableMessageType localizableTitle
-
title
protected String title
-
part
protected List<InformationPartType> part
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ORDER
public static final ItemName F_ORDER
-
F_LOCALIZABLE_TITLE
public static final ItemName F_LOCALIZABLE_TITLE
-
F_TITLE
public static final ItemName F_TITLE
-
F_PART
public static final ItemName F_PART
-
-
Constructor Detail
-
InformationType
public InformationType()
Creates a newInformationTypeinstance.
-
InformationType
public InformationType(InformationType o)
Creates a newInformationTypeinstance by deeply copying a givenInformationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getOrder
public Integer getOrder()
Gets the value of the order property.- Returns:
- possible object is
Integer
-
setOrder
public void setOrder(Integer value)
Sets the value of the order property.- Parameters:
value- allowed object isInteger
-
getLocalizableTitle
public LocalizableMessageType getLocalizableTitle()
Gets the value of the localizableTitle property.- Returns:
- possible object is
LocalizableMessageType
-
setLocalizableTitle
public void setLocalizableTitle(LocalizableMessageType value)
Sets the value of the localizableTitle property.- Parameters:
value- allowed object isLocalizableMessageType
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getPart
public List<InformationPartType> getPart()
Gets the value of the part 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 part property.For example, to add a new item, do as follows:
getPart().add(newItem);Objects of the following type(s) are allowed in the list
InformationPartType
-
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
-
order
public InformationType order(Integer value)
-
localizableTitle
public InformationType localizableTitle(LocalizableMessageType value)
-
title
public InformationType title(String value)
-
part
public InformationType part(InformationPartType value)
-
beginPart
public InformationPartType beginPart()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public InformationType clone()
Creates and returns a deep copy of this object.
-
-