net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit
Class SimpleTypeAttributes

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit.SimpleTypeAttributes
All Implemented Interfaces:
Serializable, Cloneable

public class SimpleTypeAttributes
extends Object
implements Serializable, Cloneable

XML Schema Part 2: Datatypes Second Edition 3 Built-in datatypes

Java class for SimpleTypeAttributes complex type.

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

 <complexType name="SimpleTypeAttributes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="anySimpleType" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="duration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="dateTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="gYearMonth" use="required" type="{http://www.w3.org/2001/XMLSchema}gYearMonth" />
       <attribute name="gYear" use="required" type="{http://www.w3.org/2001/XMLSchema}gYear" />
       <attribute name="gMonthDay" use="required" type="{http://www.w3.org/2001/XMLSchema}gMonthDay" />
       <attribute name="gDay" use="required" type="{http://www.w3.org/2001/XMLSchema}gDay" />
       <attribute name="gMonth" use="required" type="{http://www.w3.org/2001/XMLSchema}gMonth" />
       <attribute name="boolean" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="base64Binary" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
       <attribute name="hexBinary" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
       <attribute name="float" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="decimal" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="integer" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="nonPositiveInteger" use="required" type="{http://www.w3.org/2001/XMLSchema}nonPositiveInteger" />
       <attribute name="negativeInteger" use="required" type="{http://www.w3.org/2001/XMLSchema}negativeInteger" />
       <attribute name="nonNegativeInteger" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="positiveInteger" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="unsignedLong" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="unsignedInt" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="unsignedShort" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="unsignedByte" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="long" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="int" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="short" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
       <attribute name="byte" use="required" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="double" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="anyURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="QName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="NOTATION" use="required" type="{http://sourceforge.net/ccxjc/it}testNotation" />
       <attribute name="string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="normalizedString" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="token" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}language" />
       <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
       <attribute name="NCName" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="IDREF" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="IDREFS" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="ENTITY" use="required" type="{http://www.w3.org/2001/XMLSchema}ENTITY" />
       <attribute name="ENTITIES" use="required" type="{http://www.w3.org/2001/XMLSchema}ENTITIES" />
       <attribute name="NMTOKEN" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="NMTOKENS" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean _boolean
           
protected  byte _byte
           
protected  double _double
           
protected  float _float
           
protected  int _int
           
protected  long _long
           
protected  short _short
           
protected  String anySimpleType
           
protected  String anyURI
           
protected  byte[] base64Binary
           
protected  XMLGregorianCalendar date
           
protected  XMLGregorianCalendar dateTime
           
protected  BigDecimal decimal
           
protected  Duration duration
           
protected  List<String> entities
           
protected  String entity
           
protected  XMLGregorianCalendar gDay
           
protected  XMLGregorianCalendar gMonth
           
protected  XMLGregorianCalendar gMonthDay
           
protected  XMLGregorianCalendar gYear
           
protected  XMLGregorianCalendar gYearMonth
           
protected  byte[] hexBinary
           
protected  String id
           
protected  Object idref
           
protected  List<Object> idrefs
           
protected  BigInteger integer
           
protected  String language
           
protected  String name
           
protected  String ncName
           
protected  BigInteger negativeInteger
           
protected  String nmtoken
           
protected  List<String> nmtokens
           
protected  BigInteger nonNegativeInteger
           
protected  BigInteger nonPositiveInteger
           
protected  String normalizedString
           
protected  QName notation
           
protected  BigInteger positiveInteger
           
protected  QName qName
           
protected  String string
           
protected  XMLGregorianCalendar time
           
protected  String token
           
protected  short unsignedByte
           
protected  long unsignedInt
           
protected  BigInteger unsignedLong
           
protected  int unsignedShort
           
 
Constructor Summary
SimpleTypeAttributes()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit.SimpleTypeAttributes instance.
SimpleTypeAttributes(SimpleTypeAttributes o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit.SimpleTypeAttributes instance by copying a given instance.
 
Method Summary
 SimpleTypeAttributes clone()
          Creates and returns a copy of this object.
 String getAnySimpleType()
          Gets the value of the anySimpleType property.
 String getAnyURI()
          Gets the value of the anyURI property.
 byte[] getBase64Binary()
          Gets the value of the base64Binary property.
 byte getByte()
          Gets the value of the byte property.
 XMLGregorianCalendar getDate()
          Gets the value of the date property.
 XMLGregorianCalendar getDateTime()
          Gets the value of the dateTime property.
 BigDecimal getDecimal()
          Gets the value of the decimal property.
 double getDouble()
          Gets the value of the double property.
 Duration getDuration()
          Gets the value of the duration property.
 List<String> getENTITIES()
          Gets the value of the entities property.
 String getENTITY()
          Gets the value of the entity property.
 float getFloat()
          Gets the value of the float property.
 XMLGregorianCalendar getGDay()
          Gets the value of the gDay property.
 XMLGregorianCalendar getGMonth()
          Gets the value of the gMonth property.
 XMLGregorianCalendar getGMonthDay()
          Gets the value of the gMonthDay property.
 XMLGregorianCalendar getGYear()
          Gets the value of the gYear property.
 XMLGregorianCalendar getGYearMonth()
          Gets the value of the gYearMonth property.
 byte[] getHexBinary()
          Gets the value of the hexBinary property.
 String getID()
          Gets the value of the id property.
 Object getIDREF()
          Gets the value of the idref property.
 List<Object> getIDREFS()
          Gets the value of the idrefs property.
 int getInt()
          Gets the value of the int property.
 BigInteger getInteger()
          Gets the value of the integer property.
 String getLanguage()
          Gets the value of the language property.
 long getLong()
          Gets the value of the long property.
 String getName()
          Gets the value of the name property.
 String getNCName()
          Gets the value of the ncName property.
 BigInteger getNegativeInteger()
          Gets the value of the negativeInteger property.
 String getNMTOKEN()
          Gets the value of the nmtoken property.
 List<String> getNMTOKENS()
          Gets the value of the nmtokens property.
 BigInteger getNonNegativeInteger()
          Gets the value of the nonNegativeInteger property.
 BigInteger getNonPositiveInteger()
          Gets the value of the nonPositiveInteger property.
 String getNormalizedString()
          Gets the value of the normalizedString property.
 QName getNOTATION()
          Gets the value of the notation property.
 BigInteger getPositiveInteger()
          Gets the value of the positiveInteger property.
 QName getQName()
          Gets the value of the qName property.
 short getShort()
          Gets the value of the short property.
 String getString()
          Gets the value of the string property.
 XMLGregorianCalendar getTime()
          Gets the value of the time property.
 String getToken()
          Gets the value of the token property.
 short getUnsignedByte()
          Gets the value of the unsignedByte property.
 long getUnsignedInt()
          Gets the value of the unsignedInt property.
 BigInteger getUnsignedLong()
          Gets the value of the unsignedLong property.
 int getUnsignedShort()
          Gets the value of the unsignedShort property.
 boolean isBoolean()
          Gets the value of the boolean property.
 void setAnySimpleType(String value)
          Sets the value of the anySimpleType property.
 void setAnyURI(String value)
          Sets the value of the anyURI property.
 void setBase64Binary(byte[] value)
          Sets the value of the base64Binary property.
 void setBoolean(boolean value)
          Sets the value of the boolean property.
 void setByte(byte value)
          Sets the value of the byte property.
 void setDate(XMLGregorianCalendar value)
          Sets the value of the date property.
 void setDateTime(XMLGregorianCalendar value)
          Sets the value of the dateTime property.
 void setDecimal(BigDecimal value)
          Sets the value of the decimal property.
 void setDouble(double value)
          Sets the value of the double property.
 void setDuration(Duration value)
          Sets the value of the duration property.
 void setENTITY(String value)
          Sets the value of the entity property.
 void setFloat(float value)
          Sets the value of the float property.
 void setGDay(XMLGregorianCalendar value)
          Sets the value of the gDay property.
 void setGMonth(XMLGregorianCalendar value)
          Sets the value of the gMonth property.
 void setGMonthDay(XMLGregorianCalendar value)
          Sets the value of the gMonthDay property.
 void setGYear(XMLGregorianCalendar value)
          Sets the value of the gYear property.
 void setGYearMonth(XMLGregorianCalendar value)
          Sets the value of the gYearMonth property.
 void setHexBinary(byte[] value)
          Sets the value of the hexBinary property.
 void setID(String value)
          Sets the value of the id property.
 void setIDREF(Object value)
          Sets the value of the idref property.
 void setInt(int value)
          Sets the value of the int property.
 void setInteger(BigInteger value)
          Sets the value of the integer property.
 void setLanguage(String value)
          Sets the value of the language property.
 void setLong(long value)
          Sets the value of the long property.
 void setName(String value)
          Sets the value of the name property.
 void setNCName(String value)
          Sets the value of the ncName property.
 void setNegativeInteger(BigInteger value)
          Sets the value of the negativeInteger property.
 void setNMTOKEN(String value)
          Sets the value of the nmtoken property.
 void setNonNegativeInteger(BigInteger value)
          Sets the value of the nonNegativeInteger property.
 void setNonPositiveInteger(BigInteger value)
          Sets the value of the nonPositiveInteger property.
 void setNormalizedString(String value)
          Sets the value of the normalizedString property.
 void setNOTATION(QName value)
          Sets the value of the notation property.
 void setPositiveInteger(BigInteger value)
          Sets the value of the positiveInteger property.
 void setQName(QName value)
          Sets the value of the qName property.
 void setShort(short value)
          Sets the value of the short property.
 void setString(String value)
          Sets the value of the string property.
 void setTime(XMLGregorianCalendar value)
          Sets the value of the time property.
 void setToken(String value)
          Sets the value of the token property.
 void setUnsignedByte(short value)
          Sets the value of the unsignedByte property.
 void setUnsignedInt(long value)
          Sets the value of the unsignedInt property.
 void setUnsignedLong(BigInteger value)
          Sets the value of the unsignedLong property.
 void setUnsignedShort(int value)
          Sets the value of the unsignedShort property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anySimpleType

protected String anySimpleType

duration

protected Duration duration

dateTime

protected XMLGregorianCalendar dateTime

time

protected XMLGregorianCalendar time

date

protected XMLGregorianCalendar date

gYearMonth

protected XMLGregorianCalendar gYearMonth

gYear

protected XMLGregorianCalendar gYear

gMonthDay

protected XMLGregorianCalendar gMonthDay

gDay

protected XMLGregorianCalendar gDay

gMonth

protected XMLGregorianCalendar gMonth

_boolean

protected boolean _boolean

base64Binary

protected byte[] base64Binary

hexBinary

protected byte[] hexBinary

_float

protected float _float

decimal

protected BigDecimal decimal

integer

protected BigInteger integer

nonPositiveInteger

protected BigInteger nonPositiveInteger

negativeInteger

protected BigInteger negativeInteger

nonNegativeInteger

protected BigInteger nonNegativeInteger

positiveInteger

protected BigInteger positiveInteger

unsignedLong

protected BigInteger unsignedLong

unsignedInt

protected long unsignedInt

unsignedShort

protected int unsignedShort

unsignedByte

protected short unsignedByte

_long

protected long _long

_int

protected int _int

_short

protected short _short

_byte

protected byte _byte

_double

protected double _double

anyURI

protected String anyURI

qName

protected QName qName

notation

protected QName notation

string

protected String string

normalizedString

protected String normalizedString

token

protected String token

language

protected String language

name

protected String name

ncName

protected String ncName

id

protected String id

idref

protected Object idref

idrefs

protected List<Object> idrefs

entity

protected String entity

entities

protected List<String> entities

nmtoken

protected String nmtoken

nmtokens

protected List<String> nmtokens
Constructor Detail

SimpleTypeAttributes

public SimpleTypeAttributes()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit.SimpleTypeAttributes instance.


SimpleTypeAttributes

public SimpleTypeAttributes(SimpleTypeAttributes o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ccxjcit.SimpleTypeAttributes instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAnySimpleType

public String getAnySimpleType()
Gets the value of the anySimpleType property.

Returns:
possible object is String

setAnySimpleType

public void setAnySimpleType(String value)
Sets the value of the anySimpleType property.

Parameters:
value - allowed object is String

getDuration

public Duration getDuration()
Gets the value of the duration property.

Returns:
possible object is Duration

setDuration

public void setDuration(Duration value)
Sets the value of the duration property.

Parameters:
value - allowed object is Duration

getDateTime

public XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.

Returns:
possible object is XMLGregorianCalendar

setDateTime

public void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTime

public XMLGregorianCalendar getTime()
Gets the value of the time property.

Returns:
possible object is XMLGregorianCalendar

setTime

public void setTime(XMLGregorianCalendar value)
Sets the value of the time property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDate

public XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getGYearMonth

public XMLGregorianCalendar getGYearMonth()
Gets the value of the gYearMonth property.

Returns:
possible object is XMLGregorianCalendar

setGYearMonth

public void setGYearMonth(XMLGregorianCalendar value)
Sets the value of the gYearMonth property.

Parameters:
value - allowed object is XMLGregorianCalendar

getGYear

public XMLGregorianCalendar getGYear()
Gets the value of the gYear property.

Returns:
possible object is XMLGregorianCalendar

setGYear

public void setGYear(XMLGregorianCalendar value)
Sets the value of the gYear property.

Parameters:
value - allowed object is XMLGregorianCalendar

getGMonthDay

public XMLGregorianCalendar getGMonthDay()
Gets the value of the gMonthDay property.

Returns:
possible object is XMLGregorianCalendar

setGMonthDay

public void setGMonthDay(XMLGregorianCalendar value)
Sets the value of the gMonthDay property.

Parameters:
value - allowed object is XMLGregorianCalendar

getGDay

public XMLGregorianCalendar getGDay()
Gets the value of the gDay property.

Returns:
possible object is XMLGregorianCalendar

setGDay

public void setGDay(XMLGregorianCalendar value)
Sets the value of the gDay property.

Parameters:
value - allowed object is XMLGregorianCalendar

getGMonth

public XMLGregorianCalendar getGMonth()
Gets the value of the gMonth property.

Returns:
possible object is XMLGregorianCalendar

setGMonth

public void setGMonth(XMLGregorianCalendar value)
Sets the value of the gMonth property.

Parameters:
value - allowed object is XMLGregorianCalendar

isBoolean

public boolean isBoolean()
Gets the value of the boolean property.


setBoolean

public void setBoolean(boolean value)
Sets the value of the boolean property.


getBase64Binary

public byte[] getBase64Binary()
Gets the value of the base64Binary property.

Returns:
possible object is byte[]

setBase64Binary

public void setBase64Binary(byte[] value)
Sets the value of the base64Binary property.

Parameters:
value - allowed object is byte[]

getHexBinary

public byte[] getHexBinary()
Gets the value of the hexBinary property.

Returns:
possible object is String

setHexBinary

public void setHexBinary(byte[] value)
Sets the value of the hexBinary property.

Parameters:
value - allowed object is String

getFloat

public float getFloat()
Gets the value of the float property.


setFloat

public void setFloat(float value)
Sets the value of the float property.


getDecimal

public BigDecimal getDecimal()
Gets the value of the decimal property.

Returns:
possible object is BigDecimal

setDecimal

public void setDecimal(BigDecimal value)
Sets the value of the decimal property.

Parameters:
value - allowed object is BigDecimal

getInteger

public BigInteger getInteger()
Gets the value of the integer property.

Returns:
possible object is BigInteger

setInteger

public void setInteger(BigInteger value)
Sets the value of the integer property.

Parameters:
value - allowed object is BigInteger

getNonPositiveInteger

public BigInteger getNonPositiveInteger()
Gets the value of the nonPositiveInteger property.

Returns:
possible object is BigInteger

setNonPositiveInteger

public void setNonPositiveInteger(BigInteger value)
Sets the value of the nonPositiveInteger property.

Parameters:
value - allowed object is BigInteger

getNegativeInteger

public BigInteger getNegativeInteger()
Gets the value of the negativeInteger property.

Returns:
possible object is BigInteger

setNegativeInteger

public void setNegativeInteger(BigInteger value)
Sets the value of the negativeInteger property.

Parameters:
value - allowed object is BigInteger

getNonNegativeInteger

public BigInteger getNonNegativeInteger()
Gets the value of the nonNegativeInteger property.

Returns:
possible object is BigInteger

setNonNegativeInteger

public void setNonNegativeInteger(BigInteger value)
Sets the value of the nonNegativeInteger property.

Parameters:
value - allowed object is BigInteger

getPositiveInteger

public BigInteger getPositiveInteger()
Gets the value of the positiveInteger property.

Returns:
possible object is BigInteger

setPositiveInteger

public void setPositiveInteger(BigInteger value)
Sets the value of the positiveInteger property.

Parameters:
value - allowed object is BigInteger

getUnsignedLong

public BigInteger getUnsignedLong()
Gets the value of the unsignedLong property.

Returns:
possible object is BigInteger

setUnsignedLong

public void setUnsignedLong(BigInteger value)
Sets the value of the unsignedLong property.

Parameters:
value - allowed object is BigInteger

getUnsignedInt

public long getUnsignedInt()
Gets the value of the unsignedInt property.


setUnsignedInt

public void setUnsignedInt(long value)
Sets the value of the unsignedInt property.


getUnsignedShort

public int getUnsignedShort()
Gets the value of the unsignedShort property.


setUnsignedShort

public void setUnsignedShort(int value)
Sets the value of the unsignedShort property.


getUnsignedByte

public short getUnsignedByte()
Gets the value of the unsignedByte property.


setUnsignedByte

public void setUnsignedByte(short value)
Sets the value of the unsignedByte property.


getLong

public long getLong()
Gets the value of the long property.


setLong

public void setLong(long value)
Sets the value of the long property.


getInt

public int getInt()
Gets the value of the int property.


setInt

public void setInt(int value)
Sets the value of the int property.


getShort

public short getShort()
Gets the value of the short property.


setShort

public void setShort(short value)
Sets the value of the short property.


getByte

public byte getByte()
Gets the value of the byte property.


setByte

public void setByte(byte value)
Sets the value of the byte property.


getDouble

public double getDouble()
Gets the value of the double property.


setDouble

public void setDouble(double value)
Sets the value of the double property.


getAnyURI

public String getAnyURI()
Gets the value of the anyURI property.

Returns:
possible object is String

setAnyURI

public void setAnyURI(String value)
Sets the value of the anyURI property.

Parameters:
value - allowed object is String

getQName

public QName getQName()
Gets the value of the qName property.

Returns:
possible object is QName

setQName

public void setQName(QName value)
Sets the value of the qName property.

Parameters:
value - allowed object is QName

getNOTATION

public QName getNOTATION()
Gets the value of the notation property.

Returns:
possible object is QName

setNOTATION

public void setNOTATION(QName value)
Sets the value of the notation property.

Parameters:
value - allowed object is QName

getString

public String getString()
Gets the value of the string property.

Returns:
possible object is String

setString

public void setString(String value)
Sets the value of the string property.

Parameters:
value - allowed object is String

getNormalizedString

public String getNormalizedString()
Gets the value of the normalizedString property.

Returns:
possible object is String

setNormalizedString

public void setNormalizedString(String value)
Sets the value of the normalizedString property.

Parameters:
value - allowed object is String

getToken

public String getToken()
Gets the value of the token property.

Returns:
possible object is String

setToken

public void setToken(String value)
Sets the value of the token property.

Parameters:
value - allowed object is String

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNCName

public String getNCName()
Gets the value of the ncName property.

Returns:
possible object is String

setNCName

public void setNCName(String value)
Sets the value of the ncName property.

Parameters:
value - allowed object is String

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIDREF

public Object getIDREF()
Gets the value of the idref property.

Returns:
possible object is Object

setIDREF

public void setIDREF(Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

getIDREFS

public List<Object> getIDREFS()
Gets the value of the idrefs 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 idrefs property.

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

    getIDREFS().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getENTITY

public String getENTITY()
Gets the value of the entity property.

Returns:
possible object is String

setENTITY

public void setENTITY(String value)
Sets the value of the entity property.

Parameters:
value - allowed object is String

getENTITIES

public List<String> getENTITIES()
Gets the value of the entities 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 entities property.

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

    getENTITIES().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getNMTOKEN

public String getNMTOKEN()
Gets the value of the nmtoken property.

Returns:
possible object is String

setNMTOKEN

public void setNMTOKEN(String value)
Sets the value of the nmtoken property.

Parameters:
value - allowed object is String

getNMTOKENS

public List<String> getNMTOKENS()
Gets the value of the nmtokens 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 nmtokens property.

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

    getNMTOKENS().add(newItem);
 

Objects of the following type(s) are allowed in the list String


clone

public SimpleTypeAttributes clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.