net.opengis.kml.v_2_3
Class AbstractFeatureType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractFeatureType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AbstractContainerType, AbstractOverlayType, NetworkLinkType, PlacemarkType, TourType

public abstract class AbstractFeatureType
extends AbstractObjectType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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/kml/2.2}AbstractObjectType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}name" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}visibility" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}balloonVisibility" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}open" minOccurs="0"/>
         <element ref="{http://www.w3.org/2005/Atom}author" minOccurs="0"/>
         <element ref="{http://www.w3.org/2005/Atom}link" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}address" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressDetails" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}phoneNumber" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractSnippetGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}description" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractViewGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractTimePrimitiveGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}styleUrl" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Region" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractExtendedDataGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> abstractExtendedDataGroup
           
protected  List<AbstractObjectType> abstractFeatureObjectExtensionGroup
           
protected  List<Object> abstractFeatureSimpleExtensionGroup
           
protected  JAXBElement<?> abstractSnippetGroup
           
protected  List<JAXBElement<? extends AbstractStyleSelectorType>> abstractStyleSelectorGroup
           
protected  JAXBElement<? extends AbstractTimePrimitiveType> abstractTimePrimitiveGroup
           
protected  JAXBElement<? extends AbstractViewType> abstractViewGroup
           
protected  String address
           
protected  AddressDetails addressDetails
           
protected  org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct atomAuthor
           
protected  org.hisrc.w3c.atom.v_1_0.Link atomLink
           
protected  Boolean balloonVisibility
           
protected  String description
           
protected  String name
           
protected  Boolean open
           
protected  String phoneNumber
           
protected  RegionType region
           
protected  String styleUrl
           
