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 classCvMappingRule.CvTermsCombinationLogicJava-Klasse für null.static classCvMappingRule.RequirementLevelJava-Klasse für null. 
- 
Field Summary
Fields Modifier and Type Field Description protected StringcvElementPathprotected List<CvTerm>cvTermprotected CvMappingRule.CvTermsCombinationLogiccvTermsCombinationLogicprotected Stringidprotected Stringnameprotected CvMappingRule.RequirementLevelrequirementLevelprotected StringscopePath 
- 
Constructor Summary
Constructors Constructor Description CvMappingRule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCvElementPath()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.CvTermsCombinationLogicgetCvTermsCombinationLogic()Ruft den Wert der cvTermsCombinationLogic-Eigenschaft ab.StringgetId()Ruft den Wert der id-Eigenschaft ab.StringgetName()Ruft den Wert der name-Eigenschaft ab.CvMappingRule.RequirementLevelgetRequirementLevel()Ruft den Wert der requirementLevel-Eigenschaft ab.StringgetScopePath()Ruft den Wert der scopePath-Eigenschaft ab.voidsetCvElementPath(String value)Legt den Wert der cvElementPath-Eigenschaft fest.voidsetCvTermsCombinationLogic(CvMappingRule.CvTermsCombinationLogic value)Legt den Wert der cvTermsCombinationLogic-Eigenschaft fest.voidsetId(String value)Legt den Wert der id-Eigenschaft fest.voidsetName(String value)Legt den Wert der name-Eigenschaft fest.voidsetRequirementLevel(CvMappingRule.RequirementLevel value)Legt den Wert der requirementLevel-Eigenschaft fest.voidsetScopePath(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
setmethod 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
 
 - 
 
 -