class IDType extends AnyRef
Java class for IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="schemeID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="schemeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schemeAgencyID" type="{urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B}AgencyIdentificationCodeContentType" />
<attribute name="schemeAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schemeVersionID" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="schemeDataURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="schemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
- Alphabetic
- By Inheritance
- IDType
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new IDType()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getSchemeAgencyID(): String
Gets the value of the schemeAgencyID property.
Gets the value of the schemeAgencyID property.
- returns
possible object is
-
def
getSchemeAgencyName(): String
Gets the value of the schemeAgencyName property.
Gets the value of the schemeAgencyName property.
- returns
possible object is
-
def
getSchemeDataURI(): String
Gets the value of the schemeDataURI property.
Gets the value of the schemeDataURI property.
- returns
possible object is
-
def
getSchemeID(): String
Gets the value of the schemeID property.
Gets the value of the schemeID property.
- returns
possible object is
-
def
getSchemeName(): String
Gets the value of the schemeName property.
Gets the value of the schemeName property.
- returns
possible object is
-
def
getSchemeURI(): String
Gets the value of the schemeURI property.
Gets the value of the schemeURI property.
- returns
possible object is
-
def
getSchemeVersionID(): String
Gets the value of the schemeVersionID property.
Gets the value of the schemeVersionID property.
- returns
possible object is
-
def
getValue(): String
Gets the value of the value property.
Gets the value of the value property.
- returns
possible object is
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setSchemeAgencyID(value: String): Unit
Sets the value of the schemeAgencyID property.
Sets the value of the schemeAgencyID property.
- value
allowed object is
-
def
setSchemeAgencyName(value: String): Unit
Sets the value of the schemeAgencyName property.
Sets the value of the schemeAgencyName property.
- value
allowed object is
-
def
setSchemeDataURI(value: String): Unit
Sets the value of the schemeDataURI property.
Sets the value of the schemeDataURI property.
- value
allowed object is
-
def
setSchemeID(value: String): Unit
Sets the value of the schemeID property.
Sets the value of the schemeID property.
- value
allowed object is
-
def
setSchemeName(value: String): Unit
Sets the value of the schemeName property.
Sets the value of the schemeName property.
- value
allowed object is
-
def
setSchemeURI(value: String): Unit
Sets the value of the schemeURI property.
Sets the value of the schemeURI property.
- value
allowed object is
-
def
setSchemeVersionID(value: String): Unit
Sets the value of the schemeVersionID property.
Sets the value of the schemeVersionID property.
- value
allowed object is
-
def
setValue(value: String): Unit
Sets the value of the value property.
Sets the value of the value property.
- value
allowed object is
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )