Class MetadataMap
- All Implemented Interfaces:
Serializable
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 ref="{http://www.CIP4.org/JDFSchema_2_0}Expr" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ValueFormat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ValueTemplate" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetExpr()Gets the value of the expr property.getName()Gets the value of the name property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the valueFormat property.Gets the value of the valueTemplate property.inthashCode()voidSets the value of the name property.voidsetValueFormat(String value) Sets the value of the valueFormat property.withExpr(Collection<Expr> values) withValueFormat(String value) withValueTemplate(String... values) withValueTemplate(Collection<String> values)
-
Field Details
-
Constructor Details
-
MetadataMap
public MetadataMap()
-
-
Method Details
-
getExpr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Expr> getExpr()Gets the value of the expr 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
setmethod for the expr property.For example, to add a new item, do as follows:
getExpr().add(newItem);
Objects of the following type(s) are allowed in the list
Expr- Returns:
- The value of the expr property.
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValueFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getValueFormat()Gets the value of the valueFormat property.- Returns:
- possible object is
String
-
setValueFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setValueFormat(String value) Sets the value of the valueFormat property.- Parameters:
value- allowed object isString
-
getValueTemplate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getValueTemplate()Gets the value of the valueTemplate 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
setmethod for the valueTemplate property.For example, to add a new item, do as follows:
getValueTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the valueTemplate property.
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withExpr
-
withExpr
-
withName
-
withValueFormat
-
withValueTemplate
-
withValueTemplate
-
equals
-
hashCode
public int hashCode()
-