net.opengis.kml.v_2_3
Class FolderType

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.AbstractContainerType
              extended by net.opengis.kml.v_2_3.FolderType
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 FolderType
extends AbstractContainerType
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 FolderType complex type.

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

 <complexType name="FolderType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractContainerType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}FolderSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}FolderObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup
           
protected  List<AbstractObjectType> folderObjectExtensionGroup
           
protected  List<Object> folderSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractContainerType
abstractContainerObjectExtensionGroup, abstractContainerSimpleExtensionGroup
 
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
FolderType()
           
 
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<JAXBElement<? extends AbstractFeatureType>> getAbstractFeatureGroup()
          Gets the value of the abstractFeatureGroup property.
 List<AbstractObjectType> getFolderObjectExtensionGroup()
          Gets the value of the folderObjectExtensionGroup property.
 List<Object> getFolderSimpleExtensionGroup()
          Gets the value of the folderSimpleExtensionGroup property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractFeatureGroup()
           
 boolean isSetFolderObjectExtensionGroup()
           
 boolean isSetFolderSimpleExtensionGroup()
           
 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 setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 void setFolderObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setFolderSimpleExtensionGroup(List<Object> value)
           
 String toString()
           
 void unsetAbstractFeatureGroup()
           
 void unsetFolderObjectExtensionGroup()
           
 void unsetFolderSimpleExtensionGroup()
           
 FolderType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
           
 FolderType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 FolderType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
           
 FolderType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
           
 FolderType withAbstractContainerSimpleExtensionGroup(List<Object> value)
           
 FolderType withAbstractContainerSimpleExtensionGroup(Object... values)
           
 FolderType withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 FolderType withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
           
 FolderType withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType>... values)
           
 FolderType withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 FolderType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 FolderType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 FolderType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 FolderType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 FolderType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 FolderType withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 FolderType withAbstractSnippetGroup(JAXBElement<?> value)
           
 FolderType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 FolderType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 FolderType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 FolderType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 FolderType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 FolderType withAddress(String value)
           
 FolderType withAddressDetails(AddressDetails value)
           
 FolderType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 FolderType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 FolderType withBalloonVisibility(Boolean value)
           
 FolderType withDescription(String value)
           
 FolderType withFolderObjectExtensionGroup(AbstractObjectType... values)
           
 FolderType withFolderObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 FolderType withFolderObjectExtensionGroup(List<AbstractObjectType> value)
           
 FolderType withFolderSimpleExtensionGroup(Collection<Object> values)
           
 FolderType withFolderSimpleExtensionGroup(List<Object> value)
           
 FolderType withFolderSimpleExtensionGroup(Object... values)
           
 FolderType withId(String value)
           
 FolderType withName(String value)
           
 FolderType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 FolderType withObjectSimpleExtensionGroup(List<Object> value)
           
 FolderType withObjectSimpleExtensionGroup(Object... values)
           
 FolderType withOpen(Boolean value)
           
 FolderType withPhoneNumber(String value)
           
 FolderType withRegion(RegionType value)
           
 FolderType withStyleUrl(String value)
           
 FolderType withTargetId(String value)
           
 FolderType withVisibility(Boolean value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractContainerType
getAbstractContainerObjectExtensionGroup, getAbstractContainerSimpleExtensionGroup, isSetAbstractContainerObjectExtensionGroup, isSetAbstractContainerSimpleExtensionGroup, setAbstractContainerObjectExtensionGroup, setAbstractContainerSimpleExtensionGroup, unsetAbstractContainerObjectExtensionGroup, unsetAbstractContainerSimpleExtensionGroup
 
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

abstractFeatureGroup

protected List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup

folderSimpleExtensionGroup

protected List<Object> folderSimpleExtensionGroup

folderObjectExtensionGroup

protected List<AbstractObjectType> folderObjectExtensionGroup
Constructor Detail

FolderType

public FolderType()
Method Detail

getAbstractFeatureGroup

public List<JAXBElement<? extends AbstractFeatureType>> getAbstractFeatureGroup()
Gets the value of the abstractFeatureGroup 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 abstractFeatureGroup property.

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

    getAbstractFeatureGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<DocumentType> JAXBElement<AbstractOverlayType> JAXBElement<FolderType> JAXBElement<TourType> JAXBElement<GroundOverlayType> JAXBElement<NetworkLinkType> JAXBElement<ScreenOverlayType> JAXBElement<AbstractFeatureType> JAXBElement<AbstractContainerType> JAXBElement<PhotoOverlayType> JAXBElement<PlacemarkType>


isSetAbstractFeatureGroup

public boolean isSetAbstractFeatureGroup()

unsetAbstractFeatureGroup

public void unsetAbstractFeatureGroup()

getFolderSimpleExtensionGroup

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

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

    getFolderSimpleExtensionGroup().add(newItem);
 

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


isSetFolderSimpleExtensionGroup

public boolean isSetFolderSimpleExtensionGroup()

unsetFolderSimpleExtensionGroup

public void unsetFolderSimpleExtensionGroup()

getFolderObjectExtensionGroup

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

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

    getFolderObjectExtensionGroup().add(newItem);
 

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


isSetFolderObjectExtensionGroup

public boolean isSetFolderObjectExtensionGroup()

unsetFolderObjectExtensionGroup

public void unsetFolderObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractContainerType

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 AbstractContainerType

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 AbstractContainerType

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 AbstractContainerType

equals

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

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 AbstractContainerType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractContainerType

clone

public Object clone()
Overrides:
clone in class AbstractContainerType

copyTo

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

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 AbstractContainerType

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 AbstractContainerType

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 AbstractContainerType

setAbstractFeatureGroup

public void setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)

