public class SpecificationImpl extends ModelObjectImpl implements Specification, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject
Modifier and Type | Class and Description |
---|---|
class |
SpecificationImpl.Unmarshaller |
Modifier and Type | Field and Description |
---|---|
protected String |
_Identifier |
protected Multiplicity |
_Multiplicity |
protected Properties |
_Properties |
protected Scope |
_Scope |
protected boolean |
_Stateless |
protected String |
_Vendor |
protected String |
_Version |
protected boolean |
has_Stateless |
static Class |
version |
_Documentation, _ModelVersion
Constructor and Description |
---|
SpecificationImpl() |
Modifier and Type | Method and Description |
---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class.
|
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
Multiplicity |
getMultiplicity()
Gets the value of the multiplicity property.
|
Class |
getPrimaryInterface()
Gets the main interface that this object implements.
|
Properties |
getProperties()
Properties of the specification.
|
Scope |
getScope()
Gets the value of the scope property.
|
String |
getVendor()
Gets the value of the vendor property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isStateless()
Gets the value of the stateless property.
|
void |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target.
|
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target.
|
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at
its top-level scope into the specified target.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setMultiplicity(Multiplicity value)
Sets the value of the multiplicity property.
|
void |
setProperties(Properties value)
Properties of the specification.
|
void |
setScope(Scope value)
Sets the value of the scope property.
|
void |
setStateless(boolean value)
Sets the value of the stateless property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentation, getModelVersion, setDocumentation, setModelVersion
protected String _Identifier
protected Multiplicity _Multiplicity
protected Properties _Properties
protected boolean has_Stateless
protected boolean _Stateless
public SpecificationImpl()
public String getVendor()
Specification
getVendor
in interface Specification
String
public void setVendor(String value)
Specification
setVendor
in interface Specification
value
- allowed object is
String
public String getVersion()
Specification
getVersion
in interface Specification
String
public void setVersion(String value)
Specification
setVersion
in interface Specification
value
- allowed object is
String
public String getIdentifier()
Specification
getIdentifier
in interface Specification
String
public void setIdentifier(String value)
Specification
setIdentifier
in interface Specification
value
- allowed object is
String
public Multiplicity getMultiplicity()
Specification
getMultiplicity
in interface Specification
Multiplicity
public void setMultiplicity(Multiplicity value)
Specification
setMultiplicity
in interface Specification
value
- allowed object is
Multiplicity
public Properties getProperties()
Specification
getProperties
in interface Specification
Properties
PropertiesElement
public void setProperties(Properties value)
Specification
setProperties
in interface Specification
value
- allowed object is
Properties
PropertiesElement
public boolean isStateless()
Specification
isStateless
in interface Specification
public void setStateless(boolean value)
Specification
setStateless
in interface Specification
public Scope getScope()
Specification
getScope
in interface Specification
Scope
public void setScope(Scope value)
Specification
setScope
in interface Specification
value
- allowed object is
Scope
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
createUnmarshaller
in class ModelObjectImpl
public void serializeBody(XMLSerializer context) throws SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
serializeBody
in class ModelObjectImpl
SAXException
public void serializeAttributes(XMLSerializer context) throws SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
serializeAttributes
in class ModelObjectImpl
SAXException
public void serializeURIs(XMLSerializer context) throws SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
serializeURIs
in class ModelObjectImpl
SAXException
public Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.getPrimaryInterface
in interface ValidatableObject
getPrimaryInterface
in class ModelObjectImpl
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
createRawValidator
in class ModelObjectImpl
Copyright © 2005-2012 jDTAUS. All Rights Reserved.