|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgentContainerLocationType
Describes a specific container, a location within that container, and agents (author, editor, etc.) associated with the container. Java content class for agentContainerLocationType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 170)
<complexType name="agentContainerLocationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="agent" type="{http://infoml.org/infomlFile}agentType" maxOccurs="unbounded" minOccurs="0"/> <element name="container" type="{http://infoml.org/infomlFile}containerType" minOccurs="0"/> <element name="location" type="{http://infoml.org/infomlFile}locationType" minOccurs="0"/> <element name="enclosingSource" type="{http://infoml.org/infomlFile}enclosingSourceType" minOccurs="0"/> </sequence> <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
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. |
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. |
Method Detail |
---|
java.lang.String getCategory()
String
void setCategory(java.lang.String value)
value
- allowed object is
String
java.util.List getAgent()
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
LocationType getLocation()
LocationType
void setLocation(LocationType value)
value
- allowed object is
LocationType
ContainerType getContainer()
ContainerType
void setContainer(ContainerType value)
value
- allowed object is
ContainerType
EnclosingSourceType getEnclosingSource()
EnclosingSourceType
void setEnclosingSource(EnclosingSourceType value)
value
- allowed object is
EnclosingSourceType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |