Package info.psidev.cvmapping
Class CvMappingRule
- java.lang.Object
-
- info.psidev.cvmapping.CvMappingRule
-
public class CvMappingRule extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}CvTerm" maxOccurs="unbounded"/> </sequence> <attribute name="scopePath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cvElementPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cvTermsCombinationLogic" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="OR"/> <enumeration value="AND"/> <enumeration value="XOR"/> </restriction> </simpleType> </attribute> <attribute name="requirementLevel" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="MUST"/> <enumeration value="SHOULD"/> <enumeration value="MAY"/> </restriction> </simpleType> </attribute> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CvMappingRule.CvTermsCombinationLogic
Java-Klasse für null.static class
CvMappingRule.RequirementLevel
Java-Klasse für null.
-
Field Summary
Fields Modifier and Type Field Description protected String
cvElementPath
protected List<CvTerm>
cvTerm
protected CvMappingRule.CvTermsCombinationLogic
cvTermsCombinationLogic
protected String
id
protected String
name
protected CvMappingRule.RequirementLevel
requirementLevel
protected String
scopePath
-
Constructor Summary
Constructors Constructor Description CvMappingRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCvElementPath()
Ruft den Wert der cvElementPath-Eigenschaft ab.List<CvTerm>
getCvTerm()
One or more terms from a CVsource that are allowed to be associated with the given element of the model.CvMappingRule.CvTermsCombinationLogic
getCvTermsCombinationLogic()
Ruft den Wert der cvTermsCombinationLogic-Eigenschaft ab.String
getId()
Ruft den Wert der id-Eigenschaft ab.String
getName()
Ruft den Wert der name-Eigenschaft ab.CvMappingRule.RequirementLevel
getRequirementLevel()
Ruft den Wert der requirementLevel-Eigenschaft ab.String
getScopePath()
Ruft den Wert der scopePath-Eigenschaft ab.void
setCvElementPath(String value)
Legt den Wert der cvElementPath-Eigenschaft fest.void
setCvTermsCombinationLogic(CvMappingRule.CvTermsCombinationLogic value)
Legt den Wert der cvTermsCombinationLogic-Eigenschaft fest.void
setId(String value)
Legt den Wert der id-Eigenschaft fest.void
setName(String value)
Legt den Wert der name-Eigenschaft fest.void
setRequirementLevel(CvMappingRule.RequirementLevel value)
Legt den Wert der requirementLevel-Eigenschaft fest.void
setScopePath(String value)
Legt den Wert der scopePath-Eigenschaft fest.
-
-
-
Field Detail
-
cvElementPath
protected String cvElementPath
-
cvTermsCombinationLogic
protected CvMappingRule.CvTermsCombinationLogic cvTermsCombinationLogic
-
requirementLevel
protected CvMappingRule.RequirementLevel requirementLevel
-
-
Constructor Detail
-
CvMappingRule
public CvMappingRule()
-
-
Method Detail
-
getCvTerm
public List<CvTerm> getCvTerm()
One or more terms from a CVsource that are allowed to be associated with the given element of the model. Gets the value of the cvTerm 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
set
method for the cvTerm property.For example, to add a new item, do as follows:
getCvTerm().add(newItem);
Objects of the following type(s) are allowed in the list
CvTerm
-
getScopePath
public String getScopePath()
Ruft den Wert der scopePath-Eigenschaft ab.- Returns:
- possible object is
String
-
setScopePath
public void setScopePath(String value)
Legt den Wert der scopePath-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
getCvElementPath
public String getCvElementPath()
Ruft den Wert der cvElementPath-Eigenschaft ab.- Returns:
- possible object is
String
-
setCvElementPath
public void setCvElementPath(String value)
Legt den Wert der cvElementPath-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
getCvTermsCombinationLogic
public CvMappingRule.CvTermsCombinationLogic getCvTermsCombinationLogic()
Ruft den Wert der cvTermsCombinationLogic-Eigenschaft ab.- Returns:
- possible object is
CvMappingRule.CvTermsCombinationLogic
-
setCvTermsCombinationLogic
public void setCvTermsCombinationLogic(CvMappingRule.CvTermsCombinationLogic value)
Legt den Wert der cvTermsCombinationLogic-Eigenschaft fest.- Parameters:
value
- allowed object isCvMappingRule.CvTermsCombinationLogic
-
getRequirementLevel
public CvMappingRule.RequirementLevel getRequirementLevel()
Ruft den Wert der requirementLevel-Eigenschaft ab.- Returns:
- possible object is
CvMappingRule.RequirementLevel
-
setRequirementLevel
public void setRequirementLevel(CvMappingRule.RequirementLevel value)
Legt den Wert der requirementLevel-Eigenschaft fest.- Parameters:
value
- allowed object isCvMappingRule.RequirementLevel
-
getName
public String getName()
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Legt den Wert der name-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
-