Class DomainNameRestriction
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.DomainNameRestriction
-
public class DomainNameRestriction extends java.lang.ObjectJava class for DomainNameRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainNameRestriction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="domainNameValue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="allowSubDomains" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="allowWildCard" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customRegexp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="attributes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://certificateservices.org/xsd/csexport_data_1_0}DepartmentDomainNameAttribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomainNameRestriction.AttributesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowSubDomainsprotected booleanallowWildCardprotected DomainNameRestriction.Attributesattributesprotected java.lang.Stringcommentprotected java.lang.StringcustomRegexpprotected java.lang.StringdomainNameValueprotected java.lang.Booleaneditable
-
Constructor Summary
Constructors Constructor Description DomainNameRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainNameRestriction.AttributesgetAttributes()Gets the value of the attributes property.java.lang.StringgetComment()Gets the value of the comment property.java.lang.StringgetCustomRegexp()Gets the value of the customRegexp property.java.lang.StringgetDomainNameValue()Gets the value of the domainNameValue property.booleanisAllowSubDomains()Gets the value of the allowSubDomains property.booleanisAllowWildCard()Gets the value of the allowWildCard property.java.lang.BooleanisEditable()Gets the value of the editable property.voidsetAllowSubDomains(boolean value)Sets the value of the allowSubDomains property.voidsetAllowWildCard(boolean value)Sets the value of the allowWildCard property.voidsetAttributes(DomainNameRestriction.Attributes value)Sets the value of the attributes property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetCustomRegexp(java.lang.String value)Sets the value of the customRegexp property.voidsetDomainNameValue(java.lang.String value)Sets the value of the domainNameValue property.voidsetEditable(java.lang.Boolean value)Sets the value of the editable property.
-
-
-
Field Detail
-
domainNameValue
protected java.lang.String domainNameValue
-
allowSubDomains
protected boolean allowSubDomains
-
allowWildCard
protected boolean allowWildCard
-
comment
protected java.lang.String comment
-
customRegexp
protected java.lang.String customRegexp
-
editable
protected java.lang.Boolean editable
-
attributes
protected DomainNameRestriction.Attributes attributes
-
-
Method Detail
-
getDomainNameValue
public java.lang.String getDomainNameValue()
Gets the value of the domainNameValue property.- Returns:
- possible object is
String
-
setDomainNameValue
public void setDomainNameValue(java.lang.String value)
Sets the value of the domainNameValue property.- Parameters:
value- allowed object isString
-
isAllowSubDomains
public boolean isAllowSubDomains()
Gets the value of the allowSubDomains property.
-
setAllowSubDomains
public void setAllowSubDomains(boolean value)
Sets the value of the allowSubDomains property.
-
isAllowWildCard
public boolean isAllowWildCard()
Gets the value of the allowWildCard property.
-
setAllowWildCard
public void setAllowWildCard(boolean value)
Sets the value of the allowWildCard property.
-
getComment
public java.lang.String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getCustomRegexp
public java.lang.String getCustomRegexp()
Gets the value of the customRegexp property.- Returns:
- possible object is
String
-
setCustomRegexp
public void setCustomRegexp(java.lang.String value)
Sets the value of the customRegexp property.- Parameters:
value- allowed object isString
-
isEditable
public java.lang.Boolean isEditable()
Gets the value of the editable property.- Returns:
- possible object is
Boolean
-
setEditable
public void setEditable(java.lang.Boolean value)
Sets the value of the editable property.- Parameters:
value- allowed object isBoolean
-
getAttributes
public DomainNameRestriction.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
DomainNameRestriction.Attributes
-
setAttributes
public void setAttributes(DomainNameRestriction.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isDomainNameRestriction.Attributes
-
-