protected  Boolean visibility
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractFeatureType()
           
 
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)
           
 JAXBElement<?> getAbstractExtendedDataGroup()
          Gets the value of the abstractExtendedDataGroup property.
 List<AbstractObjectType> getAbstractFeatureObjectExtensionGroup()
          Gets the value of the abstractFeatureObjectExtensionGroup property.
 List<Object> getAbstractFeatureSimpleExtensionGroup()
          Gets the value of the abstractFeatureSimpleExtensionGroup property.
 JAXBElement<?> getAbstractSnippetGroup()
          Gets the value of the abstractSnippetGroup property.
 List<JAXBElement<? extends AbstractStyleSelectorType>> getAbstractStyleSelectorGroup()
          Gets the value of the abstractStyleSelectorGroup property.
 JAXBElement<? extends AbstractTimePrimitiveType> getAbstractTimePrimitiveGroup()
          Gets the value of the abstractTimePrimitiveGroup property.
 JAXBElement<? extends AbstractViewType> getAbstractViewGroup()
          Gets the value of the abstractViewGroup property.
 String getAddress()
          Gets the value of the address property.
 AddressDetails getAddressDetails()
          Gets the value of the addressDetails property.
 org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct getAtomAuthor()
          Gets the value of the atomAuthor property.
 org.hisrc.w3c.atom.v_1_0.Link getAtomLink()
          Gets the value of the atomLink property.
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 String getPhoneNumber()
          Gets the value of the phoneNumber property.
 RegionType getRegion()
          Gets the value of the region property.
 String getStyleUrl()
          Gets the value of the styleUrl property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 Boolean isBalloonVisibility()
          Gets the value of the balloonVisibility property.
 Boolean isOpen()
          Gets the value of the open property.
 boolean isSetAbstractExtendedDataGroup()
           
 boolean isSetAbstractFeatureObjectExtensionGroup()
           
 boolean isSetAbstractFeatureSimpleExtensionGroup()
           
 boolean isSetAbstractSnippetGroup()
           
 boolean isSetAbstractStyleSelectorGroup()
           
 boolean isSetAbstractTimePrimitiveGroup()
           
 boolean isSetAbstractViewGroup()
           
 boolean isSetAddress()
           
 boolean isSetAddressDetails()
           
 boolean isSetAtomAuthor()
           
 boolean isSetAtomLink()
           
 boolean isSetBalloonVisibility()
           
 boolean isSetDescription()
           
 boolean isSetName()
           
 boolean isSetOpen()
           
 boolean isSetPhoneNumber()
           
 boolean isSetRegion()
           
 boolean isSetStyleUrl()
           
 boolean isSetVisibility()
           
 Boolean isVisibility()
          Gets the value of the visibility 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 setAbstractExtendedDataGroup(JAXBElement<?> value)
          Sets the value of the abstractExtendedDataGroup property.
 void setAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 void setAbstractSnippetGroup(JAXBElement<?> value)
          Sets the value of the abstractSnippetGroup property.
 void setAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 void setAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
          Sets the value of the abstractTimePrimitiveGroup property.
 void setAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
          Sets the value of the abstractViewGroup property.
 void setAddress(String value)
          Sets the value of the address property.
 void setAddressDetails(AddressDetails value)
          Sets the value of the addressDetails property.
 void setAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
          Sets the value of the atomAuthor property.
 void setAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
          Sets the value of the atomLink property.
 void setBalloonVisibility(Boolean value)
          Sets the value of the balloonVisibility property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setOpen(Boolean value)
          Sets the value of the open property.
 void setPhoneNumber(String value)
          Sets the value of the phoneNumber property.
 void setRegion(RegionType value)
          Sets the value of the region property.
 void setStyleUrl(String value)
          Sets the value of the styleUrl property.
 void setVisibility(Boolean value)
          Sets the value of the visibility property.
 String toString()
           
 void unsetAbstractFeatureObjectExtensionGroup()
           
 void unsetAbstractFeatureSimpleExtensionGroup()
           
 void unsetAbstractStyleSelectorGroup()
           
 AbstractFeatureType withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 AbstractFeatureType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractFeatureType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractFeatureType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 AbstractFeatureType withAbstractSnippetGroup(JAXBElement<?> value)
           
 AbstractFeatureType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 AbstractFeatureType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 AbstractFeatureType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 AbstractFeatureType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 AbstractFeatureType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 AbstractFeatureType withAddress(String value)
           
 AbstractFeatureType withAddressDetails(AddressDetails value)
           
 AbstractFeatureType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 AbstractFeatureType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 AbstractFeatureType withBalloonVisibility(Boolean value)
           
 AbstractFeatureType withDescription(String value)
           
 AbstractFeatureType withId(String value)
           
 AbstractFeatureType withName(String value)
           
 AbstractFeatureType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractFeatureType withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractFeatureType withObjectSimpleExtensionGroup(Object... values)
           
 AbstractFeatureType withOpen(Boolean value)
           
 AbstractFeatureType withPhoneNumber(String value)
           
 AbstractFeatureType withRegion(RegionType value)
           
 AbstractFeatureType withStyleUrl(String value)
           
 AbstractFeatureType withTargetId(String value)
           
 AbstractFeatureType withVisibility(Boolean value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup
 
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

name

protected String name

visibility

protected Boolean visibility

balloonVisibility

protected Boolean balloonVisibility

open

protected Boolean open

atomAuthor

protected org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct atomAuthor

atomLink

protected org.hisrc.w3c.atom.v_1_0.Link atomLink

address

protected String address

addressDetails

protected AddressDetails addressDetails

phoneNumber

protected String phoneNumber

abstractSnippetGroup

protected JAXBElement<?> abstractSnippetGroup

description

protected String description

abstractViewGroup

protected JAXBElement<? extends AbstractViewType> abstractViewGroup

abstractTimePrimitiveGroup

protected JAXBElement<? extends AbstractTimePrimitiveType> abstractTimePrimitiveGroup

styleUrl

protected String styleUrl

abstractStyleSelectorGroup

protected List<JAXBElement<? extends AbstractStyleSelectorType>> abstractStyleSelectorGroup

region

protected RegionType region

abstractExtendedDataGroup

protected JAXBElement<?> abstractExtendedDataGroup

abstractFeatureSimpleExtensionGroup

protected List<Object> abstractFeatureSimpleExtensionGroup

abstractFeatureObjectExtensionGroup

protected List<AbstractObjectType> abstractFeatureObjectExtensionGroup
Constructor Detail

AbstractFeatureType

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

isVisibility

public Boolean isVisibility()
Gets the value of the visibility property.

Returns:
possible object is Boolean

setVisibility

public void setVisibility(Boolean value)
Sets the value of the visibility property.

Parameters:
value - allowed object is Boolean

isSetVisibility

public boolean isSetVisibility()

isBalloonVisibility

public Boolean isBalloonVisibility()
Gets the value of the balloonVisibility property.

Returns:
possible object is Boolean

setBalloonVisibility

public void setBalloonVisibility(Boolean value)
Sets the value of the balloonVisibility property.

Parameters:
value - allowed object is Boolean

isSetBalloonVisibility

public boolean isSetBalloonVisibility()

isOpen

public Boolean isOpen()
Gets the value of the open property.

Returns:
possible object is Boolean

setOpen

public void setOpen(Boolean value)
Sets the value of the open property.

Parameters:
value - allowed object is Boolean

isSetOpen

public boolean isSetOpen()

getAtomAuthor

public org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct getAtomAuthor()
Gets the value of the atomAuthor property.

Returns:
possible object is AtomPersonConstruct

setAtomAuthor

public void setAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
Sets the value of the atomAuthor property.

Parameters:
value - allowed object is AtomPersonConstruct

isSetAtomAuthor

public boolean isSetAtomAuthor()

getAtomLink

public org.hisrc.w3c.atom.v_1_0.Link getAtomLink()
Gets the value of the atomLink property.

Returns:
possible object is Link

setAtomLink

public void setAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
Sets the value of the atomLink property.

Parameters:
value - allowed object is Link

isSetAtomLink

public boolean isSetAtomLink()

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

isSetAddress

public boolean isSetAddress()

getAddressDetails

public AddressDetails getAddressDetails()
Gets the value of the addressDetails property.

Returns:
possible object is AddressDetails

setAddressDetails

public void setAddressDetails(AddressDetails value)
Sets the value of the addressDetails property.

Parameters:
value - allowed object is AddressDetails

isSetAddressDetails

public boolean isSetAddressDetails()

getPhoneNumber

public String getPhoneNumber()
Gets the value of the phoneNumber property.

Returns:
possible object is String

setPhoneNumber

public void setPhoneNumber(String value)
Sets the value of the phoneNumber property.

Parameters:
value - allowed object is String

isSetPhoneNumber

public boolean isSetPhoneNumber()

getAbstractSnippetGroup

public JAXBElement<?> getAbstractSnippetGroup()
Gets the value of the abstractSnippetGroup property.

Returns:
possible object is JAXBElement<String> JAXBElement<Object> JAXBElement<SnippetType>

setAbstractSnippetGroup

public void setAbstractSnippetGroup(JAXBElement<?> value)
Sets the value of the abstractSnippetGroup property.

Parameters:
value - allowed object is JAXBElement<String> JAXBElement<Object> JAXBElement<SnippetType>

isSetAbstractSnippetGroup

public boolean isSetAbstractSnippetGroup()

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

getAbstractViewGroup

public JAXBElement<? extends AbstractViewType> getAbstractViewGroup()
Gets the value of the abstractViewGroup property.

Returns:
possible object is JAXBElement<AbstractViewType> JAXBElement<LookAtType> JAXBElement<CameraType>

setAbstractViewGroup

public void setAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
Sets the value of the abstractViewGroup property.

Parameters:
value - allowed object is JAXBElement<AbstractViewType> JAXBElement<LookAtType> JAXBElement<CameraType>

isSetAbstractViewGroup

public boolean isSetAbstractViewGroup()

getAbstractTimePrimitiveGroup

public JAXBElement<? extends AbstractTimePrimitiveType> getAbstractTimePrimitiveGroup()
Gets the value of the abstractTimePrimitiveGroup property.

Returns:
possible object is JAXBElement<TimeSpanType> JAXBElement<TimeStampType> JAXBElement<AbstractTimePrimitiveType>

setAbstractTimePrimitiveGroup

public void setAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
Sets the value of the abstractTimePrimitiveGroup property.

Parameters:
value - allowed object is JAXBElement<TimeSpanType> JAXBElement<TimeStampType> JAXBElement<AbstractTimePrimitiveType>

isSetAbstractTimePrimitiveGroup

public boolean isSetAbstractTimePrimitiveGroup()

getStyleUrl

public String getStyleUrl()
Gets the value of the styleUrl property.

Returns:
possible object is String

setStyleUrl

public void setStyleUrl(String value)
Sets the value of the styleUrl property.

Parameters:
value - allowed object is String

isSetStyleUrl

public boolean isSetStyleUrl()

getAbstractStyleSelectorGroup

public List<JAXBElement<? extends AbstractStyleSelectorType>> getAbstractStyleSelectorGroup()
Gets the value of the abstractStyleSelectorGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstractStyleSelectorGroup property.

For example, to add a new item, do as follows:

    getAbstractStyleSelectorGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<StyleMapType> JAXBElement<AbstractStyleSelectorType> JAXBElement<StyleType>


isSetAbstractStyleSelectorGroup

public boolean isSetAbstractStyleSelectorGroup()

unsetAbstractStyleSelectorGroup

public void unsetAbstractStyleSelectorGroup()

getRegion

public RegionType getRegion()
Gets the value of the region property.

Returns:
possible object is RegionType

setRegion

public void setRegion(RegionType value)
Sets the value of the region property.

Parameters:
value - allowed object is RegionType

isSetRegion

public boolean isSetRegion()

getAbstractExtendedDataGroup

public JAXBElement<?> getAbstractExtendedDataGroup()
Gets the value of the abstractExtendedDataGroup property.

Returns:
possible object is JAXBElement<ExtendedDataType> JAXBElement<Object> JAXBElement<MetadataType>

setAbstractExtendedDataGroup

public void setAbstractExtendedDataGroup(JAXBElement<?> value)
Sets the value of the abstractExtendedDataGroup property.

Parameters:
value - allowed object is JAXBElement<ExtendedDataType> JAXBElement<Object> JAXBElement<MetadataType>

isSetAbstractExtendedDataGroup

public boolean isSetAbstractExtendedDataGroup()

getAbstractFeatureSimpleExtensionGroup

public List<Object> getAbstractFeatureSimpleExtensionGroup()
Gets the value of the abstractFeatureSimpleExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstractFeatureSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getAbstractFeatureSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetAbstractFeatureSimpleExtensionGroup

public boolean isSetAbstractFeatureSimpleExtensionGroup()

unsetAbstractFeatureSimpleExtensionGroup

public void unsetAbstractFeatureSimpleExtensionGroup()

getAbstractFeatureObjectExtensionGroup

public List<AbstractObjectType> getAbstractFeatureObjectExtensionGroup()
Gets the value of the abstractFeatureObjectExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstractFeatureObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getAbstractFeatureObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetAbstractFeatureObjectExtensionGroup

public boolean isSetAbstractFeatureObjectExtensionGroup()

unsetAbstractFeatureObjectExtensionGroup

public void unsetAbstractFeatureObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractObjectType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractObjectType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractObjectType

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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractObjectType

equals

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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractObjectType

clone

public Object clone()
Overrides:
clone in class AbstractObjectType

copyTo

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

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractObjectType

mergeFrom

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

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractObjectType

setAbstractStyleSelectorGroup

public void setAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)

