com.sun.tools.xjc.model
abstract class CSingleTypePropertyInfo extends CPropertyInfo
Field Summary | |
---|---|
protected TypeUse | type |
Constructor Summary | |
---|---|
protected | CSingleTypePropertyInfo(String name, TypeUse type, QName typeName, XSComponent source, CCustomizations customizations, Locator locator) |
Method Summary | |
---|---|
CAdapter | getAdapter() |
MimeType | getExpectedMimeType() |
QName | getSchemaType() |
CSingleTypePropertyInfo | getSource() |
CNonElement | getTarget() |
ID | id() |
List<? extends CTypeInfo> | ref() |
Parameters: typeName
XML Schema type name of this property's single value. Optional
for other schema languages. This is used to determine if we should
generate @XmlSchemaType
annotation to improve the roundtrip.