net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.ccxjcit
Interface SimpleTypeAttributes

All Known Implementing Classes:
SimpleTypeAttributesImpl

public interface SimpleTypeAttributes

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>
 


Method Summary
 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.
 String[] getENTITIES()
           
 String getENTITIES(int idx)
           
 int getENTITIESLength()
           
 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.
 Object[] getIDREFS()
           
 Object getIDREFS(int idx)
           
 int getIDREFSLength()
           
 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.
 String[] getNMTOKENS()
           
 String getNMTOKENS(int idx)
           
 int getNMTOKENSLength()
           
 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.
 String setENTITIES(int idx, String value)
           
 void setENTITIES(String[] values)
           
 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.
 Object setIDREFS(int idx, Object value)
           
 void setIDREFS(Object[] values)
           
 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.
 String setNMTOKENS(int idx, String value)
           
 void setNMTOKENS(String[] values)
           
 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.
 

Method Detail

getAnySimpleType

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

Returns:
possible object is String

setAnySimpleType

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

Parameters:
value - allowed object is String

getDuration

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

Returns:
possible object is Duration

setDuration

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

Parameters:
value - allowed object is Duration

getDateTime

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

Returns:
possible object is XMLGregorianCalendar

setDateTime

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

Parameters:
value - allowed object is XMLGregorianCalendar

getTime

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

Returns:
possible object is XMLGregorianCalendar

setTime

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

Parameters:
value - allowed object is XMLGregorianCalendar

getDate

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

Returns:
possible object is XMLGregorianCalendar

setDate

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

Parameters:
value - allowed object is XMLGregorianCalendar

getGYearMonth

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

Returns:
possible object is XMLGregorianCalendar

setGYearMonth

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

Parameters:
value - allowed object is XMLGregorianCalendar

getGYear

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

Returns:
possible object is XMLGregorianCalendar

setGYear

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

Parameters:
value - allowed object is XMLGregorianCalendar

getGMonthDay

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

Returns:
possible object is XMLGregorianCalendar

setGMonthDay

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

Parameters:
value - allowed object is XMLGregorianCalendar

getGDay

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

Returns:
possible object is XMLGregorianCalendar

setGDay

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

Parameters:
value - allowed object is XMLGregorianCalendar

getGMonth

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

Returns:
possible object is XMLGregorianCalendar

setGMonth

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

Parameters:
value - allowed object is XMLGregorianCalendar

isBoolean

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


setBoolean

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


getBase64Binary

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

Returns:
possible object is byte[]

setBase64Binary

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

Parameters:
value - allowed object is byte[]

getHexBinary

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

Returns:
possible object is String

setHexBinary

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

Parameters:
value - allowed object is String

getFloat

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


setFloat

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


getDecimal

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

Returns:
possible object is BigDecimal

setDecimal

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

Parameters:
value - allowed object is BigDecimal

getInteger

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

Returns:
possible object is BigInteger

setInteger

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

Parameters:
value - allowed object is BigInteger

getNonPositiveInteger

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

Returns:
possible object is BigInteger

setNonPositiveInteger

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

Parameters:
value - allowed object is BigInteger

getNegativeInteger

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

Returns:
possible object is BigInteger

setNegativeInteger

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

Parameters:
value - allowed object is BigInteger

getNonNegativeInteger

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

Returns:
possible object is BigInteger

setNonNegativeInteger

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

Parameters:
value - allowed object is BigInteger

getPositiveInteger

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

Returns:
possible object is BigInteger

setPositiveInteger

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

Parameters:
value - allowed object is BigInteger

getUnsignedLong

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

Returns:
possible object is BigInteger

setUnsignedLong

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

Parameters:
value - allowed object is BigInteger

getUnsignedInt

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


setUnsignedInt

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


getUnsignedShort

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


setUnsignedShort

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


getUnsignedByte

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


setUnsignedByte

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


getLong

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


setLong

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


getInt

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


setInt

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


getShort

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


setShort

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


getByte

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


setByte

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


getDouble

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


setDouble

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


getAnyURI

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

Returns:
possible object is String

setAnyURI

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

Parameters:
value - allowed object is String

getQName

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

Returns:
possible object is QName

setQName

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

Parameters:
value - allowed object is QName

getNOTATION

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

Returns:
possible object is QName

setNOTATION

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

Parameters:
value - allowed object is QName

getString

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

Returns:
possible object is String

setString

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

Parameters:
value - allowed object is String

getNormalizedString

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

Returns:
possible object is String

setNormalizedString

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

Parameters:
value - allowed object is String

getToken

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

Returns:
possible object is String

setToken

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

Parameters:
value - allowed object is String

getLanguage

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

Returns:
possible object is String

setLanguage

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

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getNCName

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

Returns:
possible object is String

setNCName

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

Parameters:
value - allowed object is String

getID

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

Returns:
possible object is String

setID

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

Parameters:
value - allowed object is String

getIDREF

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

Returns:
possible object is Object

setIDREF

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

Parameters:
value - allowed object is Object

getIDREFS

Object[] getIDREFS()
Returns:
array of Object

getIDREFS

Object getIDREFS(int idx)
Returns:
one of Object

getIDREFSLength

int getIDREFSLength()

setIDREFS

void setIDREFS(Object[] values)
Parameters:
values - allowed objects are Object

setIDREFS

Object setIDREFS(int idx,
                 Object value)
Parameters:
value - allowed object is Object

getENTITY

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

Returns:
possible object is String

setENTITY

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

Parameters:
value - allowed object is String

getENTITIES

String[] getENTITIES()
Returns:
array of String

getENTITIES

String getENTITIES(int idx)
Returns:
one of String

getENTITIESLength

int getENTITIESLength()

setENTITIES

void setENTITIES(String[] values)
Parameters:
values - allowed objects are String

setENTITIES

String setENTITIES(int idx,
                   String value)
Parameters:
value - allowed object is String

getNMTOKEN

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

Returns:
possible object is String

setNMTOKEN

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

Parameters:
value - allowed object is String

getNMTOKENS

String[] getNMTOKENS()
Returns:
array of String

getNMTOKENS

String getNMTOKENS(int idx)
Returns:
one of String

getNMTOKENSLength

int getNMTOKENSLength()

setNMTOKENS

void setNMTOKENS(String[] values)
Parameters:
values - allowed objects are String

setNMTOKENS

String setNMTOKENS(int idx,
                   String value)
Parameters:
value - allowed object is String


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