setAbstractFeatureSimpleExtensionGroup

public void setAbstractFeatureSimpleExtensionGroup(List<Object> value)

setAbstractFeatureObjectExtensionGroup

public void setAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)

withName

public AbstractFeatureType withName(String value)

withVisibility

public AbstractFeatureType withVisibility(Boolean value)

withBalloonVisibility

public AbstractFeatureType withBalloonVisibility(Boolean value)

withOpen

public AbstractFeatureType withOpen(Boolean value)

withAtomAuthor

public AbstractFeatureType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)

withAtomLink

public AbstractFeatureType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)

withAddress

public AbstractFeatureType withAddress(String value)

withAddressDetails

public AbstractFeatureType withAddressDetails(AddressDetails value)

withPhoneNumber

public AbstractFeatureType withPhoneNumber(String value)

withAbstractSnippetGroup

public AbstractFeatureType withAbstractSnippetGroup(JAXBElement<?> value)

withDescription

public AbstractFeatureType withDescription(String value)

withAbstractViewGroup

public AbstractFeatureType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)

withAbstractTimePrimitiveGroup

public AbstractFeatureType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)

withStyleUrl

public AbstractFeatureType withStyleUrl(String value)

withAbstractStyleSelectorGroup

public AbstractFeatureType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)

withAbstractStyleSelectorGroup

