net.opengis.tjs.v_1_0
Class Ordinal.Classes.Value

java.lang.Object
  extended by net.opengis.tjs.v_1_0.Ordinal.Classes.Value
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
Enclosing class:
Ordinal.Classes

public static class Ordinal.Classes.Value
extends Object
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 anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/tjs/1.0}Identifier"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Title"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Abstract"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Documentation" minOccurs="0"/>
       </sequence>
       <attribute name="rank" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="color" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AbstractType _abstract
           
protected  String color
           
protected  String documentation
           
protected  String identifier
           
protected  BigInteger rank
           
protected  String title
           
 
Constructor Summary
Ordinal.Classes.Value()
           
 
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)
           
 AbstractType getAbstract()
          Gets the value of the abstract property.
 String getColor()
          Gets the value of the color property.
 String getDocumentation()
          Gets the value of the documentation property.
 String getIdentifier()
          Text string found in the V elements of this attribute
 BigInteger getRank()
          Gets the value of the rank property.
 String getTitle()
          Gets the value of the title property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAbstract()
           
 boolean isSetColor()
           
 boolean isSetDocumentation()
           
 boolean isSetIdentifier()
           
 boolean isSetRank()
           
 boolean isSetTitle()
           
 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 setAbstract(AbstractType value)
          Sets the value of the abstract property.
 void setColor(String value)
          Sets the value of the color property.
 void setDocumentation(String value)
          Sets the value of the documentation property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setRank(BigInteger value)
          Sets the value of the rank property.
 void setTitle(String value)
          Sets the value of the title property.
 String toString()
           
 Ordinal.Classes.Value withAbstract(AbstractType value)
           
 Ordinal.Classes.Value withColor(String value)
           
 Ordinal.Classes.Value withDocumentation(String value)
           
 Ordinal.Classes.Value withIdentifier(String value)
           
 Ordinal.Classes.Value withRank(BigInteger value)
           
 Ordinal.Classes.Value withTitle(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

protected String identifier

title

protected String title

_abstract

protected AbstractType _abstract

documentation

protected String documentation

rank

protected BigInteger rank

color

protected String color
Constructor Detail

Ordinal.Classes.Value

public Ordinal.Classes.Value()
Method Detail

getIdentifier

public String getIdentifier()
Text string found in the V elements of this attribute

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

isSetIdentifier

public boolean isSetIdentifier()

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getAbstract

public AbstractType getAbstract()
Gets the value of the abstract property.

Returns:
possible object is AbstractType

setAbstract

public void setAbstract(AbstractType value)
Sets the value of the abstract property.

Parameters:
value - allowed object is AbstractType

isSetAbstract

public boolean isSetAbstract()

getDocumentation

public String getDocumentation()
Gets the value of the documentation property.

Returns:
possible object is String

setDocumentation

public void setDocumentation(String value)
Sets the value of the documentation property.

Parameters:
value - allowed object is String

isSetDocumentation

public boolean isSetDocumentation()

getRank

public BigInteger getRank()
Gets the value of the rank property.

Returns:
possible object is BigInteger

setRank

public void setRank(BigInteger value)
Sets the value of the rank property.

Parameters:
value - allowed object is BigInteger

isSetRank

public boolean isSetRank()

getColor

public String getColor()
Gets the value of the color property.

Returns:
possible object is String

setColor

public void setColor(String value)
Sets the value of the color property.

Parameters:
value - allowed object is String

isSetColor

public boolean isSetColor()

toString

public String toString()
Overrides:
toString in class Object

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

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

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

equals

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

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

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

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

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

withIdentifier

public Ordinal.Classes.Value withIdentifier(String value)

withTitle

public Ordinal.Classes.Value withTitle(String value)

withAbstract

public Ordinal.Classes.Value withAbstract(AbstractType value)

withDocumentation

public Ordinal.Classes.Value withDocumentation(String value)

withRank

public Ordinal.Classes.Value withRank(BigInteger value)

withColor

public Ordinal.Classes.Value withColor(String value)


Copyright © 2008-2015. All Rights Reserved.