
public static class CustomTags.CustomTag extends Object implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
CustomTag() |
| Modifier and Type | Method and Description |
|---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
int |
getColumn()
Gets the value of the column property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
public int getColumn()
public void setColumn(int value)
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 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyablepublic Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015 University of Glasgow. All rights reserved.