net.opengis.kml.v_2_3
Class PhotoOverlayType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractFeatureType
          extended by net.opengis.kml.v_2_3.AbstractOverlayType
              extended by net.opengis.kml.v_2_3.PhotoOverlayType
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

public class PhotoOverlayType
extends AbstractOverlayType
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 PhotoOverlayType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PhotoOverlayType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractOverlayType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}rotation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ViewVolume" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ImagePyramid" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Point" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}abstractShape" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PhotoOverlaySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PhotoOverlayObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> abstractShape
           
protected  ImagePyramidType imagePyramid
           
protected  List<AbstractObjectType> photoOverlayObjectExtensionGroup
           
protected  List<Object> photoOverlaySimpleExtensionGroup
           
protected  PointType point
           
protected  Double rotation
           
protected  ViewVolumeType viewVolume
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractOverlayType
abstractOverlayObjectExtensionGroup, abstractOverlaySimpleExtensionGroup, color, drawOrder, icon
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractFeatureType
abstractExtendedDataGroup, abstractFeatureObjectExtensionGroup, abstractFeatureSimpleExtensionGroup, abstractSnippetGroup, abstractStyleSelectorGroup, abstractTimePrimitiveGroup, abstractViewGroup, address, addressDetails, atomAuthor, atomLink, balloonVisibility, description, name, open, phoneNumber, region, styleUrl, visibility
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
PhotoOverlayType()
           
 
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)
           
 JAXBElement<?> getAbstractShape()
          Gets the value of the abstractShape property.
 ImagePyramidType getImagePyramid()
          Gets the value of the imagePyramid property.
 List<AbstractObjectType> getPhotoOverlayObjectExtensionGroup()
          Gets the value of the photoOverlayObjectExtensionGroup property.
 List<Object> getPhotoOverlaySimpleExtensionGroup()
          Gets the value of the photoOverlaySimpleExtensionGroup property.
 PointType getPoint()
          Gets the value of the point property.
 Double getRotation()
          Gets the value of the rotation property.
 ViewVolumeType getViewVolume()
          Gets the value of the viewVolume property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractShape()
           
 boolean isSetImagePyramid()
           
 boolean isSetPhotoOverlayObjectExtensionGroup()
           
 boolean isSetPhotoOverlaySimpleExtensionGroup()
           
 boolean isSetPoint()
           
 boolean isSetRotation()
           
 boolean isSetViewVolume()
           
 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 setAbstractShape(JAXBElement<?> value)
          Sets the value of the abstractShape property.
 void setImagePyramid(ImagePyramidType value)
          Sets the value of the imagePyramid property.
 void setPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setPhotoOverlaySimpleExtensionGroup(List<Object> value)
           
 void setPoint(PointType value)
          Sets the value of the point property.
 void setRotation(Double value)
          Sets the value of the rotation property.
 void setViewVolume(ViewVolumeType value)
          Sets the value of the viewVolume property.
 String toString()
           
 void unsetPhotoOverlayObjectExtensionGroup()
           
 void unsetPhotoOverlaySimpleExtensionGroup()
           
 PhotoOverlayType withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 PhotoOverlayType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 PhotoOverlayType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PhotoOverlayType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 PhotoOverlayType withAbstractOverlayObjectExtensionGroup(AbstractObjectType... values)
           
 PhotoOverlayType withAbstractOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PhotoOverlayType withAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
           
 PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Collection<Object> values)
           
 PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(List<Object> value)
           
 PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Object... values)
           
 PhotoOverlayType withAbstractShape(JAXBElement<?> value)
           
 PhotoOverlayType withAbstractSnippetGroup(JAXBElement<?> value)
           
 PhotoOverlayType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 PhotoOverlayType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 PhotoOverlayType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 PhotoOverlayType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 PhotoOverlayType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 PhotoOverlayType withAddress(String value)
           
 PhotoOverlayType withAddressDetails(AddressDetails value)
           
 PhotoOverlayType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 PhotoOverlayType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 PhotoOverlayType withBalloonVisibility(Boolean value)
           
 PhotoOverlayType withColor(byte[] value)
           
 PhotoOverlayType withDescription(String value)
           
 PhotoOverlayType withDrawOrder(Integer value)
           
 PhotoOverlayType withIcon(LinkType value)
           
 PhotoOverlayType withId(String value)
           
 PhotoOverlayType withImagePyramid(ImagePyramidType value)
           
 PhotoOverlayType withName(String value)
           
 PhotoOverlayType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PhotoOverlayType withObjectSimpleExtensionGroup(List<Object> value)
           
 PhotoOverlayType withObjectSimpleExtensionGroup(Object... values)
           
 PhotoOverlayType withOpen(Boolean value)
           
 PhotoOverlayType withPhoneNumber(String value)
           
 PhotoOverlayType withPhotoOverlayObjectExtensionGroup(AbstractObjectType... values)
           
 PhotoOverlayType withPhotoOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PhotoOverlayType withPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)
           
 PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Collection<Object> values)
           
 PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(List<Object> value)
           
 PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Object... values)
           
 PhotoOverlayType withPoint(PointType value)
           
 PhotoOverlayType withRegion(RegionType value)
           
 PhotoOverlayType withRotation(Double value)
           
 PhotoOverlayType withStyleUrl(String value)
           
 PhotoOverlayType withTargetId(String value)
           
 PhotoOverlayType withViewVolume(ViewVolumeType value)
           
 PhotoOverlayType withVisibility(Boolean value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractOverlayType
getAbstractOverlayObjectExtensionGroup, getAbstractOverlaySimpleExtensionGroup, getColor, getDrawOrder, getIcon, isSetAbstractOverlayObjectExtensionGroup, isSetAbstractOverlaySimpleExtensionGroup, isSetColor, isSetDrawOrder, isSetIcon, setAbstractOverlayObjectExtensionGroup, setAbstractOverlaySimpleExtensionGroup, setColor, setDrawOrder, setIcon, unsetAbstractOverlayObjectExtensionGroup, unsetAbstractOverlaySimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractFeatureType
getAbstractExtendedDataGroup, getAbstractFeatureObjectExtensionGroup, getAbstractFeatureSimpleExtensionGroup, getAbstractSnippetGroup, getAbstractStyleSelectorGroup, getAbstractTimePrimitiveGroup, getAbstractViewGroup, getAddress, getAddressDetails, getAtomAuthor, getAtomLink, getDescription, getName, getPhoneNumber, getRegion, getStyleUrl, isBalloonVisibility, isOpen, isSetAbstractExtendedDataGroup, isSetAbstractFeatureObjectExtensionGroup, isSetAbstractFeatureSimpleExtensionGroup, isSetAbstractSnippetGroup, isSetAbstractStyleSelectorGroup, isSetAbstractTimePrimitiveGroup, isSetAbstractViewGroup, isSetAddress, isSetAddressDetails, isSetAtomAuthor, isSetAtomLink, isSetBalloonVisibility, isSetDescription, isSetName, isSetOpen, isSetPhoneNumber, isSetRegion, isSetStyleUrl, isSetVisibility, isVisibility, setAbstractExtendedDataGroup, setAbstractFeatureObjectExtensionGroup, setAbstractFeatureSimpleExtensionGroup, setAbstractSnippetGroup, setAbstractStyleSelectorGroup, setAbstractTimePrimitiveGroup, setAbstractViewGroup, setAddress, setAddressDetails, setAtomAuthor, setAtomLink, setBalloonVisibility, setDescription, setName, setOpen, setPhoneNumber, setRegion, setStyleUrl, setVisibility, unsetAbstractFeatureObjectExtensionGroup, unsetAbstractFeatureSimpleExtensionGroup, unsetAbstractStyleSelectorGroup
 
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
 

Field Detail

rotation

protected Double rotation

viewVolume

protected ViewVolumeType viewVolume

imagePyramid

protected ImagePyramidType imagePyramid

point

protected PointType point

abstractShape

protected JAXBElement<?> abstractShape

photoOverlaySimpleExtensionGroup

protected List<Object> photoOverlaySimpleExtensionGroup

photoOverlayObjectExtensionGroup

protected List<AbstractObjectType> photoOverlayObjectExtensionGroup
Constructor Detail

PhotoOverlayType

public PhotoOverlayType()
Method Detail

getRotation

public Double getRotation()
Gets the value of the rotation property.

Returns:
possible object is Double

setRotation

public void setRotation(Double value)
Sets the value of the rotation property.

Parameters:
value - allowed object is Double

isSetRotation

public boolean isSetRotation()

getViewVolume

public ViewVolumeType getViewVolume()
Gets the value of the viewVolume property.

Returns:
possible object is ViewVolumeType

setViewVolume

public void setViewVolume(ViewVolumeType value)
Sets the value of the viewVolume property.

Parameters:
value - allowed object is ViewVolumeType

isSetViewVolume

public boolean isSetViewVolume()

getImagePyramid

public ImagePyramidType getImagePyramid()
Gets the value of the imagePyramid property.

Returns:
possible object is ImagePyramidType

setImagePyramid

public void setImagePyramid(ImagePyramidType value)
Sets the value of the imagePyramid property.

Parameters:
value - allowed object is ImagePyramidType

isSetImagePyramid

public boolean isSetImagePyramid()

getPoint

public PointType getPoint()
Gets the value of the point property.

Returns:
possible object is PointType

setPoint

public void setPoint(PointType value)
Sets the value of the point property.

Parameters:
value - allowed object is PointType

isSetPoint

public boolean isSetPoint()

getAbstractShape

public JAXBElement<?> getAbstractShape()
Gets the value of the abstractShape property.

Returns:
possible object is JAXBElement<String> JAXBElement<ShapeEnumType>

setAbstractShape

public void setAbstractShape(JAXBElement<?> value)
Sets the value of the abstractShape property.

Parameters:
value - allowed object is JAXBElement<String> JAXBElement<ShapeEnumType>

isSetAbstractShape

public boolean isSetAbstractShape()

getPhotoOverlaySimpleExtensionGroup

public List<Object> getPhotoOverlaySimpleExtensionGroup()
Gets the value of the photoOverlaySimpleExtensionGroup 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 photoOverlaySimpleExtensionGroup property.

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

    getPhotoOverlaySimpleExtensionGroup().add(newItem);
 

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


isSetPhotoOverlaySimpleExtensionGroup

public boolean isSetPhotoOverlaySimpleExtensionGroup()

unsetPhotoOverlaySimpleExtensionGroup

public void unsetPhotoOverlaySimpleExtensionGroup()

getPhotoOverlayObjectExtensionGroup

public List<AbstractObjectType> getPhotoOverlayObjectExtensionGroup()
Gets the value of the photoOverlayObjectExtensionGroup 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 photoOverlayObjectExtensionGroup property.

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

    getPhotoOverlayObjectExtensionGroup().add(newItem);
 

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


isSetPhotoOverlayObjectExtensionGroup

public boolean isSetPhotoOverlayObjectExtensionGroup()

unsetPhotoOverlayObjectExtensionGroup

public void unsetPhotoOverlayObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractOverlayType

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 AbstractOverlayType

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 AbstractOverlayType

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 AbstractOverlayType

equals

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

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 AbstractOverlayType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractOverlayType

clone

public Object clone()
Overrides:
clone in class AbstractOverlayType

copyTo

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

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 AbstractOverlayType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

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

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 AbstractOverlayType

setPhotoOverlaySimpleExtensionGroup

public void setPhotoOverlaySimpleExtensionGroup(List<Object> value)

setPhotoOverlayObjectExtensionGroup

public void setPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)

