net.opengis.kml.v_2_3
Class DocumentType

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.DocumentType
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 DocumentType
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 DocumentType complex type.

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

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


Field Summary
protected  List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup
           
protected  List<AbstractObjectType> documentObjectExtensionGroup
           
protected  List<Object> documentSimpleExtensionGroup
           
protected  List<SchemaType> schema
           
 
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
DocumentType()
           
 
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> getDocumentObjectExtensionGroup()
          Gets the value of the documentObjectExtensionGroup property.
 List<Object> getDocumentSimpleExtensionGroup()
          Gets the value of the documentSimpleExtensionGroup property.
 List<SchemaType> getSchema()
          Gets the value of the schema property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractFeatureGroup()
           
 boolean isSetDocumentObjectExtensionGroup()
           
 boolean isSetDocumentSimpleExtensionGroup()
           
 boolean isSetSchema()
           
 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 setDocumentObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setDocumentSimpleExtensionGroup(List<Object> value)
           
 void setSchema(List<SchemaType> value)
           
 String toString()
           
 void unsetAbstractFeatureGroup()
           
 void unsetDocumentObjectExtensionGroup()
           
 void unsetDocumentSimpleExtensionGroup()
           
 void unsetSchema()
           
 DocumentType withAbstractContainerObjectExtensionGroup(AbstractObjectType... values)
           
 DocumentType withAbstractContainerObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 DocumentType withAbstractContainerObjectExtensionGroup(List<AbstractObjectType> value)
           
 DocumentType withAbstractContainerSimpleExtensionGroup(Collection<Object> values)
           
 DocumentType withAbstractContainerSimpleExtensionGroup(List<Object> value)
           
 DocumentType withAbstractContainerSimpleExtensionGroup(Object... values)
           
 DocumentType withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 DocumentType withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
           
 DocumentType withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType>... values)
           
 DocumentType withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 DocumentType withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 DocumentType withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 DocumentType withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 DocumentType withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 DocumentType withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 DocumentType withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 DocumentType withAbstractSnippetGroup(JAXBElement<?> value)
           
 DocumentType withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 DocumentType withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 DocumentType withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 DocumentType withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 DocumentType withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 DocumentType withAddress(String value)
           
 DocumentType withAddressDetails(AddressDetails value)
           
 DocumentType withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 DocumentType withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 DocumentType withBalloonVisibility(Boolean value)
           
 DocumentType withDescription(String value)
           
 DocumentType withDocumentObjectExtensionGroup(AbstractObjectType... values)
           
 DocumentType withDocumentObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 DocumentType withDocumentObjectExtensionGroup(List<AbstractObjectType> value)
           
 DocumentType withDocumentSimpleExtensionGroup(Collection<Object> values)
           
 DocumentType withDocumentSimpleExtensionGroup(List<Object> value)
           
 DocumentType withDocumentSimpleExtensionGroup(Object... values)
           
 DocumentType withId(String value)
           
 DocumentType withName(String value)
           
 DocumentType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 DocumentType withObjectSimpleExtensionGroup(List<Object> value)
           
 DocumentType withObjectSimpleExtensionGroup(Object... values)
           
 DocumentType withOpen(Boolean value)
           
 DocumentType withPhoneNumber(String value)
           
 DocumentType withRegion(RegionType value)
           
 DocumentType withSchema(Collection<SchemaType> values)
           
 DocumentType withSchema(List<SchemaType> value)
           
 DocumentType withSchema(SchemaType... values)
           
 DocumentType withStyleUrl(String value)
           
 DocumentType withTargetId(String value)
           
 DocumentType 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

schema

protected List<SchemaType> schema

abstractFeatureGroup

protected List<JAXBElement<? extends AbstractFeatureType>> abstractFeatureGroup

documentSimpleExtensionGroup

protected List<Object> documentSimpleExtensionGroup

documentObjectExtensionGroup

protected List<AbstractObjectType> documentObjectExtensionGroup
Constructor Detail

DocumentType

public DocumentType()
Method Detail

getSchema

public List<SchemaType> getSchema()
Gets the value of the schema 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 schema property.

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

    getSchema().add(newItem);
 

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


isSetSchema

public boolean isSetSchema()

unsetSchema

public void unsetSchema()

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

getDocumentSimpleExtensionGroup

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

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

    getDocumentSimpleExtensionGroup().add(newItem);
 

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


isSetDocumentSimpleExtensionGroup

public boolean isSetDocumentSimpleExtensionGroup()

unsetDocumentSimpleExtensionGroup

public void unsetDocumentSimpleExtensionGroup()

getDocumentObjectExtensionGroup

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

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

    getDocumentObjectExtensionGroup().add(newItem);
 

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


isSetDocumentObjectExtensionGroup

public boolean isSetDocumentObjectExtensionGroup()

unsetDocumentObjectExtensionGroup

public void unsetDocumentObjectExtensionGroup()

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

setSchema

public void setSchema(List<SchemaType> value)

setAbstractFeatureGroup

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

setDocumentSimpleExtensionGroup

public void setDocumentSimpleExtensionGroup(List<Object> value)

setDocumentObjectExtensionGroup

public void setDocumentObjectExtensionGroup(List<AbstractObjectType> value)

withSchema

public DocumentType withSchema(SchemaType... values)

withSchema

public DocumentType withSchema(Collection<SchemaType> values)

withAbstractFeatureGroup

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

withAbstractFeatureGroup

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

withDocumentSimpleExtensionGroup

public DocumentType withDocumentSimpleExtensionGroup(Object... values)

withDocumentSimpleExtensionGroup

public DocumentType withDocumentSimpleExtensionGroup(Collection<Object> values)

withDocumentObjectExtensionGroup

public DocumentType withDocumentObjectExtensionGroup(AbstractObjectType... values)

withDocumentObjectExtensionGroup

public DocumentType withDocumentObjectExtensionGroup(Collection<AbstractObjectType> values)

withSchema

public DocumentType withSchema(List<SchemaType> value)

withAbstractFeatureGroup

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

withDocumentSimpleExtensionGroup

public DocumentType withDocumentSimpleExtensionGroup(List<Object> value)

withDocumentObjectExtensionGroup

public DocumentType withDocumentObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractContainerSimpleExtensionGroup

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

withAbstractContainerSimpleExtensionGroup

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

withAbstractContainerObjectExtensionGroup

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

withAbstractContainerObjectExtensionGroup

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

withAbstractContainerSimpleExtensionGroup

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

withAbstractContainerObjectExtensionGroup

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

withName

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

withVisibility

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

withBalloonVisibility

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

withOpen

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

withAtomAuthor

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

withAtomLink

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

withAddress

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

withAddressDetails

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

withPhoneNumber

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

withAbstractSnippetGroup

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

withDescription

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

withAbstractViewGroup

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

withAbstractTimePrimitiveGroup

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

withStyleUrl

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

withAbstractStyleSelectorGroup

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

withAbstractStyleSelectorGroup

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

withRegion

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

withAbstractExtendedDataGroup

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

withAbstractFeatureSimpleExtensionGroup

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

withAbstractFeatureSimpleExtensionGroup

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

withAbstractFeatureObjectExtensionGroup

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

withAbstractFeatureObjectExtensionGroup

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

withAbstractStyleSelectorGroup

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

withAbstractFeatureSimpleExtensionGroup

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

withAbstractFeatureObjectExtensionGroup

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

withObjectSimpleExtensionGroup

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

withObjectSimpleExtensionGroup

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

withId

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

withTargetId

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

withObjectSimpleExtensionGroup

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


Copyright © 2008-2015. All Rights Reserved.