Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.StringLimitType
-
Packages that use StringLimitType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of StringLimitType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type StringLimitType Modifier and Type Field Description protected List<StringLimitType>
LimitationsType. limit
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return StringLimitType Modifier and Type Method Description StringLimitType
LimitationsType. beginLimit()
StringLimitType
StringLimitType. characterClass(CharacterClassType value)
StringLimitType
StringLimitType. clone()
Creates and returns a deep copy of this object.StringLimitType
ObjectFactory. createStringLimitType()
Create an instance ofStringLimitType
StringLimitType
StringLimitType. description(String value)
StringLimitType
StringLimitType. documentation(String value)
StringLimitType
StringLimitType. maxOccurs(Integer value)
StringLimitType
StringLimitType. minOccurs(Integer value)
StringLimitType
StringLimitType. mustBeFirst(Boolean value)
StringLimitType
StringLimitType. name(PolyStringType value)
StringLimitType
StringLimitType. name(String value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type StringLimitType Modifier and Type Method Description List<StringLimitType>
LimitationsType. getLimit()
Gets the value of the limit property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type StringLimitType Modifier and Type Method Description LimitationsType
LimitationsType. limit(StringLimitType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type StringLimitType Constructor Description StringLimitType(StringLimitType o)
Creates a newStringLimitType
instance by deeply copying a givenStringLimitType
instance.
-