public class MockField extends Field implements Serializable
Java class for MockField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MockField"> <complexContent> <extension base="{http://atlasmap.io/v2}Field"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="custom" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
custom |
protected String |
name |
Constructor and Description |
---|
MockField() |
Modifier and Type | Method and Description |
---|---|
String |
getCustom()
Gets the value of the custom property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCustom(String value)
Sets the value of the custom property.
|
void |
setName(String value)
Sets the value of the name property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCustom()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.