public AbstractFeatureType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)

withRegion

public AbstractFeatureType withRegion(RegionType value)

withAbstractExtendedDataGroup

public AbstractFeatureType withAbstractExtendedDataGroup(JAXBElement<?> value)

withAbstractFeatureSimpleExtensionGroup

public AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(Object... values)

withAbstractFeatureSimpleExtensionGroup

public AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)

withAbstractFeatureObjectExtensionGroup

public AbstractFeatureType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)

withAbstractFeatureObjectExtensionGroup

public AbstractFeatureType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)

withAbstractStyleSelectorGroup

public AbstractFeatureType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)

withAbstractFeatureSimpleExtensionGroup

public AbstractFeatureType withAbstractFeatureSimpleExtensionGroup(List<Object> value)

withAbstractFeatureObjectExtensionGroup

public AbstractFeatureType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)

withObjectSimpleExtensionGroup

public AbstractFeatureType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType

withObjectSimpleExtensionGroup

public AbstractFeatureType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType

withId

public AbstractFeatureType withId(String value)
Overrides:
withId in class AbstractObjectType

withTargetId

public AbstractFeatureType withTargetId(String value)
Overrides:
withTargetId in class AbstractObjectType

withObjectSimpleExtensionGroup

public AbstractFeatureType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractObjectType


Copyright © 2008-2015. All Rights Reserved.