Class SchemaGenerationConstraintsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchemaGenerationConstraintsType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SchemaGenerationConstraintsType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO- 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 QName
COMPLEX_TYPE
static ItemName
F_GENERATE_OBJECT_CLASS
protected List<QName>
generateObjectClass
-
Constructor Summary
Constructors Constructor Description SchemaGenerationConstraintsType()
SchemaGenerationConstraintsType(SchemaGenerationConstraintsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SchemaGenerationConstraintsType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
SchemaGenerationConstraintsType
generateObjectClass(QName value)
List<QName>
getGenerateObjectClass()
int
hashCode(StructuredHashCodeStrategy strategy)
-
-
-
Constructor Detail
-
SchemaGenerationConstraintsType
public SchemaGenerationConstraintsType()
-
SchemaGenerationConstraintsType
public SchemaGenerationConstraintsType(SchemaGenerationConstraintsType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
generateObjectClass
public SchemaGenerationConstraintsType generateObjectClass(QName value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public SchemaGenerationConstraintsType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-