net.opengis.swecommon.v_2_0
Class DataRecordType
java.lang.Object
net.opengis.swecommon.v_2_0.AbstractSWEType
net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
net.opengis.swecommon.v_2_0.AbstractDataComponentType
net.opengis.swecommon.v_2_0.DataRecordType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class DataRecordType
- extends AbstractDataComponentType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for DataRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataRecordType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentType">
<sequence>
<element name="field" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentPropertyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
List<DataRecordType.Field> |
getField()
Gets the value of the field property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetField()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setField(List<DataRecordType.Field> value)
|
String |
toString()
|
void |
unsetField()
|
DataRecordType |
withDefinition(String value)
|
DataRecordType |
withDescription(String value)
|
DataRecordType |
withExtension(Collection<Object> values)
|
DataRecordType |
withExtension(List<Object> value)
|
DataRecordType |
withExtension(Object... values)
|
DataRecordType |
withField(Collection<DataRecordType.Field> values)
|
DataRecordType |
withField(DataRecordType.Field... values)
|
DataRecordType |
withField(List<DataRecordType.Field> value)
|
DataRecordType |
withId(String value)
|
DataRecordType |
withIdentifier(String value)
|
DataRecordType |
withLabel(String value)
|
DataRecordType |
withOptional(boolean value)
|
DataRecordType |
withUpdatable(boolean value)
|
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
getDefinition, isOptional, isSetDefinition, isSetOptional, isSetUpdatable, isUpdatable, setDefinition, setOptional, setUpdatable, unsetOptional, unsetUpdatable |
field
protected List<DataRecordType.Field> field
DataRecordType
public DataRecordType()
getField
public List<DataRecordType.Field> getField()
- Gets the value of the field property.
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 field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
DataRecordType.Field
isSetField
public boolean isSetField()
unsetField
public void unsetField()
toString
public String toString()
- Overrides:
toString in class AbstractDataComponentType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class AbstractDataComponentType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class AbstractDataComponentType
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class AbstractDataComponentType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractDataComponentType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class AbstractDataComponentType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractDataComponentType
clone
public Object clone()
- Overrides:
clone in class AbstractDataComponentType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractDataComponentType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractDataComponentType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class AbstractSWEIdentifiableType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractDataComponentType
mergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractDataComponentType
setField
public void setField(List<DataRecordType.Field> value)
withField
public DataRecordType withField(DataRecordType.Field... values)
withField
public DataRecordType withField(Collection<DataRecordType.Field> values)
withField
public DataRecordType withField(List<DataRecordType.Field> value)
withUpdatable
public DataRecordType withUpdatable(boolean value)
- Overrides:
withUpdatable in class AbstractDataComponentType
withOptional
public DataRecordType withOptional(boolean value)
- Overrides:
withOptional in class AbstractDataComponentType
withDefinition
public DataRecordType withDefinition(String value)
- Overrides:
withDefinition in class AbstractDataComponentType
withIdentifier
public DataRecordType withIdentifier(String value)
- Overrides:
withIdentifier in class AbstractDataComponentType
withLabel
public DataRecordType withLabel(String value)
- Overrides:
withLabel in class AbstractDataComponentType
withDescription
public DataRecordType withDescription(String value)
- Overrides:
withDescription in class AbstractDataComponentType
withExtension
public DataRecordType withExtension(Object... values)
- Overrides:
withExtension in class AbstractDataComponentType
withExtension
public DataRecordType withExtension(Collection<Object> values)
- Overrides:
withExtension in class AbstractDataComponentType
withId
public DataRecordType withId(String value)
- Overrides:
withId in class AbstractDataComponentType
withExtension
public DataRecordType withExtension(List<Object> value)
- Overrides:
withExtension in class AbstractDataComponentType
Copyright © 2008-2015. All Rights Reserved.