public class DNConstraintsType extends Object
Java class for DNConstraintsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DNConstraintsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="RegularExpression" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </choice> </sequence> <attribute name="combinator" type="{http://cxf.apache.org/configuration/security}CombinatorType" default="ALL" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CombinatorType |
combinator |
protected List<String> |
regularExpression |
Constructor and Description |
---|
DNConstraintsType() |
Modifier and Type | Method and Description |
---|---|
CombinatorType |
getCombinator()
Gets the value of the combinator property.
|
List<String> |
getRegularExpression()
Gets the value of the regularExpression property.
|
boolean |
isSetCombinator() |
boolean |
isSetRegularExpression() |
void |
setCombinator(CombinatorType value)
Sets the value of the combinator property.
|
void |
unsetRegularExpression() |
protected CombinatorType combinator
public List<String> getRegularExpression()
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 regularExpression property.
For example, to add a new item, do as follows:
getRegularExpression().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRegularExpression()
public void unsetRegularExpression()
public CombinatorType getCombinator()
CombinatorType
public void setCombinator(CombinatorType value)
value
- allowed object is
CombinatorType
public boolean isSetCombinator()
Copyright © 2016 JBoss by Red Hat. All rights reserved.