|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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.VectorType
public class VectorType
Java class for VectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VectorType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentType">
<sequence>
<element name="coordinate" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AnyNumericalPropertyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="referenceFrame" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="localFrame" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
VectorType.Coordinate
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<VectorType.Coordinate> |
coordinate
|
protected String |
localFrame
|
protected String |
referenceFrame
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
|---|
definition, optional, updatable |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
description, identifier, label |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
VectorType()
|
|
| 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<VectorType.Coordinate> |
getCoordinate()
Gets the value of the coordinate property. |
String |
getLocalFrame()
Gets the value of the localFrame property. |
String |
getReferenceFrame()
Gets the value of the referenceFrame property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCoordinate()
|
boolean |
isSetLocalFrame()
|
boolean |
isSetReferenceFrame()
|
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 |
setCoordinate(List<VectorType.Coordinate> value)
|
void |
setLocalFrame(String value)
Sets the value of the localFrame property. |
void |
setReferenceFrame(String value)
Sets the value of the referenceFrame property. |
String |
toString()
|
void |
unsetCoordinate()
|
VectorType |
withCoordinate(Collection<VectorType.Coordinate> values)
|
VectorType |
withCoordinate(List<VectorType.Coordinate> value)
|
VectorType |
withCoordinate(VectorType.Coordinate... values)
|
VectorType |
withDefinition(String value)
|
VectorType |
withDescription(String value)
|
VectorType |
withExtension(Collection<Object> values)
|
VectorType |
withExtension(List<Object> value)
|
VectorType |
withExtension(Object... values)
|
VectorType |
withId(String value)
|
VectorType |
withIdentifier(String value)
|
VectorType |
withLabel(String value)
|
VectorType |
withLocalFrame(String value)
|
VectorType |
withOptional(boolean value)
|
VectorType |
withReferenceFrame(String value)
|
VectorType |
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 |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<VectorType.Coordinate> coordinate
protected String referenceFrame
protected String localFrame
| Constructor Detail |
|---|
public VectorType()
| Method Detail |
|---|
public List<VectorType.Coordinate> getCoordinate()
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 coordinate property.
For example, to add a new item, do as follows:
getCoordinate().add(newItem);
Objects of the following type(s) are allowed in the list
VectorType.Coordinate
public boolean isSetCoordinate()
public void unsetCoordinate()
public String getReferenceFrame()
Stringpublic void setReferenceFrame(String value)
value - allowed object is
Stringpublic boolean isSetReferenceFrame()
public String getLocalFrame()
Stringpublic void setLocalFrame(String value)
value - allowed object is
Stringpublic boolean isSetLocalFrame()
public String toString()
toString in class AbstractDataComponentType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractDataComponentType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractDataComponentType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractDataComponentTypepublic boolean equals(Object object)
equals in class AbstractDataComponentType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractDataComponentTypepublic int hashCode()
hashCode in class AbstractDataComponentTypepublic Object clone()
clone in class AbstractDataComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractDataComponentType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractDataComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractSWEIdentifiableType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractDataComponentType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractDataComponentTypepublic void setCoordinate(List<VectorType.Coordinate> value)
public VectorType withCoordinate(VectorType.Coordinate... values)
public VectorType withCoordinate(Collection<VectorType.Coordinate> values)
public VectorType withReferenceFrame(String value)
public VectorType withLocalFrame(String value)
public VectorType withCoordinate(List<VectorType.Coordinate> value)
public VectorType withUpdatable(boolean value)
withUpdatable in class AbstractDataComponentTypepublic VectorType withOptional(boolean value)
withOptional in class AbstractDataComponentTypepublic VectorType withDefinition(String value)
withDefinition in class AbstractDataComponentTypepublic VectorType withIdentifier(String value)
withIdentifier in class AbstractDataComponentTypepublic VectorType withLabel(String value)
withLabel in class AbstractDataComponentTypepublic VectorType withDescription(String value)
withDescription in class AbstractDataComponentTypepublic VectorType withExtension(Object... values)
withExtension in class AbstractDataComponentTypepublic VectorType withExtension(Collection<Object> values)
withExtension in class AbstractDataComponentTypepublic VectorType withId(String value)
withId in class AbstractDataComponentTypepublic VectorType withExtension(List<Object> value)
withExtension in class AbstractDataComponentType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||