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.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
DSStereoMateType

public class DSOtherAggregateType
extends AbstractDSAggregateType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy 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.MergeStrategy 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, setComposedOf, setSeriesMetadata, setSubset, setSuperset
 
Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
getId, getUuid, 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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractDSAggregateType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
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.CopyTo
Overrides:
copyTo in class AbstractDSAggregateType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractDSAggregateType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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-2015. All Rights Reserved.