Class DomainNameRestriction


  • public class DomainNameRestriction
    extends java.lang.Object

    Java 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>
     
    • 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
    • Constructor Detail

      • DomainNameRestriction

        public DomainNameRestriction()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Boolean