net.opengis.swecommon.v_2_0
Class VectorType.Coordinate

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AnyNumericalPropertyType
      extended by net.opengis.swecommon.v_2_0.VectorType.Coordinate
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
Enclosing class:
VectorType

public static class VectorType.Coordinate
extends AnyNumericalPropertyType
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 anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Field Summary
protected  String name
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AnyNumericalPropertyType
actuate, arcrole, count, href, quantity, role, show, time, title, type
 
Constructor Summary
VectorType.Coordinate()
           
 
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)
           
 String getName()
          Gets the value of the name property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetName()
           
 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 setName(String value)
          Sets the value of the name property.
 String toString()
           
 VectorType.Coordinate withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
           
 VectorType.Coordinate withArcrole(String value)
           
 VectorType.Coordinate withCount(CountType value)
           
 VectorType.Coordinate withHref(String value)
           
 VectorType.Coordinate withName(String value)
           
 VectorType.Coordinate withQuantity(QuantityType value)
           
 VectorType.Coordinate withRole(String value)
           
 VectorType.Coordinate withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
           
 VectorType.Coordinate withTime(TimeType value)
           
 VectorType.Coordinate withTitle(String value)
           
 VectorType.Coordinate withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AnyNumericalPropertyType
getActuate, getArcrole, getCount, getHref, getQuantity, getRole, getShow, getTime, getTitle, getTYPE, isSetActuate, isSetArcrole, isSetCount, isSetHref, isSetQuantity, isSetRole, isSetShow, isSetTime, isSetTitle, isSetTYPE, setActuate, setArcrole, setCount, setHref, setQuantity, setRole, setShow, setTime, setTitle, setTYPE
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

VectorType.Coordinate

public VectorType.Coordinate()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

toString

public String toString()
Overrides:
toString in class AnyNumericalPropertyType

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 AnyNumericalPropertyType

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 AnyNumericalPropertyType

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 AnyNumericalPropertyType

equals

public boolean equals(Object object)
Overrides:
equals in class AnyNumericalPropertyType

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 AnyNumericalPropertyType

hashCode

public int hashCode()
Overrides:
hashCode in class AnyNumericalPropertyType

clone

public Object clone()
Overrides:
clone in class AnyNumericalPropertyType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AnyNumericalPropertyType

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 AnyNumericalPropertyType

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 AnyNumericalPropertyType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AnyNumericalPropertyType

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 AnyNumericalPropertyType

withName

public VectorType.Coordinate withName(String value)

withCount

public VectorType.Coordinate withCount(CountType value)
Overrides:
withCount in class AnyNumericalPropertyType

withQuantity

public VectorType.Coordinate withQuantity(QuantityType value)
Overrides:
withQuantity in class AnyNumericalPropertyType

withTime

public VectorType.Coordinate withTime(TimeType value)
Overrides:
withTime in class AnyNumericalPropertyType

withTYPE

public VectorType.Coordinate withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
Overrides:
withTYPE in class AnyNumericalPropertyType

withHref

public VectorType.Coordinate withHref(String value)
Overrides:
withHref in class AnyNumericalPropertyType

withRole

public VectorType.Coordinate withRole(String value)
Overrides:
withRole in class AnyNumericalPropertyType

withArcrole

public VectorType.Coordinate withArcrole(String value)
Overrides:
withArcrole in class AnyNumericalPropertyType

withTitle

public VectorType.Coordinate withTitle(String value)
Overrides:
withTitle in class AnyNumericalPropertyType

withShow

public VectorType.Coordinate withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
Overrides:
withShow in class AnyNumericalPropertyType

withActuate

public VectorType.Coordinate withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
Overrides:
withActuate in class AnyNumericalPropertyType


Copyright © 2008-2015. All Rights Reserved.