net.opengis.arml.v_2_0
Class LabelType

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.LabelType
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 LabelType
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 LabelType complex type.

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

 <complexType name="LabelType">
   <complexContent>
     <extension base="{http://www.opengis.net/arml/2.0}VisualAsset2DType">
       <sequence>
         <element name="href" minOccurs="0">
           <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>
         <element name="src" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="hyperlinkBehavior" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="block"/>
               <enumeration value="blank"/>
               <enumeration value="self"/>
             </restriction>
           </simpleType>
         </element>
         <element name="viewportWidth" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class LabelType.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  LabelType.Href href
           
protected  String hyperlinkBehavior
           
protected  Object src
           
protected  BigInteger viewportWidth
           
 
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
LabelType()
           
 
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)
           
 LabelType.Href getHref()
          Gets the value of the href property.
 String getHyperlinkBehavior()
          Gets the value of the hyperlinkBehavior property.
 Object getSrc()
          Gets the value of the src property.
 BigInteger getViewportWidth()
          Gets the value of the viewportWidth 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(LabelType.Href value)
          Sets the value of the href property.
 void setHyperlinkBehavior(String value)
          Sets the value of the hyperlinkBehavior property.
 void setSrc(Object value)
          Sets the value of the src property.
 void setViewportWidth(BigInteger value)
          Sets the value of the viewportWidth property.
 String toString()
           
 LabelType withBackside(String value)
           
 LabelType withConditions(VisualAssetType.Conditions value)
           
 LabelType withEnabled(Boolean value)
           
 LabelType withHeight(String value)
           
 LabelType withHref(LabelType.Href value)
           
 LabelType withHyperlinkBehavior(String value)
           
 LabelType withId(String value)
           
 LabelType withOrientation(OrientationType value)
           
 LabelType withOrientationMode(String value)
           
 LabelType withScalingMode(ScalingModeType value)
           
 LabelType withSrc(Object value)
           
 LabelType withViewportWidth(BigInteger value)
           
 LabelType withWidth(String value)
           
 LabelType 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 LabelType.Href href

src

protected Object src

hyperlinkBehavior

protected String hyperlinkBehavior

viewportWidth

protected BigInteger viewportWidth
Constructor Detail

LabelType

public LabelType()
Method Detail

getHref

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

Returns:
possible object is LabelType.Href

setHref

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

Parameters:
value - allowed object is LabelType.Href

getSrc

public Object getSrc()
Gets the value of the src property.

Returns:
possible object is Object

setSrc

public void setSrc(Object value)
Sets the value of the src property.

Parameters:
value - allowed object is Object

getHyperlinkBehavior

public String getHyperlinkBehavior()
Gets the value of the hyperlinkBehavior property.

Returns:
possible object is String

setHyperlinkBehavior

public void setHyperlinkBehavior(String value)
Sets the value of the hyperlinkBehavior property.

Parameters:
value - allowed object is String

getViewportWidth

public BigInteger getViewportWidth()
Gets the value of the viewportWidth property.

Returns:
possible object is BigInteger

setViewportWidth

public void setViewportWidth(BigInteger value)
Sets the value of the viewportWidth property.

Parameters:
value - allowed object is BigInteger

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 LabelType withHref(LabelType.Href value)

withSrc

public LabelType withSrc(Object value)

withHyperlinkBehavior

public LabelType withHyperlinkBehavior(String value)

withViewportWidth

public LabelType withViewportWidth(BigInteger value)

withWidth

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

withHeight

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

withOrientationMode

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

withBackside

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

withEnabled

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

withZOrder

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

withConditions

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

withOrientation

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

withScalingMode

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

withId

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


Copyright © 2008-2015. All Rights Reserved.