org.infoml.jaxb.impl
Class AgentContainerLocationTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.AgentContainerLocationTypeImpl
All Implemented Interfaces:
AgentContainerLocationType

public class AgentContainerLocationTypeImpl
extends java.lang.Object
implements AgentContainerLocationType


Nested Class Summary
 class AgentContainerLocationTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Agent
           
protected  java.lang.String _Category
           
protected  ContainerType _Container
           
protected  EnclosingSourceType _EnclosingSource
           
protected  LocationType _Location
           
static java.lang.Class version
           
 
Constructor Summary
AgentContainerLocationTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getAgent()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getAgent()
          Gets the value of the Agent property.
 java.lang.String getCategory()
          Gets the value of the category property.
 ContainerType getContainer()
          Gets the value of the container property.
 EnclosingSourceType getEnclosingSource()
          Gets the value of the enclosingSource property.
 LocationType getLocation()
          Gets the value of the location property.
 java.lang.Class getPrimaryInterface()
           
 void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setContainer(ContainerType value)
          Sets the value of the container property.
 void setEnclosingSource(EnclosingSourceType value)
          Sets the value of the enclosingSource property.
 void setLocation(LocationType value)
          Sets the value of the location property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Category

protected java.lang.String _Category

_Agent

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

_Location

protected LocationType _Location

_Container

protected ContainerType _Container

_EnclosingSource

protected EnclosingSourceType _EnclosingSource

version

public static final java.lang.Class version
Constructor Detail

AgentContainerLocationTypeImpl

public AgentContainerLocationTypeImpl()
Method Detail

getCategory

public java.lang.String getCategory()
Description copied from interface: AgentContainerLocationType
Gets the value of the category property.

Specified by:
getCategory in interface AgentContainerLocationType
Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Description copied from interface: AgentContainerLocationType
Sets the value of the category property.

Specified by:
setCategory in interface AgentContainerLocationType
Parameters:
value - allowed object is String

_getAgent

protected com.sun.xml.bind.util.ListImpl _getAgent()

getAgent

public java.util.List getAgent()
Description copied from interface: AgentContainerLocationType
Gets the value of the Agent property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Agent property.

For example, to add a new item, do as follows:

    getAgent().add(newItem);
 

Objects of the following type(s) are allowed in the list AgentType

Specified by:
getAgent in interface AgentContainerLocationType

getLocation

public LocationType getLocation()
Description copied from interface: AgentContainerLocationType
Gets the value of the location property.

Specified by:
getLocation in interface AgentContainerLocationType
Returns:
possible object is LocationType

setLocation

public void setLocation(LocationType value)
Description copied from interface: AgentContainerLocationType
Sets the value of the location property.

Specified by:
setLocation in interface AgentContainerLocationType
Parameters:
value - allowed object is LocationType

getContainer

public ContainerType getContainer()
Description copied from interface: AgentContainerLocationType
Gets the value of the container property.

Specified by:
getContainer in interface AgentContainerLocationType
Returns:
possible object is ContainerType

setContainer

public void setContainer(ContainerType value)
Description copied from interface: AgentContainerLocationType
Sets the value of the container property.

Specified by:
setContainer in interface AgentContainerLocationType
Parameters:
value - allowed object is ContainerType

getEnclosingSource

public EnclosingSourceType getEnclosingSource()
Description copied from interface: AgentContainerLocationType
Gets the value of the enclosingSource property.

Specified by:
getEnclosingSource in interface AgentContainerLocationType
Returns:
possible object is EnclosingSourceType

setEnclosingSource

public void setEnclosingSource(EnclosingSourceType value)
Description copied from interface: AgentContainerLocationType
Sets the value of the enclosingSource property.

Specified by:
setEnclosingSource in interface AgentContainerLocationType
Parameters:
value - allowed object is EnclosingSourceType

createUnmarshaller

public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()