org.jaffa.components.navigation.domain.impl
Class UrlActionImpl

java.lang.Object
  extended byorg.jaffa.components.navigation.domain.impl.UrlActionImpl
All Implemented Interfaces:
com.sun.xml.bind.unmarshaller.UnmarshallableObject, UrlAction, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable

public class UrlActionImpl
extends Object
implements UrlAction, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class UrlActionImpl.Unmarshaller
           
static class UrlActionImpl.UrlTypeImpl
           
 
Nested classes inherited from class org.jaffa.components.navigation.domain.UrlAction
UrlAction.UrlType
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _RequiresComponentAccess
           
protected  com.sun.xml.bind.util.ListImpl _RequiresFunctionAccess
           
protected  UrlAction.UrlType _Url
           
 
Constructor Summary
UrlActionImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 List getRequiresComponentAccess()
           
 List getRequiresFunctionAccess()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 UrlAction.UrlType getUrl()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setUrl(UrlAction.UrlType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_RequiresComponentAccess

protected com.sun.xml.bind.util.ListImpl _RequiresComponentAccess

_RequiresFunctionAccess

protected com.sun.xml.bind.util.ListImpl _RequiresFunctionAccess

_Url

protected UrlAction.UrlType _Url
Constructor Detail

UrlActionImpl

public UrlActionImpl()
Method Detail

getRequiresComponentAccess

public List getRequiresComponentAccess()
Specified by:
getRequiresComponentAccess in interface UrlAction

getRequiresFunctionAccess

public List getRequiresFunctionAccess()
Specified by:
getRequiresFunctionAccess in interface UrlAction

getUrl

public UrlAction.UrlType getUrl()
Specified by:
getUrl in interface UrlAction

setUrl

public void setUrl(UrlAction.UrlType value)
Specified by:
setUrl in interface UrlAction

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject


Copyright © 2002-2004 JAFFA Project.