|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infoml.jaxb.impl.AgentContainerLocationTypeImpl
public class AgentContainerLocationTypeImpl
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 |
---|
protected java.lang.String _Category
protected com.sun.xml.bind.util.ListImpl _Agent
protected LocationType _Location
protected ContainerType _Container
protected EnclosingSourceType _EnclosingSource
public static final java.lang.Class version
Constructor Detail |
---|
public AgentContainerLocationTypeImpl()
Method Detail |
---|
public java.lang.String getCategory()
AgentContainerLocationType
getCategory
in interface AgentContainerLocationType
String
public void setCategory(java.lang.String value)
AgentContainerLocationType
setCategory
in interface AgentContainerLocationType
value
- allowed object is
String
protected com.sun.xml.bind.util.ListImpl _getAgent()
public java.util.List getAgent()
AgentContainerLocationType
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
getAgent
in interface AgentContainerLocationType
public LocationType getLocation()
AgentContainerLocationType
getLocation
in interface AgentContainerLocationType
LocationType
public void setLocation(LocationType value)
AgentContainerLocationType
setLocation
in interface AgentContainerLocationType
value
- allowed object is
LocationType
public ContainerType getContainer()
AgentContainerLocationType
getContainer
in interface AgentContainerLocationType
ContainerType
public void setContainer(ContainerType value)
AgentContainerLocationType
setContainer
in interface AgentContainerLocationType
value
- allowed object is
ContainerType
public EnclosingSourceType getEnclosingSource()
AgentContainerLocationType
getEnclosingSource
in interface AgentContainerLocationType
EnclosingSourceType
public void setEnclosingSource(EnclosingSourceType value)
AgentContainerLocationType
setEnclosingSource
in interface AgentContainerLocationType
value
- allowed object is
EnclosingSourceType
public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |