public class MetadataFieldStringType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataFieldStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldStringType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxLength |
protected Integer |
minLength |
protected String |
pattern |
| Constructor and Description |
|---|
MetadataFieldStringType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
Integer |
getMaxLength()
Gets the value of the maxLength property.
|
Integer |
getMinLength()
Gets the value of the minLength property.
|
String |
getPattern()
Gets the value of the pattern property.
|
boolean |
isSetMaxLength() |
boolean |
isSetMinLength() |
boolean |
isSetPattern() |
void |
setMaxLength(Integer value)
Sets the value of the maxLength property.
|
void |
setMinLength(Integer value)
Sets the value of the minLength property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
MetadataFieldStringType |
withMaxLength(Integer value) |
MetadataFieldStringType |
withMinLength(Integer value) |
MetadataFieldStringType |
withPattern(String value) |
protected Integer minLength
protected Integer maxLength
protected String pattern
public Integer getMinLength()
Integerpublic void setMinLength(Integer value)
value - allowed object is
Integerpublic boolean isSetMinLength()
public Integer getMaxLength()
Integerpublic void setMaxLength(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxLength()
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic boolean isSetPattern()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic MetadataFieldStringType withMinLength(Integer value)
public MetadataFieldStringType withMaxLength(Integer value)
public MetadataFieldStringType withPattern(String value)
Copyright © 2015. All rights reserved.