public class CustomType extends Object implements Serializable
Java class for CustomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="converter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
converter |
protected String |
name |
| Constructor and Description |
|---|
CustomType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConverter()
Gets the value of the converter property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConverter(String value)
Sets the value of the converter property.
|
void |
setName(String value)
Sets the value of the name property.
|
CustomType |
withConverter(String value) |
CustomType |
withName(String value) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getConverter()
Stringpublic void setConverter(String value)
value - allowed object is
Stringpublic CustomType withName(String value)
public CustomType withConverter(String value)
Copyright © 2013. All Rights Reserved.