Serialized Form
Package com.sun.tools.xjc |
options
Options options
Package com.sun.tools.xjc.api.util |
toolsJar
File toolsJar
- Location where we expected to find tools.jar
Package com.sun.tools.xjc.model |
next
CCustomizations next
- All
CCustomizations
used by a Model
form a single linked list
so that we can look for unacknowledged customizations later.
- See Also:
CPluginCustomization.markAsAcknowledged()
,
CCustomizations.setParent(Model,CCustomizable)
owner
CCustomizable owner
- The owner model component that carries these customizations.
Class com.sun.xml.bind.GrammarImpl extends Object implements Serializable |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
topLevel
com.sun.msv.grammar.Expression topLevel
pool
com.sun.msv.grammar.ExpressionPool pool
plugs
com.sun.xml.bind.GrammarImpl.Plug[] plugs
elementContents
Map<K,V> elementContents
Class com.sun.xml.bind.GrammarImpl.Plug extends com.sun.msv.grammar.OtherExp implements Serializable |
serialVersionUID: 1L
Class com.sun.xml.bind.JAXBAssertionError extends Error implements Serializable |
linkedException
Throwable linkedException
Package com.sun.xml.bind.api |
Package com.sun.xml.bind.unmarshaller |
Class com.sun.xml.bind.unmarshaller.UnreportedException extends Exception implements Serializable |
locator
Locator locator
nestedException
Exception nestedException
Package com.sun.xml.bind.util |
Class com.sun.xml.bind.util.ListImpl extends com.sun.xml.bind.util.ProxyListImpl<T> implements Serializable |
serialVersionUID: 1L
isModified
boolean isModified
Class com.sun.xml.bind.util.ProxyListImpl extends Object implements Serializable |
serialVersionUID: 1L
core
List<E> core
Package com.sun.xml.bind.v2.runtime |
serialVersionUID: 1L
pos
List<E> pos
- Read-only list of
Location
s.
serialVersionUID: 1L
errors
List<E> errors
Package com.sun.xml.bind.v2.runtime.reflect |
itemType
Class<T> itemType
Package com.sun.xml.bind.v2.util |