net.opengis.iso19139.gmd.v_20060504
Class DSSeriesType

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.DSSeriesType
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:
DSPlatformType, DSProductionSeriesType, DSSensorType

public class DSSeriesType
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_Series_Type complex type.

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

 <complexType name="DS_Series_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
DSSeriesType()
           
 
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()
           
 DSSeriesType withComposedOf(Collection<DSDataSetPropertyType> values)
           
 DSSeriesType withComposedOf(DSDataSetPropertyType... values)
           
 DSSeriesType withComposedOf(List<DSDataSetPropertyType> value)
           
 DSSeriesType withId(String value)
           
 DSSeriesType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
           
 DSSeriesType withSeriesMetadata(List<MDMetadataPropertyType> value)
           
 DSSeriesType withSeriesMetadata(MDMetadataPropertyType... values)
           
 DSSeriesType withSubset(Collection<DSAggregatePropertyType> values)
           
 DSSeriesType withSubset(DSAggregatePropertyType... values)
           
 DSSeriesType withSubset(List<DSAggregatePropertyType> value)
           
 DSSeriesType withSuperset(Collection<DSAggregatePropertyType> values)
           
 DSSeriesType withSuperset(DSAggregatePropertyType... values)
           
 DSSeriesType withSuperset(List<DSAggregatePropertyType> value)
           
 DSSeriesType 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

DSSeriesType

public DSSeriesType()
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 DSSeriesType withComposedOf(DSDataSetPropertyType... values)
Overrides:
withComposedOf in class AbstractDSAggregateType

withComposedOf

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

withSeriesMetadata

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

withSeriesMetadata

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

withSubset

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

withSubset

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

withSuperset

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

withSuperset

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

withComposedOf

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

withSeriesMetadata

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

withSubset

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

withSuperset

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

withId

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

withUuid

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


Copyright © 2008-2016. All Rights Reserved.