net.opengis.oseo.v_1_0
Class SceneSelectionDescriptorType

java.lang.Object
  extended by net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
      extended by net.opengis.oseo.v_1_0.SceneSelectionDescriptorType
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 SceneSelectionDescriptorType
extends AbstractDataComponentPropertyType
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 SceneSelectionDescriptorType complex type.

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

 <complexType name="SceneSelectionDescriptorType">
   <complexContent>
     <extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentPropertyType">
       <sequence>
         <element name="sceneRestriction" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentPropertyType">
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SceneSelectionDescriptorType.SceneRestriction
          Java class for anonymous complex type.
 
Field Summary
protected  List<SceneSelectionDescriptorType.SceneRestriction> sceneRestriction
           
 
Fields inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
abstractDataComponent, actuate, arcrole, href, role, show, title, type
 
Constructor Summary
SceneSelectionDescriptorType()
           
 
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<SceneSelectionDescriptorType.SceneRestriction> getSceneRestriction()
          Gets the value of the sceneRestriction property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetSceneRestriction()
           
 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 setSceneRestriction(List<SceneSelectionDescriptorType.SceneRestriction> value)
           
 String toString()
           
 void unsetSceneRestriction()
           
 SceneSelectionDescriptorType withSceneRestriction(Collection<SceneSelectionDescriptorType.SceneRestriction> values)
           
 SceneSelectionDescriptorType withSceneRestriction(List<SceneSelectionDescriptorType.SceneRestriction> value)
           
 SceneSelectionDescriptorType withSceneRestriction(SceneSelectionDescriptorType.SceneRestriction... values)
           
 
Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentPropertyType
getAbstractDataComponent, getActuate, getArcrole, getHref, getRole, getShow, getTitle, getTYPE, isSetAbstractDataComponent, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetTYPE, setAbstractDataComponent, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setTYPE, withAbstractDataComponent, withActuate, withArcrole, withHref, withRole, withShow, withTitle, withTYPE
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sceneRestriction

protected List<SceneSelectionDescriptorType.SceneRestriction> sceneRestriction
Constructor Detail

SceneSelectionDescriptorType

public SceneSelectionDescriptorType()
Method Detail

getSceneRestriction

public List<SceneSelectionDescriptorType.SceneRestriction> getSceneRestriction()
Gets the value of the sceneRestriction 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 sceneRestriction property.

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

    getSceneRestriction().add(newItem);
 

Objects of the following type(s) are allowed in the list SceneSelectionDescriptorType.SceneRestriction


isSetSceneRestriction

public boolean isSetSceneRestriction()

unsetSceneRestriction

public void unsetSceneRestriction()

toString

public String toString()
Overrides:
toString in class AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

equals

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

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 AbstractDataComponentPropertyType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractDataComponentPropertyType

clone

public Object clone()
Overrides:
clone in class AbstractDataComponentPropertyType

copyTo

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

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 AbstractDataComponentPropertyType

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
Overrides:
createNewInstance in class AbstractDataComponentPropertyType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractDataComponentPropertyType

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 AbstractDataComponentPropertyType

setSceneRestriction

public void setSceneRestriction(List<SceneSelectionDescriptorType.SceneRestriction> value)

withSceneRestriction

public SceneSelectionDescriptorType withSceneRestriction(SceneSelectionDescriptorType.SceneRestriction... values)

withSceneRestriction

public SceneSelectionDescriptorType withSceneRestriction(Collection<SceneSelectionDescriptorType.SceneRestriction> values)

withSceneRestriction

public SceneSelectionDescriptorType withSceneRestriction(List<SceneSelectionDescriptorType.SceneRestriction> value)


Copyright © 2008-2015. All Rights Reserved.