Class FormItemsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FormItemsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class FormItemsType extends AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FORM_ITEMstatic ItemNameF_LISTprotected List<javax.xml.bind.JAXBElement<? extends AbstractFormItemType>>formItemprotected Booleanlist
-
Constructor Summary
Constructors Constructor Description FormItemsType()FormItemsType(FormItemsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)FormItemsTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)FormItemsTypeformItem(javax.xml.bind.JAXBElement<? extends AbstractFormItemType> value)List<javax.xml.bind.JAXBElement<? extends AbstractFormItemType>>getFormItem()inthashCode(StructuredHashCodeStrategy strategy)BooleanisList()FormItemsTypelist(Boolean value)voidsetList(Boolean value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
FormItemsType
public FormItemsType()
-
FormItemsType
public FormItemsType(FormItemsType other)
-
-
Method Detail
-
isList
public Boolean isList()
-
setList
public void setList(Boolean value)
-
getFormItem
public List<javax.xml.bind.JAXBElement<? extends AbstractFormItemType>> getFormItem()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
list
public FormItemsType list(Boolean value)
-
formItem
public FormItemsType formItem(javax.xml.bind.JAXBElement<? extends AbstractFormItemType> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public FormItemsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-