public class CustomTags 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 CustomTags complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomTags"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="customTag" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CustomTags.CustomTag
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<CustomTags.CustomTag> |
customTag |
Constructor and Description |
---|
CustomTags() |
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) |
List<CustomTags.CustomTag> |
getCustomTag()
Gets the value of the customTag property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected List<CustomTags.CustomTag> customTag
public List<CustomTags.CustomTag> getCustomTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the customTag property.
For example, to add a new item, do as follows:
getCustomTag().add(newItem);
Objects of the following type(s) are allowed in the list
CustomTags.CustomTag
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
public Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015 University of Glasgow. All rights reserved.