withRotation

public PhotoOverlayType withRotation(Double value)

withViewVolume

public PhotoOverlayType withViewVolume(ViewVolumeType value)

withImagePyramid

public PhotoOverlayType withImagePyramid(ImagePyramidType value)

withPoint

public PhotoOverlayType withPoint(PointType value)

withAbstractShape

public PhotoOverlayType withAbstractShape(JAXBElement<?> value)

withPhotoOverlaySimpleExtensionGroup

public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Object... values)

withPhotoOverlaySimpleExtensionGroup

public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(Collection<Object> values)

withPhotoOverlayObjectExtensionGroup

public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(AbstractObjectType... values)

withPhotoOverlayObjectExtensionGroup

public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)

withPhotoOverlaySimpleExtensionGroup

public PhotoOverlayType withPhotoOverlaySimpleExtensionGroup(List<Object> value)

withPhotoOverlayObjectExtensionGroup

public PhotoOverlayType withPhotoOverlayObjectExtensionGroup(List<AbstractObjectType> value)

withColor

public PhotoOverlayType withColor(byte[] value)
Overrides:
withColor in class AbstractOverlayType

withDrawOrder

public PhotoOverlayType withDrawOrder(Integer value)
Overrides:
withDrawOrder in class AbstractOverlayType

withIcon

public PhotoOverlayType withIcon(LinkType value)
Overrides:
withIcon in class AbstractOverlayType

withAbstractOverlaySimpleExtensionGroup

public PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Object... values)
Overrides:
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayType

withAbstractOverlaySimpleExtensionGroup

public PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayType

withAbstractOverlayObjectExtensionGroup

public PhotoOverlayType withAbstractOverlayObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayType

withAbstractOverlayObjectExtensionGroup

public PhotoOverlayType withAbstractOverlayObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayType

withAbstractOverlaySimpleExtensionGroup

public PhotoOverlayType withAbstractOverlaySimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractOverlaySimpleExtensionGroup in class AbstractOverlayType

withAbstractOverlayObjectExtensionGroup

public PhotoOverlayType withAbstractOverlayObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractOverlayObjectExtensionGroup in class AbstractOverlayType

withName

public PhotoOverlayType withName(String value)
Overrides:
withName in class AbstractOverlayType

withVisibility

public PhotoOverlayType withVisibility(Boolean value)
Overrides:
withVisibility in class AbstractOverlayType

withBalloonVisibility

public PhotoOverlayType withBalloonVisibility(Boolean value)
Overrides:
withBalloonVisibility in class AbstractOverlayType

withOpen

public PhotoOverlayType withOpen(Boolean value)
Overrides:
withOpen in class AbstractOverlayType

withAtomAuthor

public PhotoOverlayType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
Overrides:
withAtomAuthor in class AbstractOverlayType

withAtomLink

public PhotoOverlayType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
Overrides:
withAtomLink in class AbstractOverlayType

withAddress

public PhotoOverlayType withAddress(String value)
Overrides:
withAddress in class AbstractOverlayType

withAddressDetails

public PhotoOverlayType withAddressDetails(AddressDetails value)
Overrides:
withAddressDetails in class AbstractOverlayType

withPhoneNumber

public PhotoOverlayType withPhoneNumber(String value)
Overrides:
withPhoneNumber in class AbstractOverlayType

withAbstractSnippetGroup

public PhotoOverlayType withAbstractSnippetGroup(JAXBElement<?> value)
Overrides:
withAbstractSnippetGroup in class AbstractOverlayType

withDescription

public PhotoOverlayType withDescription(String value)
Overrides:
withDescription in class AbstractOverlayType

withAbstractViewGroup

public PhotoOverlayType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
Overrides:
withAbstractViewGroup in class AbstractOverlayType

withAbstractTimePrimitiveGroup

public PhotoOverlayType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
Overrides:
withAbstractTimePrimitiveGroup in class AbstractOverlayType

withStyleUrl

public PhotoOverlayType withStyleUrl(String value)
Overrides:
withStyleUrl in class AbstractOverlayType

withAbstractStyleSelectorGroup

public PhotoOverlayType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
Overrides:
withAbstractStyleSelectorGroup in class AbstractOverlayType

withAbstractStyleSelectorGroup

public PhotoOverlayType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
Overrides:
withAbstractStyleSelectorGroup in class AbstractOverlayType

withRegion

public PhotoOverlayType withRegion(RegionType value)
Overrides:
withRegion in class AbstractOverlayType

withAbstractExtendedDataGroup

public PhotoOverlayType withAbstractExtendedDataGroup(JAXBElement<?> value)
Overrides:
withAbstractExtendedDataGroup in class AbstractOverlayType

withAbstractFeatureSimpleExtensionGroup

public PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Object... values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayType

withAbstractFeatureSimpleExtensionGroup

public PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayType

withAbstractFeatureObjectExtensionGroup

public PhotoOverlayType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayType

withAbstractFeatureObjectExtensionGroup

public PhotoOverlayType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayType

withAbstractStyleSelectorGroup

public PhotoOverlayType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
Overrides:
withAbstractStyleSelectorGroup in class AbstractOverlayType

withAbstractFeatureSimpleExtensionGroup

public PhotoOverlayType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractOverlayType

withAbstractFeatureObjectExtensionGroup

public PhotoOverlayType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractOverlayType

withObjectSimpleExtensionGroup

public PhotoOverlayType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractOverlayType

withObjectSimpleExtensionGroup

public PhotoOverlayType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractOverlayType

withId

public PhotoOverlayType withId(String value)
Overrides:
withId in class AbstractOverlayType

withTargetId

public PhotoOverlayType withTargetId(String value)
Overrides:
withTargetId in class AbstractOverlayType

withObjectSimpleExtensionGroup

public PhotoOverlayType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractOverlayType


Copyright © 2008-2016. All Rights Reserved.