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="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="converter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="binding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binding |
protected String |
converter |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
CustomType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinding()
Gets the value of the binding property.
|
String |
getConverter()
Gets the value of the converter property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBinding(String value)
Sets the value of the binding property.
|
void |
setConverter(String value)
Sets the value of the converter property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
CustomType |
withBinding(String value) |
CustomType |
withConverter(String value) |
CustomType |
withName(String value) |
CustomType |
withType(String value) |
protected String name
protected String type
protected String converter
protected String binding
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getConverter()
Stringpublic void setConverter(String value)
value - allowed object is
Stringpublic String getBinding()
Stringpublic void setBinding(String value)
value - allowed object is
Stringpublic CustomType withName(String value)
public CustomType withType(String value)
public CustomType withConverter(String value)
public CustomType withBinding(String value)
Copyright © 2015. All Rights Reserved.