net.opengis.iso19139.gmd.v_20060504
Class DSOtherAggregateType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20060504.AbstractObjectType
      extended by net.opengis.iso19139.gmd.v_20060504.AbstractDSAggregateType
          extended by net.opengis.iso19139.gmd.v_20060504.DSOtherAggregateType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
DSStereoMateType

public class DSOtherAggregateType
extends AbstractDSAggregateType
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 DS_OtherAggregate_Type complex type.

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

 <complexType name="DS_OtherAggregate_Type">
   <complexContent>
     <extension base="{http://www.isotc211.org/2005/gmd}AbstractDS_Aggregate_Type">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractDSAggregateType
composedOf, seriesMetadata, subset, superset
 
Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
id, uuid
 
Constructor Summary
DSOtherAggregateType()
           
 
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)
           
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 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)
           
 String toString()
           
 DSOtherAggregateType withComposedOf(Collection<DSDataSetPropertyType> values)
           
 DSOtherAggregateType withComposedOf(DSDataSetPropertyType... values)
           
 DSOtherAggregateType withComposedOf(List<DSDataSetPropertyType> value)
           
 DSOtherAggregateType withId(String value)
           
 DSOtherAggregateType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
           
 DSOtherAggregateType withSeriesMetadata(List<MDMetadataPropertyType> value)
           
 DSOtherAggregateType withSeriesMetadata(MDMetadataPropertyType... values)
           
 DSOtherAggregateType withSubset(Collection<DSAggregatePropertyType> values)
           
 DSOtherAggregateType withSubset(DSAggregatePropertyType... values)
           
 DSOtherAggregateType withSubset(List<DSAggregatePropertyType> value)
           
 DSOtherAggregateType withSuperset(Collection<DSAggregatePropertyType> values)
           
 DSOtherAggregateType withSuperset(DSAggregatePropertyType... values)
           
 DSOtherAggregateType withSuperset(List<DSAggregatePropertyType> value)
           
 DSOtherAggregateType withUuid(String value)
           
 
Methods inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractDSAggregateType
getComposedOf, getSeriesMetadata, getSubset, getSuperset, isSetComposedOf, isSetSeriesMetadata, isSetSubset, isSetSuperset, setComposedOf, setSeriesMetadata, setSubset, setSuperset, unsetComposedOf, unsetSeriesMetadata, unsetSubset, unsetSuperset
 
Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSOtherAggregateType

public DSOtherAggregateType()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractDSAggregateType

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 AbstractDSAggregateType

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 AbstractDSAggregateType

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 AbstractDSAggregateType

equals

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

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 AbstractDSAggregateType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractDSAggregateType

clone

public Object clone()
Overrides:
clone in class AbstractDSAggregateType

copyTo

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

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 AbstractDSAggregateType

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 AbstractDSAggregateType

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 AbstractDSAggregateType

withComposedOf

public DSOtherAggregateType withComposedOf(DSDataSetPropertyType... values)
Overrides:
withComposedOf in class AbstractDSAggregateType

withComposedOf

public DSOtherAggregateType withComposedOf(Collection<DSDataSetPropertyType> values)
Overrides:
withComposedOf in class AbstractDSAggregateType

withSeriesMetadata

public DSOtherAggregateType withSeriesMetadata(MDMetadataPropertyType... values)
Overrides:
withSeriesMetadata in class AbstractDSAggregateType

withSeriesMetadata

public DSOtherAggregateType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
Overrides:
withSeriesMetadata in class AbstractDSAggregateType

withSubset

public DSOtherAggregateType withSubset(DSAggregatePropertyType... values)
Overrides:
withSubset in class AbstractDSAggregateType

withSubset

public DSOtherAggregateType withSubset(Collection<DSAggregatePropertyType> values)
Overrides:
withSubset in class AbstractDSAggregateType

withSuperset

public DSOtherAggregateType withSuperset(DSAggregatePropertyType... values)
Overrides:
withSuperset in class AbstractDSAggregateType

withSuperset

public DSOtherAggregateType withSuperset(Collection<DSAggregatePropertyType> values)
Overrides:
withSuperset in class AbstractDSAggregateType

withComposedOf

public DSOtherAggregateType withComposedOf(List<DSDataSetPropertyType> value)
Overrides:
withComposedOf in class AbstractDSAggregateType

withSeriesMetadata

public DSOtherAggregateType withSeriesMetadata(List<MDMetadataPropertyType> value)
Overrides:
withSeriesMetadata in class AbstractDSAggregateType

withSubset

public DSOtherAggregateType withSubset(List<DSAggregatePropertyType> value)
Overrides:
withSubset in class AbstractDSAggregateType

withSuperset

public DSOtherAggregateType withSuperset(List<DSAggregatePropertyType> value)
Overrides:
withSuperset in class AbstractDSAggregateType

withId

public DSOtherAggregateType withId(String value)
Overrides:
withId in class AbstractDSAggregateType

withUuid

public DSOtherAggregateType withUuid(String value)
Overrides:
withUuid in class AbstractDSAggregateType


Copyright © 2008-2016. All Rights Reserved.