|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.translator.product.Product
public class Product
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataFeatures"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="dataParam" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType> </element> <element name="lineage" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="product" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="method"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="additionalInformation" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="addInfoParam" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="productID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.5-b02-fcs See http://java.sun.com/xml/jaxb Any modifications to this file will be lost upon recompilation of the source schema. Generated on: 2007.11.19 at 12:41:25 PM MET
Nested Class Summary | |
---|---|
static class |
Product.AdditionalInformation
Java class for anonymous complex type. |
static class |
Product.DataFeatures
Java class for anonymous complex type. |
static class |
Product.Lineage
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected Product.AdditionalInformation |
additionalInformation
|
protected Product.DataFeatures |
dataFeatures
|
protected Product.Lineage |
lineage
|
protected java.lang.String |
productID
|
Constructor Summary | |
---|---|
Product()
|
Method Summary | |
---|---|
Product.AdditionalInformation |
getAdditionalInformation()
Gets the value of the additionalInformation property. |
Product.DataFeatures |
getDataFeatures()
Gets the value of the dataFeatures property. |
Product.DataFeatures.DataParam |
getDataParam(java.lang.String paramName)
This method returns the DataParam object corresponding to the parameter name given as input. |
java.lang.String |
getDataParamValue(java.lang.String paramName)
This method returns the DataParam value - in from of a String - corresponding to the parameter name given as input. |
Product.Lineage |
getLineage()
Gets the value of the lineage property. |
java.lang.String |
getProductID()
Gets the value of the productID property. |
void |
setAdditionalInformation(Product.AdditionalInformation value)
Sets the value of the additionalInformation property. |
void |
setDataFeatures(Product.DataFeatures value)
Sets the value of the dataFeatures property. |
void |
setLineage(Product.Lineage value)
Sets the value of the lineage property. |
void |
setProductID(java.lang.String value)
Sets the value of the productID property. |
java.lang.String |
toString()
A product string representation is simply its ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Product.DataFeatures dataFeatures
protected Product.Lineage lineage
protected Product.AdditionalInformation additionalInformation
protected java.lang.String productID
Constructor Detail |
---|
public Product()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Product.DataFeatures.DataParam getDataParam(java.lang.String paramName)
public java.lang.String getDataParamValue(java.lang.String paramName)
public Product.DataFeatures getDataFeatures()
Product.DataFeatures
public void setDataFeatures(Product.DataFeatures value)
value
- allowed object is
Product.DataFeatures
public Product.Lineage getLineage()
Product.Lineage
public void setLineage(Product.Lineage value)
value
- allowed object is
Product.Lineage
public Product.AdditionalInformation getAdditionalInformation()
Product.AdditionalInformation
public void setAdditionalInformation(Product.AdditionalInformation value)
value
- allowed object is
Product.AdditionalInformation
public java.lang.String getProductID()
String
public void setProductID(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |