Class FieldConstraint
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.FieldConstraint
-
public class FieldConstraint extends java.lang.ObjectJava class for FieldConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldConstraint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-z0-9_\-\.]+"/> </restriction> </simpleType> </element> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="minLength" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="minNumberOfFields" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="maxNumberOfFields" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="availableValues" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="availableValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="domainNameRestrictions" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="domainNameRestriction" type="{http://certificateservices.org/xsd/csexport_data_1_0}DomainNameRestriction" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="customRegexp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customHelpText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isCustomTextResourceKey" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="relatedTokenAttributes"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatedTokenAttribute" type="{http://certificateservices.org/xsd/csexport_data_1_0}RelatedTokenAttribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="allowOnlyTrustedData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="relatedField" type="{http://certificateservices.org/xsd/csexport_data_1_0}notemptystring" minOccurs="0"/> <element name="availableConditionalList" type="{http://certificateservices.org/xsd/csexport_data_1_0}ConditionalList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldConstraint.AvailableValuesJava class for anonymous complex type.static classFieldConstraint.DomainNameRestrictionsJava class for anonymous complex type.static classFieldConstraint.RelatedTokenAttributesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanallowOnlyTrustedDataprotected ConditionalListavailableConditionalListprotected FieldConstraint.AvailableValuesavailableValuesprotected java.lang.StringcustomHelpTextprotected java.lang.StringcustomLabelprotected java.lang.StringcustomRegexpprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected FieldConstraint.DomainNameRestrictionsdomainNameRestrictionsprotected java.lang.BooleanisCustomTextResourceKeyprotected java.lang.Stringkeyprotected java.math.BigIntegermaxLengthprotected java.math.BigIntegermaxNumberOfFieldsprotected java.math.BigIntegerminLengthprotected java.math.BigIntegerminNumberOfFieldsprotected java.lang.StringrelatedFieldprotected FieldConstraint.RelatedTokenAttributesrelatedTokenAttributesprotected java.lang.Booleanrequiredprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description FieldConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionalListgetAvailableConditionalList()Gets the value of the availableConditionalList property.FieldConstraint.AvailableValuesgetAvailableValues()Gets the value of the availableValues property.java.lang.StringgetCustomHelpText()Gets the value of the customHelpText property.java.lang.StringgetCustomLabel()Gets the value of the customLabel property.java.lang.StringgetCustomRegexp()Gets the value of the customRegexp property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.FieldConstraint.DomainNameRestrictionsgetDomainNameRestrictions()Gets the value of the domainNameRestrictions property.java.lang.StringgetKey()Gets the value of the key property.java.math.BigIntegergetMaxLength()Gets the value of the maxLength property.java.math.BigIntegergetMaxNumberOfFields()Gets the value of the maxNumberOfFields property.java.math.BigIntegergetMinLength()Gets the value of the minLength property.java.math.BigIntegergetMinNumberOfFields()Gets the value of the minNumberOfFields property.java.lang.StringgetRelatedField()Gets the value of the relatedField property.FieldConstraint.RelatedTokenAttributesgetRelatedTokenAttributes()Gets the value of the relatedTokenAttributes property.java.lang.StringgetType()Gets the value of the type property.java.lang.BooleanisAllowOnlyTrustedData()Gets the value of the allowOnlyTrustedData property.java.lang.BooleanisIsCustomTextResourceKey()Gets the value of the isCustomTextResourceKey property.java.lang.BooleanisRequired()Gets the value of the required property.voidsetAllowOnlyTrustedData(java.lang.Boolean value)Sets the value of the allowOnlyTrustedData property.voidsetAvailableConditionalList(ConditionalList value)Sets the value of the availableConditionalList property.voidsetAvailableValues(FieldConstraint.AvailableValues value)Sets the value of the availableValues property.voidsetCustomHelpText(java.lang.String value)Sets the value of the customHelpText property.voidsetCustomLabel(java.lang.String value)Sets the value of the customLabel property.voidsetCustomRegexp(java.lang.String value)Sets the value of the customRegexp property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetDomainNameRestrictions(FieldConstraint.DomainNameRestrictions value)Sets the value of the domainNameRestrictions property.voidsetIsCustomTextResourceKey(java.lang.Boolean value)Sets the value of the isCustomTextResourceKey property.voidsetKey(java.lang.String value)Sets the value of the key property.voidsetMaxLength(java.math.BigInteger value)Sets the value of the maxLength property.voidsetMaxNumberOfFields(java.math.BigInteger value)Sets the value of the maxNumberOfFields property.voidsetMinLength(java.math.BigInteger value)Sets the value of the minLength property.voidsetMinNumberOfFields(java.math.BigInteger value)Sets the value of the minNumberOfFields property.voidsetRelatedField(java.lang.String value)Sets the value of the relatedField property.voidsetRelatedTokenAttributes(FieldConstraint.RelatedTokenAttributes value)Sets the value of the relatedTokenAttributes property.voidsetRequired(java.lang.Boolean value)Sets the value of the required property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
key
protected java.lang.String key
-
displayName
protected java.lang.String displayName
-
description
protected java.lang.String description
-
type
protected java.lang.String type
-
required
protected java.lang.Boolean required
-
minLength
protected java.math.BigInteger minLength
-
maxLength
protected java.math.BigInteger maxLength
-
minNumberOfFields
protected java.math.BigInteger minNumberOfFields
-
maxNumberOfFields
protected java.math.BigInteger maxNumberOfFields
-
availableValues
protected FieldConstraint.AvailableValues availableValues
-
domainNameRestrictions
protected FieldConstraint.DomainNameRestrictions domainNameRestrictions
-
customRegexp
protected java.lang.String customRegexp
-
customLabel
protected java.lang.String customLabel
-
customHelpText
protected java.lang.String customHelpText
-
isCustomTextResourceKey
protected java.lang.Boolean isCustomTextResourceKey
-
relatedTokenAttributes
protected FieldConstraint.RelatedTokenAttributes relatedTokenAttributes
-
allowOnlyTrustedData
protected java.lang.Boolean allowOnlyTrustedData
-
relatedField
protected java.lang.String relatedField
-
availableConditionalList
protected ConditionalList availableConditionalList
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(java.lang.String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
getDisplayName
public java.lang.String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
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 isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isRequired
public java.lang.Boolean isRequired()
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
public void setRequired(java.lang.Boolean value)
Sets the value of the required property.- Parameters:
value- allowed object isBoolean
-
getMinLength
public java.math.BigInteger getMinLength()
Gets the value of the minLength property.- Returns:
- possible object is
BigInteger
-
setMinLength
public void setMinLength(java.math.BigInteger value)
Sets the value of the minLength property.- Parameters:
value- allowed object isBigInteger
-
getMaxLength
public java.math.BigInteger getMaxLength()
Gets the value of the maxLength property.- Returns:
- possible object is
BigInteger
-
setMaxLength
public void setMaxLength(java.math.BigInteger value)
Sets the value of the maxLength property.- Parameters:
value- allowed object isBigInteger
-
getMinNumberOfFields
public java.math.BigInteger getMinNumberOfFields()
Gets the value of the minNumberOfFields property.- Returns:
- possible object is
BigInteger
-
setMinNumberOfFields
public void setMinNumberOfFields(java.math.BigInteger value)
Sets the value of the minNumberOfFields property.- Parameters:
value- allowed object isBigInteger
-
getMaxNumberOfFields
public java.math.BigInteger getMaxNumberOfFields()
Gets the value of the maxNumberOfFields property.- Returns:
- possible object is
BigInteger
-
setMaxNumberOfFields
public void setMaxNumberOfFields(java.math.BigInteger value)
Sets the value of the maxNumberOfFields property.- Parameters:
value- allowed object isBigInteger
-
getAvailableValues
public FieldConstraint.AvailableValues getAvailableValues()
Gets the value of the availableValues property.- Returns:
- possible object is
FieldConstraint.AvailableValues
-
setAvailableValues
public void setAvailableValues(FieldConstraint.AvailableValues value)
Sets the value of the availableValues property.- Parameters:
value- allowed object isFieldConstraint.AvailableValues
-
getDomainNameRestrictions
public FieldConstraint.DomainNameRestrictions getDomainNameRestrictions()
Gets the value of the domainNameRestrictions property.- Returns:
- possible object is
FieldConstraint.DomainNameRestrictions
-
setDomainNameRestrictions
public void setDomainNameRestrictions(FieldConstraint.DomainNameRestrictions value)
Sets the value of the domainNameRestrictions property.- Parameters:
value- allowed object isFieldConstraint.DomainNameRestrictions
-
getCustomRegexp
public java.lang.String getCustomRegexp()
Gets the value of the customRegexp property.- Returns:
- possible object is
String
-
setCustomRegexp
public void setCustomRegexp(java.lang.String value)
Sets the value of the customRegexp property.- Parameters:
value- allowed object isString
-
getCustomLabel
public java.lang.String getCustomLabel()
Gets the value of the customLabel property.- Returns:
- possible object is
String
-
setCustomLabel
public void setCustomLabel(java.lang.String value)
Sets the value of the customLabel property.- Parameters:
value- allowed object isString
-
getCustomHelpText
public java.lang.String getCustomHelpText()
Gets the value of the customHelpText property.- Returns:
- possible object is
String
-
setCustomHelpText
public void setCustomHelpText(java.lang.String value)
Sets the value of the customHelpText property.- Parameters:
value- allowed object isString
-
isIsCustomTextResourceKey
public java.lang.Boolean isIsCustomTextResourceKey()
Gets the value of the isCustomTextResourceKey property.- Returns:
- possible object is
Boolean
-
setIsCustomTextResourceKey
public void setIsCustomTextResourceKey(java.lang.Boolean value)
Sets the value of the isCustomTextResourceKey property.- Parameters:
value- allowed object isBoolean
-
getRelatedTokenAttributes
public FieldConstraint.RelatedTokenAttributes getRelatedTokenAttributes()
Gets the value of the relatedTokenAttributes property.- Returns:
- possible object is
FieldConstraint.RelatedTokenAttributes
-
setRelatedTokenAttributes
public void setRelatedTokenAttributes(FieldConstraint.RelatedTokenAttributes value)
Sets the value of the relatedTokenAttributes property.- Parameters:
value- allowed object isFieldConstraint.RelatedTokenAttributes
-
isAllowOnlyTrustedData
public java.lang.Boolean isAllowOnlyTrustedData()
Gets the value of the allowOnlyTrustedData property.- Returns:
- possible object is
Boolean
-
setAllowOnlyTrustedData
public void setAllowOnlyTrustedData(java.lang.Boolean value)
Sets the value of the allowOnlyTrustedData property.- Parameters:
value- allowed object isBoolean
-
getRelatedField
public java.lang.String getRelatedField()
Gets the value of the relatedField property.- Returns:
- possible object is
String
-
setRelatedField
public void setRelatedField(java.lang.String value)
Sets the value of the relatedField property.- Parameters:
value- allowed object isString
-
getAvailableConditionalList
public ConditionalList getAvailableConditionalList()
Gets the value of the availableConditionalList property.- Returns:
- possible object is
ConditionalList
-
setAvailableConditionalList
public void setAvailableConditionalList(ConditionalList value)
Sets the value of the availableConditionalList property.- Parameters:
value- allowed object isConditionalList
-
-