com.evolveum.midpoint.xml.ns._public.common.common_2a
Class StringLimitType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.StringLimitType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class StringLimitType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Definition of valid single string limitation

Java class for StringLimitType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StringLimitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="mustBeFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="characterClass" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}CharacterClassType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CharacterClassType characterClass
           
static javax.xml.namespace.QName COMPLEX_TYPE
           
protected  java.lang.String description
           
static javax.xml.namespace.QName F_CHARACTER_CLASS
           
static javax.xml.namespace.QName F_DESCRIPTION
           
static javax.xml.namespace.QName F_MAX_OCCURS
           
static javax.xml.namespace.QName F_MIN_OCCURS
           
static javax.xml.namespace.QName F_MUST_BE_FIRST
           
protected  java.lang.Integer maxOccurs
           
protected  java.lang.Integer minOccurs
           
protected  java.lang.Boolean mustBeFirst
           
 
Constructor Summary
StringLimitType()
          Creates a new StringLimitType instance.
StringLimitType(StringLimitType o)
          Creates a new StringLimitType instance by deeply copying a given StringLimitType instance.
 
Method Summary
 StringLimitType clone()
          Creates and returns a deep copy of this object.
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 CharacterClassType getCharacterClass()
          Gets the value of the characterClass property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Integer getMaxOccurs()
          Gets the value of the maxOccurs property.
 java.lang.Integer getMinOccurs()
          Gets the value of the minOccurs property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 java.lang.Boolean isMustBeFirst()
          Gets the value of the mustBeFirst property.
 void setCharacterClass(CharacterClassType value)
          Sets the value of the characterClass property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMaxOccurs(java.lang.Integer value)
          Sets the value of the maxOccurs property.
 void setMinOccurs(java.lang.Integer value)
          Sets the value of the minOccurs property.
 void setMustBeFirst(java.lang.Boolean value)
          Sets the value of the mustBeFirst property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

minOccurs

protected java.lang.Integer minOccurs

maxOccurs

protected java.lang.Integer maxOccurs

mustBeFirst

protected java.lang.Boolean mustBeFirst

characterClass

protected CharacterClassType characterClass

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_DESCRIPTION

public static final javax.xml.namespace.QName F_DESCRIPTION

F_MIN_OCCURS

public static final javax.xml.namespace.QName F_MIN_OCCURS

F_MAX_OCCURS

public static final javax.xml.namespace.QName F_MAX_OCCURS

F_MUST_BE_FIRST

public static final javax.xml.namespace.QName F_MUST_BE_FIRST

F_CHARACTER_CLASS

public static final javax.xml.namespace.QName F_CHARACTER_CLASS
Constructor Detail

StringLimitType

public StringLimitType()
Creates a new StringLimitType instance.


StringLimitType

public StringLimitType(StringLimitType o)
Creates a new StringLimitType instance by deeply copying a given StringLimitType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMinOccurs

public java.lang.Integer getMinOccurs()
Gets the value of the minOccurs property.

Returns:
possible object is Integer

setMinOccurs

public void setMinOccurs(java.lang.Integer value)
Sets the value of the minOccurs property.

Parameters:
value - allowed object is Integer

getMaxOccurs

public java.lang.Integer getMaxOccurs()
Gets the value of the maxOccurs property.

Returns:
possible object is Integer

setMaxOccurs

public void setMaxOccurs(java.lang.Integer value)
Sets the value of the maxOccurs property.

Parameters:
value - allowed object is Integer

isMustBeFirst

public java.lang.Boolean isMustBeFirst()
Gets the value of the mustBeFirst property.

Returns:
possible object is Boolean

setMustBeFirst

public void setMustBeFirst(java.lang.Boolean value)
Sets the value of the mustBeFirst property.

Parameters:
value - allowed object is Boolean

getCharacterClass

public CharacterClassType getCharacterClass()
Gets the value of the characterClass property.

Returns:
possible object is CharacterClassType

setCharacterClass

public void setCharacterClass(CharacterClassType value)
Sets the value of the characterClass property.

Parameters:
value - allowed object is CharacterClassType

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

clone

public StringLimitType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.