public class MappedDatatype extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for mappedDatatype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mappedDatatype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extension" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
<attribute name="standard" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}datatypeStandard_t" />
<attribute name="builtin" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="element" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parameter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="minInclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maxInclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MappedDatatype.Extension
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected String |
base |
protected Boolean |
builtin |
protected String |
element |
protected MappedDatatype.Extension |
extension |
protected String |
maxInclusive |
protected String |
minInclusive |
protected String |
parameter |
protected String |
pattern |
protected String |
standard |
| Constructor and Description |
|---|
MappedDatatype() |
| 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.CopyStrategy2 strategy) |
Object |
createNewInstance() |
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getBase()
Gets the value of the base property.
|
String |
getElement()
Gets the value of the element property.
|
MappedDatatype.Extension |
getExtension()
Gets the value of the extension property.
|
String |
getMaxInclusive()
Gets the value of the maxInclusive property.
|
String |
getMinInclusive()
Gets the value of the minInclusive property.
|
String |
getParameter()
Gets the value of the parameter property.
|
String |
getPattern()
Gets the value of the pattern property.
|
String |
getStandard()
Gets the value of the standard property.
|
Boolean |
isBuiltin()
Gets the value of the builtin property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setBuiltin(Boolean value)
Sets the value of the builtin property.
|
void |
setElement(String value)
Sets the value of the element property.
|
void |
setExtension(MappedDatatype.Extension value)
Sets the value of the extension property.
|
void |
setMaxInclusive(String value)
Sets the value of the maxInclusive property.
|
void |
setMinInclusive(String value)
Sets the value of the minInclusive property.
|
void |
setParameter(String value)
Sets the value of the parameter property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setStandard(String value)
Sets the value of the standard property.
|
protected MappedDatatype.Extension extension
protected Annotation annotation
protected String standard
protected Boolean builtin
protected String base
protected String pattern
protected String element
protected String parameter
protected String minInclusive
protected String maxInclusive
public MappedDatatype.Extension getExtension()
MappedDatatype.Extensionpublic void setExtension(MappedDatatype.Extension value)
value - allowed object is
MappedDatatype.Extensionpublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getStandard()
Stringpublic void setStandard(String value)
value - allowed object is
Stringpublic Boolean isBuiltin()
Booleanpublic void setBuiltin(Boolean value)
value - allowed object is
Booleanpublic String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic String getElement()
Stringpublic void setElement(String value)
value - allowed object is
Stringpublic String getParameter()
Stringpublic void setParameter(String value)
value - allowed object is
Stringpublic String getMinInclusive()
Stringpublic void setMinInclusive(String value)
value - allowed object is
Stringpublic String getMaxInclusive()
Stringpublic void setMaxInclusive(String value)
value - allowed object is
Stringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2016–2020 FIX Trading Community. All rights reserved.