public class SymbolicType extends AtomicType
Java class for SymbolicType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SymbolicType"> <complexContent> <extension base="{http://www.miuml.org/metamodel}AtomicType"> <attribute name="MinLength" use="required" type="{http://www.miuml.org/metamodel}PositiveInteger" /> <attribute name="MaxLength" use="required" type="{http://www.miuml.org/metamodel}PositiveInteger" /> <attribute name="Prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Suffix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ValidationPattern" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DefaultValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
protected BigInteger |
maxLength |
protected BigInteger |
minLength |
protected String |
prefix |
protected String |
suffix |
protected String |
validationPattern |
element, localName
Constructor and Description |
---|
SymbolicType() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
BigInteger |
getMaxLength()
Gets the value of the maxLength property.
|
BigInteger |
getMinLength()
Gets the value of the minLength property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
String |
getValidationPattern()
Gets the value of the validationPattern property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setMaxLength(BigInteger value)
Sets the value of the maxLength property.
|
void |
setMinLength(BigInteger value)
Sets the value of the minLength property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
setValidationPattern(String value)
Sets the value of the validationPattern property.
|
getElement, getLocalName, setElement, setLocalName
protected BigInteger minLength
protected BigInteger maxLength
protected String prefix
protected String suffix
protected String validationPattern
protected String defaultValue
public BigInteger getMinLength()
BigInteger
public void setMinLength(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxLength()
BigInteger
public void setMaxLength(BigInteger value)
value
- allowed object is
BigInteger
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getSuffix()
String
public void setSuffix(String value)
value
- allowed object is
String
public String getValidationPattern()
String
public void setValidationPattern(String value)
value
- allowed object is
String
public String getDefaultValue()
String
Copyright © 2012–2022. All rights reserved.