net.opengis.arml.v_2_0
Class FeatureType

java.lang.Object
  extended by net.opengis.arml.v_2_0.ARElementType
      extended by net.opengis.arml.v_2_0.FeatureType
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 FeatureType
extends ARElementType
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 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.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)
           
 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.HashCodeStrategy 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.MergeStrategy 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

name

protected String name

description

protected String description

enabled

protected Boolean enabled

metadata

protected FeatureType.Metadata metadata

anchors

protected FeatureType.Anchors anchors
Constructor Detail

FeatureType

public FeatureType()
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()

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

isEnabled

public Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(Boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean

isSetEnabled

public boolean isSetEnabled()

getMetadata

public FeatureType.Metadata getMetadata()
Gets the value of the metadata property.

Returns:
possible object is FeatureType.Metadata

setMetadata

public void setMetadata(FeatureType.Metadata value)
Sets the value of the metadata property.

Parameters:
value - allowed object is FeatureType.Metadata

isSetMetadata

public boolean isSetMetadata()

getAnchors

public FeatureType.Anchors getAnchors()
Gets the value of the anchors property.

Returns:
possible object is FeatureType.Anchors

setAnchors

public void setAnchors(FeatureType.Anchors value)
Sets the value of the anchors property.

Parameters:
value - allowed object is FeatureType.Anchors

isSetAnchors

public boolean isSetAnchors()

toString

public String toString()
Overrides:
toString in class ARElementType

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 ARElementType

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 ARElementType

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 ARElementType

equals

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

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 ARElementType

hashCode

public int hashCode()
Overrides:
hashCode in class ARElementType

clone

public Object clone()
Overrides:
clone in class ARElementType

copyTo

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

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 ARElementType

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

mergeFrom

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

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 ARElementType

withName

public FeatureType withName(String value)

withDescription

public FeatureType withDescription(String value)

withEnabled

public FeatureType withEnabled(Boolean value)

withMetadata

public FeatureType withMetadata(FeatureType.Metadata value)

withAnchors

public FeatureType withAnchors(FeatureType.Anchors value)

withId

public FeatureType withId(String value)
Overrides:
withId in class ARElementType


Copyright © 2008-2015. All Rights Reserved.