setFolderSimpleExtensionGroup

public void setFolderSimpleExtensionGroup(List<Object> value)

setFolderObjectExtensionGroup

public void setFolderObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractFeatureGroup

public FolderType withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType>... values)

withAbstractFeatureGroup

public FolderType withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)

withFolderSimpleExtensionGroup

public FolderType withFolderSimpleExtensionGroup(Object... values)

withFolderSimpleExtensionGroup

public FolderType withFolderSimpleExtensionGroup(Collection<Object> values)

withFolderObjectExtensionGroup

public FolderType withFolderObjectExtensionGroup(AbstractObjectType... values)

withFolderObjectExtensionGroup

public FolderType withFolderObjectExtensionGroup(Collection<AbstractObjectType> values)

withAbstractFeatureGroup

public FolderType withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)

withFolderSimpleExtensionGroup

public FolderType withFolderSimpleExtensionGroup(List<Object> value)

withFolderObjectExtensionGroup

public FolderType withFolderObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractContainerSimpleExtensionGroup

public FolderType withAbstractContainerSimpleExtensionGroup(Object... values)
Overrides:
withAbstractContainerSimpleExtensionGroup in class AbstractContainerType

withAbstractContainerSimpleExtensionGroup

public FolderType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractContainerSimpleExtensionGroup in class AbstractContainerType

withAbstractContainerObjectExtensionGroup

public FolderType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractContainerObjectExtensionGroup in class AbstractContainerType

withAbstractContainerObjectExtensionGroup

public FolderType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractContainerObjectExtensionGroup in class AbstractContainerType

withAbstractContainerSimpleExtensionGroup

public FolderType withAbstractContainerSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractContainerSimpleExtensionGroup in class AbstractContainerType

withAbstractContainerObjectExtensionGroup

public FolderType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractContainerObjectExtensionGroup in class AbstractContainerType

withName

public FolderType withName(String value)
Overrides:
withName in class AbstractContainerType

withVisibility

public FolderType withVisibility(Boolean value)
Overrides:
withVisibility in class AbstractContainerType

withBalloonVisibility

public FolderType withBalloonVisibility(Boolean value)
Overrides:
withBalloonVisibility in class AbstractContainerType

withOpen

public FolderType withOpen(Boolean value)
Overrides:
withOpen in class AbstractContainerType

withAtomAuthor

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

withAtomLink

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

withAddress

public FolderType withAddress(String value)
Overrides:
withAddress in class AbstractContainerType

withAddressDetails

public FolderType withAddressDetails(AddressDetails value)
Overrides:
withAddressDetails in class AbstractContainerType

withPhoneNumber

public FolderType withPhoneNumber(String value)
Overrides:
withPhoneNumber in class AbstractContainerType

withAbstractSnippetGroup

public FolderType withAbstractSnippetGroup(JAXBElement<?> value)
Overrides:
withAbstractSnippetGroup in class AbstractContainerType

withDescription

public FolderType withDescription(String value)
Overrides:
withDescription in class AbstractContainerType

withAbstractViewGroup

public FolderType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
Overrides:
withAbstractViewGroup in class AbstractContainerType

withAbstractTimePrimitiveGroup

public FolderType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
Overrides:
withAbstractTimePrimitiveGroup in class AbstractContainerType

withStyleUrl

public FolderType withStyleUrl(String value)
Overrides:
withStyleUrl in class AbstractContainerType

withAbstractStyleSelectorGroup

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

withAbstractStyleSelectorGroup

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

withRegion

public FolderType withRegion(RegionType value)
Overrides:
withRegion in class AbstractContainerType

withAbstractExtendedDataGroup

public FolderType withAbstractExtendedDataGroup(JAXBElement<?> value)
Overrides:
withAbstractExtendedDataGroup in class AbstractContainerType

withAbstractFeatureSimpleExtensionGroup

public FolderType withAbstractFeatureSimpleExtensionGroup(Object... values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerType

withAbstractFeatureSimpleExtensionGroup

public FolderType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerType

withAbstractFeatureObjectExtensionGroup

public FolderType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractContainerType

withAbstractFeatureObjectExtensionGroup

public FolderType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractContainerType

withAbstractStyleSelectorGroup

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

withAbstractFeatureSimpleExtensionGroup

public FolderType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractFeatureSimpleExtensionGroup in class AbstractContainerType

withAbstractFeatureObjectExtensionGroup

public FolderType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractFeatureObjectExtensionGroup in class AbstractContainerType

withObjectSimpleExtensionGroup

public FolderType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractContainerType

withObjectSimpleExtensionGroup

public FolderType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractContainerType

withId

public FolderType withId(String value)
Overrides:
withId in class AbstractContainerType

withTargetId

public FolderType withTargetId(String value)
Overrides:
withTargetId in class AbstractContainerType

withObjectSimpleExtensionGroup

public FolderType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractContainerType


Copyright © 2008-2015. All Rights Reserved.