net.opengis.swecommon.v_2_0
Class DataArrayType.ElementType

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
      extended by net.opengis.swecommon.v_2_0.DataArrayType.ElementType
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:
DataArrayType

public static class DataArrayType.ElementType
extends AbstractDataComponentPropertyType
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}AbstractDataComponentPropertyType">
       <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.AbstractDataComponentPropertyType
abstractDataComponent, actuate, arcrole, href, role, show, title, type
 
Constructor Summary
DataArrayType.ElementType()
           
 
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()
           
 DataArrayType.ElementType withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
           
 DataArrayType.ElementType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
           
 DataArrayType.ElementType withArcrole(String value)
           
 DataArrayType.ElementType withHref(String value)
           
 DataArrayType.ElementType withName(String value)
           
 DataArrayType.ElementType withRole(String value)
           
 DataArrayType.ElementType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
           
 DataArrayType.ElementType withTitle(String value)
           
 DataArrayType.ElementType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
getAbstractDataComponent, getActuate, getArcrole, getHref, getRole, getShow, getTitle, getTYPE, isSetAbstractDataComponent, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetTYPE, setAbstractDataComponent, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setTYPE
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

DataArrayType.ElementType

public DataArrayType.ElementType()
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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

equals

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

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 AbstractDataComponentPropertyType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractDataComponentPropertyType

clone

public Object clone()
Overrides:
clone in class AbstractDataComponentPropertyType

copyTo

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

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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

mergeFrom

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

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 AbstractDataComponentPropertyType

withName

public DataArrayType.ElementType withName(String value)

withAbstractDataComponent

public DataArrayType.ElementType withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
Overrides:
withAbstractDataComponent in class AbstractDataComponentPropertyType

withTYPE

public DataArrayType.ElementType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
Overrides:
withTYPE in class AbstractDataComponentPropertyType

withHref

public DataArrayType.ElementType withHref(String value)
Overrides:
withHref in class AbstractDataComponentPropertyType

withRole

public DataArrayType.ElementType withRole(String value)
Overrides:
withRole in class AbstractDataComponentPropertyType

withArcrole

public DataArrayType.ElementType withArcrole(String value)
Overrides:
withArcrole in class AbstractDataComponentPropertyType

withTitle

public DataArrayType.ElementType withTitle(String value)
Overrides:
withTitle in class AbstractDataComponentPropertyType

withShow

public DataArrayType.ElementType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
Overrides:
withShow in class AbstractDataComponentPropertyType

withActuate

public DataArrayType.ElementType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
Overrides:
withActuate in class AbstractDataComponentPropertyType


Copyright © 2008-2015. All Rights Reserved.