net.opengis.gml.schema
Class AbstractFeatureType
java.lang.Object
   net.opengis.gml.schema.AbstractFeatureBaseType
net.opengis.gml.schema.AbstractFeatureBaseType
       net.opengis.gml.schema.AbstractFeatureType
net.opengis.gml.schema.AbstractFeatureType
- All Implemented Interfaces: 
- Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
- public abstract class AbstractFeatureType 
- extends AbstractFeatureBaseType- implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
An abstract feature provides a set of common properties,
             including id, name and description inherited from
             AbstractGMLType, plus boundedBy.  A concrete feature type
             must derive from this type and specify additional properties
             in an application schema.
          
 
 
Java class for AbstractFeatureType complex type.
 
 
The following schema fragment specifies the expected content contained within this class.
 
 
 <complexType name="AbstractFeatureType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}boundedBy" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
- See Also:
- Serialized Form
 
 
 
| 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)
 | 
|  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)
 | 
|  BoundedBy | getBoundedBy()Gets the value of the boundedBy property.
 | 
|  int | hashCode()
 | 
|  int | hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
         org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
 | 
|  boolean | isSetBoundedBy()
 | 
|  void | setBoundedBy(BoundedBy value)Sets the value of the boundedBy property.
 | 
|  String | toString()
 | 
 
| Methods inherited from class net.opengis.gml.schema.AbstractFeatureBaseType | 
| createNewInstance, getDescription, getId, getNames, isSetDescription, isSetId, isSetNames, setDescription, setId, setNames, unsetNames | 
 
 
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo | 
| createNewInstance | 
 
boundedBy
protected BoundedBy boundedBy
AbstractFeatureType
public AbstractFeatureType()
getBoundedBy
public BoundedBy getBoundedBy()
- Gets the value of the boundedBy property.
 
- 
 
- 
- Returns:
- possible object is
     BoundedBy
 
setBoundedBy
public void setBoundedBy(BoundedBy value)
- Sets the value of the boundedBy property.
 
- 
 
- 
- Parameters:
- value- allowed object is- BoundedBy
 
isSetBoundedBy
public boolean isSetBoundedBy()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- AbstractFeatureBaseType
 
- 
 
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- 
- Specified by:
- appendin interface- org.jvnet.jaxb2_commons.lang.ToString
- Overrides:
- appendin class- AbstractFeatureBaseType
 
- 
 
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- 
- Specified by:
- appendFieldsin interface- org.jvnet.jaxb2_commons.lang.ToString
- Overrides:
- appendFieldsin class- AbstractFeatureBaseType
 
- 
 
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:
- equalsin interface- org.jvnet.jaxb2_commons.lang.Equals
- Overrides:
- equalsin class- AbstractFeatureBaseType
 
- 
 
equals
public boolean equals(Object object)
- 
- Overrides:
- equalsin class- AbstractFeatureBaseType
 
- 
 
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- 
- Specified by:
- hashCodein interface- org.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
- hashCodein class- AbstractFeatureBaseType
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- AbstractFeatureBaseType
 
- 
 
clone
public Object clone()
- 
- Overrides:
- clonein class- AbstractFeatureBaseType
 
- 
 
copyTo
public Object copyTo(Object target)
- 
- Specified by:
- copyToin interface- org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
- copyToin class- AbstractFeatureBaseType
 
- 
 
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- 
- Specified by:
- copyToin interface- org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
- copyToin class- AbstractFeatureBaseType
 
- 
 
Copyright © 2011 TRiDaS. All Rights Reserved.