|
|||||||||
| 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
public abstract class AbstractDataComponentType
Java class for AbstractDataComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDataComponentType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEIdentifiableType">
<attribute name="updatable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
definition
|
protected Boolean |
optional
|
protected Boolean |
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 | |
|---|---|
AbstractDataComponentType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
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.EqualsStrategy2 strategy)
|
String |
getDefinition()
Gets the value of the definition property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isOptional()
Gets the value of the optional property. |
boolean |
isSetDefinition()
|
boolean |
isSetOptional()
|
boolean |
isSetUpdatable()
|
boolean |
isUpdatable()
Gets the value of the updatable property. |
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setDefinition(String value)
Sets the value of the definition property. |
void |
setOptional(boolean value)
Sets the value of the optional property. |
void |
setUpdatable(boolean value)
Sets the value of the updatable property. |
String |
toString()
|
void |
unsetOptional()
|
void |
unsetUpdatable()
|
AbstractDataComponentType |
withDefinition(String value)
|
AbstractDataComponentType |
withDescription(String value)
|
AbstractDataComponentType |
withExtension(Collection<Object> values)
|
AbstractDataComponentType |
withExtension(List<Object> value)
|
AbstractDataComponentType |
withExtension(Object... values)
|
AbstractDataComponentType |
withId(String value)
|
AbstractDataComponentType |
withIdentifier(String value)
|
AbstractDataComponentType |
withLabel(String value)
|
AbstractDataComponentType |
withOptional(boolean value)
|
AbstractDataComponentType |
withUpdatable(boolean value)
|
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
createNewInstance, 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 |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2 |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2 |
|---|
createNewInstance |
| Field Detail |
|---|
protected Boolean updatable
protected Boolean optional
protected String definition
| Constructor Detail |
|---|
public AbstractDataComponentType()
| Method Detail |
|---|
public boolean isUpdatable()
Booleanpublic void setUpdatable(boolean value)
value - allowed object is
Booleanpublic boolean isSetUpdatable()
public void unsetUpdatable()
public boolean isOptional()
Booleanpublic void setOptional(boolean value)
value - allowed object is
Booleanpublic boolean isSetOptional()
public void unsetOptional()
public String getDefinition()
Stringpublic void setDefinition(String value)
value - allowed object is
Stringpublic boolean isSetDefinition()
public String toString()
toString in class AbstractSWEIdentifiableType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractSWEIdentifiableType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractSWEIdentifiableType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractSWEIdentifiableTypepublic boolean equals(Object object)
equals in class AbstractSWEIdentifiableType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractSWEIdentifiableTypepublic int hashCode()
hashCode in class AbstractSWEIdentifiableTypepublic Object clone()
clone in class AbstractSWEIdentifiableTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWEIdentifiableType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWEIdentifiableType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWEIdentifiableType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withUpdatable(boolean value)
public AbstractDataComponentType withOptional(boolean value)
public AbstractDataComponentType withDefinition(String value)
public AbstractDataComponentType withIdentifier(String value)
withIdentifier in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withLabel(String value)
withLabel in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withDescription(String value)
withDescription in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withExtension(Object... values)
withExtension in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withExtension(Collection<Object> values)
withExtension in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withId(String value)
withId in class AbstractSWEIdentifiableTypepublic AbstractDataComponentType withExtension(List<Object> value)
withExtension in class AbstractSWEIdentifiableType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||