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.
|
protected Integer minLength
protected Integer maxLength
protected String pattern
public Integer getMinLength()
Integer
public void setMinLength(Integer value)
value
- allowed object is
Integer
public boolean isSetMinLength()
public Integer getMaxLength()
Integer
public void setMaxLength(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxLength()
public String getPattern()
String
public void setPattern(String value)
value
- allowed object is
String
public boolean isSetPattern()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.