|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.arml.v_2_0.ARElementType
net.opengis.arml.v_2_0.FeatureType
public class FeatureType
Java class for FeatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureType">
<complexContent>
<extension base="{http://www.opengis.net/arml/2.0}ARElementType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="metadata" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="anchors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/arml/2.0}Anchor" maxOccurs="unbounded" minOccurs="0"/>
<element name="anchorRef" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FeatureType.Anchors
Java class for anonymous complex type. |
static class |
FeatureType.Metadata
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected FeatureType.Anchors |
anchors
|
protected String |
description
|
protected Boolean |
enabled
|
protected FeatureType.Metadata |
metadata
|
protected String |
name
|
| Fields inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
id |
| Constructor Summary | |
|---|---|
FeatureType()
|
|
| 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)
|
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.EqualsStrategy2 strategy)
|
FeatureType.Anchors |
getAnchors()
Gets the value of the anchors property. |
String |
getDescription()
Gets the value of the description property. |
FeatureType.Metadata |
getMetadata()
Gets the value of the metadata property. |
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.HashCodeStrategy2 strategy)
|
Boolean |
isEnabled()
Gets the value of the enabled property. |
boolean |
isSetAnchors()
|
boolean |
isSetDescription()
|
boolean |
isSetEnabled()
|
boolean |
isSetMetadata()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAnchors(FeatureType.Anchors value)
Sets the value of the anchors property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEnabled(Boolean value)
Sets the value of the enabled property. |
void |
setMetadata(FeatureType.Metadata value)
Sets the value of the metadata property. |
void |
setName(String value)
Sets the value of the name property. |
String |
toString()
|
FeatureType |
withAnchors(FeatureType.Anchors value)
|
FeatureType |
withDescription(String value)
|
FeatureType |
withEnabled(Boolean value)
|
FeatureType |
withId(String value)
|
FeatureType |
withMetadata(FeatureType.Metadata value)
|
FeatureType |
withName(String value)
|
| Methods inherited from class net.opengis.arml.v_2_0.ARElementType |
|---|
getId, isSetId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected Boolean enabled
protected FeatureType.Metadata metadata
protected FeatureType.Anchors anchors
| Constructor Detail |
|---|
public FeatureType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public FeatureType.Metadata getMetadata()
FeatureType.Metadatapublic void setMetadata(FeatureType.Metadata value)
value - allowed object is
FeatureType.Metadatapublic boolean isSetMetadata()
public FeatureType.Anchors getAnchors()
FeatureType.Anchorspublic void setAnchors(FeatureType.Anchors value)
value - allowed object is
FeatureType.Anchorspublic boolean isSetAnchors()
public String toString()
toString in class ARElementType
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 ARElementType
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 ARElementType
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 ARElementTypepublic boolean equals(Object object)
equals in class ARElementType
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 ARElementTypepublic int hashCode()
hashCode in class ARElementTypepublic Object clone()
clone in class ARElementTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ARElementType
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 ARElementTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ARElementType
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 ARElementTypepublic FeatureType withName(String value)
public FeatureType withDescription(String value)
public FeatureType withEnabled(Boolean value)
public FeatureType withMetadata(FeatureType.Metadata value)
public FeatureType withAnchors(FeatureType.Anchors value)
public FeatureType withId(String value)
withId in class ARElementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||