|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.ims.ManifestType
public class ManifestType
Java class for manifestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="manifestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.imsglobal.org/xsd/imscp_v1p1}metadata" minOccurs="0"/>
<element ref="{http://www.imsglobal.org/xsd/imscp_v1p1}organizations"/>
<element ref="{http://www.imsglobal.org/xsd/imscp_v1p1}resources"/>
<element ref="{http://www.imsglobal.org/xsd/imscp_v1p1}manifest" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.imsglobal.org/xsd/imscp_v1p1}grp.any"/>
</sequence>
<attGroup ref="{http://www.imsglobal.org/xsd/imscp_v1p1}attr.identifier.req"/>
<attGroup ref="{http://www.imsglobal.org/xsd/imscp_v1p1}attr.version"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
base
|
protected String |
identifier
|
protected List<ManifestType> |
manifest
|
protected MetadataType |
metadata
|
protected OrganizationsType |
organizations
|
protected ResourcesType |
resources
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ManifestType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
String |
getBase()
Gets the value of the base property. |
String |
getIdentifier()
Gets the value of the identifier property. |
List<ManifestType> |
getManifest()
Gets the value of the manifest property. |
MetadataType |
getMetadata()
Gets the value of the metadata property. |
OrganizationsType |
getOrganizations()
Gets the value of the organizations property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
ResourcesType |
getResources()
Gets the value of the resources property. |
String |
getVersion()
Gets the value of the version property. |
void |
setBase(String value)
Sets the value of the base property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setMetadata(MetadataType value)
Sets the value of the metadata property. |
void |
setOrganizations(OrganizationsType value)
Sets the value of the organizations property. |
void |
setResources(ResourcesType value)
Sets the value of the resources property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MetadataType metadata
protected OrganizationsType organizations
protected ResourcesType resources
protected List<ManifestType> manifest
protected List<Object> any
protected String base
protected String identifier
protected String version
| Constructor Detail |
|---|
public ManifestType()
| Method Detail |
|---|
public MetadataType getMetadata()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic OrganizationsType getOrganizations()
OrganizationsTypepublic void setOrganizations(OrganizationsType value)
value - allowed object is
OrganizationsTypepublic ResourcesType getResources()
ResourcesTypepublic void setResources(ResourcesType value)
value - allowed object is
ResourcesTypepublic List<ManifestType> getManifest()
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 manifest property.
For example, to add a new item, do as follows:
getManifest().add(newItem);
Objects of the following type(s) are allowed in the list
ManifestType
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||