net.opengis.kml.v_2_3
Class PolyStyleType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractSubStyleType
          extended by net.opengis.kml.v_2_3.AbstractColorStyleType
              extended by net.opengis.kml.v_2_3.PolyStyleType
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 PolyStyleType
extends AbstractColorStyleType
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 PolyStyleType complex type.

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

 <complexType name="PolyStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}fill" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}outline" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PolyStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PolyStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean fill
           
protected  Boolean outline
           
protected  List<AbstractObjectType> polyStyleObjectExtensionGroup
           
protected  List<Object> polyStyleSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractColorStyleType
abstractColorMode, abstractColorStyleObjectExtensionGroup, abstractColorStyleSimpleExtensionGroup, color
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractSubStyleType
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
PolyStyleType()
           
 
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)
           
 List<AbstractObjectType> getPolyStyleObjectExtensionGroup()
          Gets the value of the polyStyleObjectExtensionGroup property.
 List<Object> getPolyStyleSimpleExtensionGroup()
          Gets the value of the polyStyleSimpleExtensionGroup property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 Boolean isFill()
          Gets the value of the fill property.
 Boolean isOutline()
          Gets the value of the outline property.
 boolean isSetFill()
           
 boolean isSetOutline()
           
 boolean isSetPolyStyleObjectExtensionGroup()
           
 boolean isSetPolyStyleSimpleExtensionGroup()
           
 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 setFill(Boolean value)
          Sets the value of the fill property.
 void setOutline(Boolean value)
          Sets the value of the outline property.
 void setPolyStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setPolyStyleSimpleExtensionGroup(List<Object> value)
           
 String toString()
           
 void unsetPolyStyleObjectExtensionGroup()
           
 void unsetPolyStyleSimpleExtensionGroup()
           
 PolyStyleType withAbstractColorMode(JAXBElement<?> value)
           
 PolyStyleType withAbstractColorStyleObjectExtensionGroup(AbstractObjectType... values)
           
 PolyStyleType withAbstractColorStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PolyStyleType withAbstractColorStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 PolyStyleType withAbstractColorStyleSimpleExtensionGroup(Collection<Object> values)
           
 PolyStyleType withAbstractColorStyleSimpleExtensionGroup(List<Object> value)
           
 PolyStyleType withAbstractColorStyleSimpleExtensionGroup(Object... values)
           
 PolyStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
           
 PolyStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PolyStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 PolyStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
           
 PolyStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
           
 PolyStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
           
 PolyStyleType withColor(byte[] value)
           
 PolyStyleType withFill(Boolean value)
           
 PolyStyleType withId(String value)
           
 PolyStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PolyStyleType withObjectSimpleExtensionGroup(List<Object> value)
           
 PolyStyleType withObjectSimpleExtensionGroup(Object... values)
           
 PolyStyleType withOutline(Boolean value)
           
 PolyStyleType withPolyStyleObjectExtensionGroup(AbstractObjectType... values)
           
 PolyStyleType withPolyStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PolyStyleType withPolyStyleObjectExtensionGroup(List<AbstractObjectType> value)
           
 PolyStyleType withPolyStyleSimpleExtensionGroup(Collection<Object> values)
           
 PolyStyleType withPolyStyleSimpleExtensionGroup(List<Object> value)
           
 PolyStyleType withPolyStyleSimpleExtensionGroup(Object... values)
           
 PolyStyleType withTargetId(String value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractColorStyleType
getAbstractColorMode, getAbstractColorStyleObjectExtensionGroup, getAbstractColorStyleSimpleExtensionGroup, getColor, isSetAbstractColorMode, isSetAbstractColorStyleObjectExtensionGroup, isSetAbstractColorStyleSimpleExtensionGroup, isSetColor, setAbstractColorMode, setAbstractColorStyleObjectExtensionGroup, setAbstractColorStyleSimpleExtensionGroup, setColor, unsetAbstractColorStyleObjectExtensionGroup, unsetAbstractColorStyleSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractSubStyleType
getAbstractSubStyleObjectExtensionGroup, getAbstractSubStyleSimpleExtensionGroup, isSetAbstractSubStyleObjectExtensionGroup, isSetAbstractSubStyleSimpleExtensionGroup, setAbstractSubStyleObjectExtensionGroup, setAbstractSubStyleSimpleExtensionGroup, unsetAbstractSubStyleObjectExtensionGroup, unsetAbstractSubStyleSimpleExtensionGroup
 
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

fill

protected Boolean fill

outline

protected Boolean outline

polyStyleSimpleExtensionGroup

protected List<Object> polyStyleSimpleExtensionGroup

polyStyleObjectExtensionGroup

protected List<AbstractObjectType> polyStyleObjectExtensionGroup
Constructor Detail

PolyStyleType

public PolyStyleType()
Method Detail

isFill

public Boolean isFill()
Gets the value of the fill property.

Returns:
possible object is Boolean

setFill

public void setFill(Boolean value)
Sets the value of the fill property.

Parameters:
value - allowed object is Boolean

isSetFill

public boolean isSetFill()

isOutline

public Boolean isOutline()
Gets the value of the outline property.

Returns:
possible object is Boolean

setOutline

public void setOutline(Boolean value)
Sets the value of the outline property.

Parameters:
value - allowed object is Boolean

isSetOutline

public boolean isSetOutline()

getPolyStyleSimpleExtensionGroup

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

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

    getPolyStyleSimpleExtensionGroup().add(newItem);
 

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


isSetPolyStyleSimpleExtensionGroup

public boolean isSetPolyStyleSimpleExtensionGroup()

unsetPolyStyleSimpleExtensionGroup

public void unsetPolyStyleSimpleExtensionGroup()

getPolyStyleObjectExtensionGroup

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

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

    getPolyStyleObjectExtensionGroup().add(newItem);
 

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


isSetPolyStyleObjectExtensionGroup

public boolean isSetPolyStyleObjectExtensionGroup()

unsetPolyStyleObjectExtensionGroup

public void unsetPolyStyleObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractColorStyleType

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 AbstractColorStyleType

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 AbstractColorStyleType

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 AbstractColorStyleType

equals

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

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 AbstractColorStyleType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractColorStyleType

clone

public Object clone()
Overrides:
clone in class AbstractColorStyleType

copyTo

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

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 AbstractColorStyleType

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 AbstractColorStyleType

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 AbstractColorStyleType

setPolyStyleSimpleExtensionGroup

public void setPolyStyleSimpleExtensionGroup(List<Object> value)

setPolyStyleObjectExtensionGroup

public void setPolyStyleObjectExtensionGroup(List<AbstractObjectType> value)

withFill

public PolyStyleType withFill(Boolean value)

withOutline

public PolyStyleType withOutline(Boolean value)

withPolyStyleSimpleExtensionGroup

public PolyStyleType withPolyStyleSimpleExtensionGroup(Object... values)

withPolyStyleSimpleExtensionGroup

public PolyStyleType withPolyStyleSimpleExtensionGroup(Collection<Object> values)

withPolyStyleObjectExtensionGroup

public PolyStyleType withPolyStyleObjectExtensionGroup(AbstractObjectType... values)

withPolyStyleObjectExtensionGroup

public PolyStyleType withPolyStyleObjectExtensionGroup(Collection<AbstractObjectType> values)

withPolyStyleSimpleExtensionGroup

public PolyStyleType withPolyStyleSimpleExtensionGroup(List<Object> value)

withPolyStyleObjectExtensionGroup

public PolyStyleType withPolyStyleObjectExtensionGroup(List<AbstractObjectType> value)

withColor

public PolyStyleType withColor(byte[] value)
Overrides:
withColor in class AbstractColorStyleType

withAbstractColorMode

public PolyStyleType withAbstractColorMode(JAXBElement<?> value)
Overrides:
withAbstractColorMode in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public PolyStyleType withAbstractColorStyleSimpleExtensionGroup(Object... values)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public PolyStyleType withAbstractColorStyleSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public PolyStyleType withAbstractColorStyleObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public PolyStyleType withAbstractColorStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleSimpleExtensionGroup

public PolyStyleType withAbstractColorStyleSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractColorStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractColorStyleObjectExtensionGroup

public PolyStyleType withAbstractColorStyleObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractColorStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public PolyStyleType withAbstractSubStyleSimpleExtensionGroup(Object... values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public PolyStyleType withAbstractSubStyleSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public PolyStyleType withAbstractSubStyleObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public PolyStyleType withAbstractSubStyleObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleSimpleExtensionGroup

public PolyStyleType withAbstractSubStyleSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractSubStyleSimpleExtensionGroup in class AbstractColorStyleType

withAbstractSubStyleObjectExtensionGroup

public PolyStyleType withAbstractSubStyleObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractSubStyleObjectExtensionGroup in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public PolyStyleType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public PolyStyleType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType

withId

public PolyStyleType withId(String value)
Overrides:
withId in class AbstractColorStyleType

withTargetId

public PolyStyleType withTargetId(String value)
Overrides:
withTargetId in class AbstractColorStyleType

withObjectSimpleExtensionGroup

public PolyStyleType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractColorStyleType


Copyright © 2008-2016. All Rights Reserved.