Class Department
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.Department
-
public class Department extends java.lang.ObjectJava class for Department complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Department"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="description" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="0"/> <maxLength value="5000"/> </restriction> </simpleType> </element> <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}DepartmentAttribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="domainNameRestrictions" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="restriction" type="{http://certificateservices.org/xsd/csexport_data_1_0}DomainNameRestriction" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDepartment.AttributesJava class for anonymous complex type.static classDepartment.DomainNameRestrictionsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Department.Attributesattributesprotected java.lang.Stringdescriptionprotected Department.DomainNameRestrictionsdomainNameRestrictionsprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description Department()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Department.AttributesgetAttributes()Gets the value of the attributes property.java.lang.StringgetDescription()Gets the value of the description property.Department.DomainNameRestrictionsgetDomainNameRestrictions()Gets the value of the domainNameRestrictions property.java.lang.StringgetName()Gets the value of the name property.voidsetAttributes(Department.Attributes value)Sets the value of the attributes property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDomainNameRestrictions(Department.DomainNameRestrictions value)Sets the value of the domainNameRestrictions property.voidsetName(java.lang.String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
description
protected java.lang.String description
-
attributes
protected Department.Attributes attributes
-
domainNameRestrictions
protected Department.DomainNameRestrictions domainNameRestrictions
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAttributes
public Department.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
Department.Attributes
-
setAttributes
public void setAttributes(Department.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isDepartment.Attributes
-
getDomainNameRestrictions
public Department.DomainNameRestrictions getDomainNameRestrictions()
Gets the value of the domainNameRestrictions property.- Returns:
- possible object is
Department.DomainNameRestrictions
-
setDomainNameRestrictions
public void setDomainNameRestrictions(Department.DomainNameRestrictions value)
Sets the value of the domainNameRestrictions property.- Parameters:
value- allowed object isDepartment.DomainNameRestrictions
-
-