net.opengis.swecommon.v_2_0
Class MatrixType

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AbstractSWEType
      extended by net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
          extended by net.opengis.swecommon.v_2_0.AbstractDataComponentType
              extended by net.opengis.swecommon.v_2_0.DataArrayType
                  extended by net.opengis.swecommon.v_2_0.MatrixType
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 MatrixType
extends DataArrayType
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 MatrixType complex type.

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

 <complexType name="MatrixType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}DataArrayType">
       <attribute name="referenceFrame" 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
 
Nested classes/interfaces inherited from class net.opengis.swecommon.v_2_0.DataArrayType
DataArrayType.ElementType, DataArrayType.Encoding
 
Field Summary
protected  String localFrame
           
protected  String referenceFrame
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.DataArrayType
elementCount, elementType, encoding, values
 
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
MatrixType()
           
 
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 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 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 setLocalFrame(String value)
          Sets the value of the localFrame property.
 void setReferenceFrame(String value)
          Sets the value of the referenceFrame property.
 String toString()
           
 MatrixType withDefinition(String value)
           
 MatrixType withDescription(String value)
           
 MatrixType withElementCount(CountPropertyType value)
           
 MatrixType withElementType(DataArrayType.ElementType value)
           
 MatrixType withEncoding(DataArrayType.Encoding value)
           
 MatrixType withExtension(Collection<Object> values)
           
 MatrixType withExtension(List<Object> value)
           
 MatrixType withExtension(Object... values)
           
 MatrixType withId(String value)
           
 MatrixType withIdentifier(String value)
           
 MatrixType withLabel(String value)
           
 MatrixType withLocalFrame(String value)
           
 MatrixType withOptional(boolean value)
           
 MatrixType withReferenceFrame(String value)
           
 MatrixType withUpdatable(boolean value)
           
 MatrixType withValues(EncodedValuesPropertyType value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.DataArrayType
getElementCount, getElementType, getEncoding, getValues, isSetElementCount, isSetElementType, isSetEncoding, isSetValues, setElementCount, setElementType, setEncoding, setValues
 
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

referenceFrame

protected String referenceFrame

localFrame

protected String localFrame
Constructor Detail

MatrixType

public MatrixType()
Method Detail

getReferenceFrame

public String getReferenceFrame()
Gets the value of the referenceFrame property.

Returns:
possible object is String

setReferenceFrame

public void setReferenceFrame(String value)
Sets the value of the referenceFrame property.

Parameters:
value - allowed object is String

isSetReferenceFrame

public boolean isSetReferenceFrame()

getLocalFrame

public String getLocalFrame()
Gets the value of the localFrame property.

Returns:
possible object is String

setLocalFrame

public void setLocalFrame(String value)
Sets the value of the localFrame property.

Parameters:
value - allowed object is String

isSetLocalFrame

public boolean isSetLocalFrame()

toString

public String toString()
Overrides:
toString in class DataArrayType

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 DataArrayType

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 DataArrayType

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 DataArrayType

equals

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

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 DataArrayType

hashCode

public int hashCode()
Overrides:
hashCode in class DataArrayType

clone

public Object clone()
Overrides:
clone in class DataArrayType

copyTo

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

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 DataArrayType

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 DataArrayType

mergeFrom

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

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 DataArrayType

withReferenceFrame

public MatrixType withReferenceFrame(String value)

withLocalFrame

public MatrixType withLocalFrame(String value)

withElementCount

public MatrixType withElementCount(CountPropertyType value)
Overrides:
withElementCount in class DataArrayType

withElementType

public MatrixType withElementType(DataArrayType.ElementType value)
Overrides:
withElementType in class DataArrayType

withEncoding

public MatrixType withEncoding(DataArrayType.Encoding value)
Overrides:
withEncoding in class DataArrayType

withValues

public MatrixType withValues(EncodedValuesPropertyType value)
Overrides:
withValues in class DataArrayType

withUpdatable

public MatrixType withUpdatable(boolean value)
Overrides:
withUpdatable in class DataArrayType

withOptional

public MatrixType withOptional(boolean value)
Overrides:
withOptional in class DataArrayType

withDefinition

public MatrixType withDefinition(String value)
Overrides:
withDefinition in class DataArrayType

withIdentifier

public MatrixType withIdentifier(String value)
Overrides:
withIdentifier in class DataArrayType

withLabel

public MatrixType withLabel(String value)
Overrides:
withLabel in class DataArrayType

withDescription

public MatrixType withDescription(String value)
Overrides:
withDescription in class DataArrayType

withExtension

public MatrixType withExtension(Object... values)
Overrides:
withExtension in class DataArrayType

withExtension

public MatrixType withExtension(Collection<Object> values)
Overrides:
withExtension in class DataArrayType

withId

public MatrixType withId(String value)
Overrides:
withId in class DataArrayType

withExtension

public MatrixType withExtension(List<Object> value)
Overrides:
withExtension in class DataArrayType


Copyright © 2008-2015. All Rights Reserved.