net.opengis.arml.v_2_0
Class ImageType

java.lang.Object
  extended by net.opengis.arml.v_2_0.ARElementType
      extended by net.opengis.arml.v_2_0.VisualAssetType
          extended by net.opengis.arml.v_2_0.VisualAsset2DType
              extended by net.opengis.arml.v_2_0.ImageType
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

public class ImageType
extends VisualAsset2DType
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 ImageType complex type.

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

 <complexType name="ImageType">
   <complexContent>
     <extension base="{http://www.opengis.net/arml/2.0}VisualAsset2DType">
       <sequence>
         <element name="href">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ImageType.Href
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class net.opengis.arml.v_2_0.VisualAssetType
VisualAssetType.Conditions
 
Field Summary
protected  ImageType.Href href
           
 
Fields inherited from class net.opengis.arml.v_2_0.VisualAsset2DType
backside, height, orientationMode, width
 
Fields inherited from class net.opengis.arml.v_2_0.VisualAssetType
conditions, enabled, orientation, scalingMode, zOrder
 
Fields inherited from class net.opengis.arml.v_2_0.ARElementType
id
 
Constructor Summary
ImageType()
           
 
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)
           
 ImageType.Href getHref()
          Gets the value of the href property.
 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)
           
 void setHref(ImageType.Href value)
          Sets the value of the href property.
 String toString()
           
 ImageType withBackside(String value)
           
 ImageType withConditions(VisualAssetType.Conditions value)
           
 ImageType withEnabled(Boolean value)
           
 ImageType withHeight(String value)
           
 ImageType withHref(ImageType.Href value)
           
 ImageType withId(String value)
           
 ImageType withOrientation(OrientationType value)
           
 ImageType withOrientationMode(String value)
           
 ImageType withScalingMode(ScalingModeType value)
           
 ImageType withWidth(String value)
           
 ImageType withZOrder(Integer value)
           
 
Methods inherited from class net.opengis.arml.v_2_0.VisualAsset2DType
getBackside, getHeight, getOrientationMode, getWidth, setBackside, setHeight, setOrientationMode, setWidth
 
Methods inherited from class net.opengis.arml.v_2_0.VisualAssetType
getConditions, getOrientation, getScalingMode, getZOrder, isEnabled, setConditions, setEnabled, setOrientation, setScalingMode, setZOrder
 
Methods inherited from class net.opengis.arml.v_2_0.ARElementType
getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

href

protected ImageType.Href href
Constructor Detail

ImageType

public ImageType()
Method Detail

getHref

public ImageType.Href getHref()
Gets the value of the href property.

Returns:
possible object is ImageType.Href

setHref

public void setHref(ImageType.Href value)
Sets the value of the href property.

Parameters:
value - allowed object is ImageType.Href

toString

public String toString()
Overrides:
toString in class VisualAsset2DType

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 VisualAsset2DType

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 VisualAsset2DType

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 VisualAsset2DType

equals

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

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 VisualAsset2DType

hashCode

public int hashCode()
Overrides:
hashCode in class VisualAsset2DType

clone

public Object clone()
Overrides:
clone in class VisualAsset2DType

copyTo

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

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 VisualAsset2DType

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 VisualAsset2DType

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 VisualAsset2DType

withHref

public ImageType withHref(ImageType.Href value)

withWidth

public ImageType withWidth(String value)
Overrides:
withWidth in class VisualAsset2DType

withHeight

public ImageType withHeight(String value)
Overrides:
withHeight in class VisualAsset2DType

withOrientationMode

public ImageType withOrientationMode(String value)
Overrides:
withOrientationMode in class VisualAsset2DType

withBackside

public ImageType withBackside(String value)
Overrides:
withBackside in class VisualAsset2DType

withEnabled

public ImageType withEnabled(Boolean value)
Overrides:
withEnabled in class VisualAsset2DType

withZOrder

public ImageType withZOrder(Integer value)
Overrides:
withZOrder in class VisualAsset2DType

withConditions

public ImageType withConditions(VisualAssetType.Conditions value)
Overrides:
withConditions in class VisualAsset2DType

withOrientation

public ImageType withOrientation(OrientationType value)
Overrides:
withOrientation in class VisualAsset2DType

withScalingMode

public ImageType withScalingMode(ScalingModeType value)
Overrides:
withScalingMode in class VisualAsset2DType

withId

public ImageType withId(String value)
Overrides:
withId in class VisualAsset2DType


Copyright © 2008-2015. All Rights Reserved.