net.opengis.swecommon.v_2_0
Class DataStreamType.ElementType
java.lang.Object
net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
net.opengis.swecommon.v_2_0.DataStreamType.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:
- DataStreamType
public static class DataStreamType.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>
|
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()
|
DataStreamType.ElementType |
withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
|
DataStreamType.ElementType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
|
DataStreamType.ElementType |
withArcrole(String value)
|
DataStreamType.ElementType |
withHref(String value)
|
DataStreamType.ElementType |
withName(String value)
|
DataStreamType.ElementType |
withRole(String value)
|
DataStreamType.ElementType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
|
DataStreamType.ElementType |
withTitle(String value)
|
DataStreamType.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 |
name
protected String name
DataStreamType.ElementType
public DataStreamType.ElementType()
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 DataStreamType.ElementType withName(String value)
withAbstractDataComponent
public DataStreamType.ElementType withAbstractDataComponent(JAXBElement<? extends AbstractDataComponentType> value)
- Overrides:
withAbstractDataComponent in class AbstractDataComponentPropertyType
withTYPE
public DataStreamType.ElementType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
- Overrides:
withTYPE in class AbstractDataComponentPropertyType
withHref
public DataStreamType.ElementType withHref(String value)
- Overrides:
withHref in class AbstractDataComponentPropertyType
withRole
public DataStreamType.ElementType withRole(String value)
- Overrides:
withRole in class AbstractDataComponentPropertyType
withArcrole
public DataStreamType.ElementType withArcrole(String value)
- Overrides:
withArcrole in class AbstractDataComponentPropertyType
withTitle
public DataStreamType.ElementType withTitle(String value)
- Overrides:
withTitle in class AbstractDataComponentPropertyType
withShow
public DataStreamType.ElementType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
- Overrides:
withShow in class AbstractDataComponentPropertyType
withActuate
public DataStreamType.ElementType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
- Overrides:
withActuate in class AbstractDataComponentPropertyType
Copyright © 2008-2015. All Rights Reserved.