패키지 | mx.rpc.xml |
인터페이스 | public interface IXMLSchemaInstance |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Note that anonymous ActionScript objects can also specify a qualified type
by wrapping an object in an instance of mx.utils.ObjectProxy
and setting the object_proxy::type
property with the appropriate
QName.
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
xsiType : QName
When encoding ActionScript instances as XML the encoder may require
a type definition for the concrete implementation when the associated
XML Schema complexType is abstract. | IXMLSchemaInstance |
속성 세부 정보
xsiType | 속성 |
xsiType:QName
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
When encoding ActionScript instances as XML the encoder may require
a type definition for the concrete implementation when the associated
XML Schema complexType is abstract. This property allows a typed
instance to specify the concrete implementation as a QName to represent
the xsi:type
.
Note that [Transient]
metadata can be applied to
implementations of this property to exclude it during object
serialization.
구현
public function get xsiType():QName
public function set xsiType(value:QName):void
Tue Jun 12 2018, 03:17 PM Z