public class FpeCompoundPart extends FpeDataPart
| Constructor and Description |
|---|
FpeCompoundPart() |
public FpeCompoundPart or(List<FpeDataPart> or)
public FpeCompoundPart addOrItem(FpeDataPart orItem)
public List<FpeDataPart> getOr()
public void setOr(List<FpeDataPart> or)
public FpeCompoundPart concat(List<FpeDataPart> concat)
public FpeCompoundPart addConcatItem(FpeDataPart concatItem)
public List<FpeDataPart> getConcat()
public void setConcat(List<FpeDataPart> concat)
public FpeCompoundPart multiple(FpeDataPart multiple)
public FpeDataPart getMultiple()
public void setMultiple(FpeDataPart multiple)
public FpeCompoundPart minRepetitions(Integer minRepetitions)
public Integer getMinRepetitions()
public void setMinRepetitions(Integer minRepetitions)
public FpeCompoundPart maxRepetitions(Integer maxRepetitions)
public Integer getMaxRepetitions()
public void setMaxRepetitions(Integer maxRepetitions)
public FpeCompoundPart constraints(FpeConstraints constraints)
public FpeConstraints getConstraints()
public void setConstraints(FpeConstraints constraints)
public FpeCompoundPart preserve(Boolean preserve)
public Boolean getPreserve()
public void setPreserve(Boolean preserve)
public FpeCompoundPart mask(Boolean mask)
public Boolean getMask()
public void setMask(Boolean mask)
public FpeCompoundPart minLength(Integer minLength)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public FpeCompoundPart maxLength(Integer maxLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public boolean equals(Object o)
equals in class FpeDataPartpublic int hashCode()
hashCode in class FpeDataPartpublic String toString()
toString in class FpeDataPartCopyright © 2017-2025 Fortanix Inc. All Rights Reserved