// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.3u2-hudson-jaxb-ri-2.2.3-4- // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.10.02 at 06:28:50 PM EDT // package seg.jUCMNav.nfp.generated; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** *
Java class for Security complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="Security">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="auditing" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="authenticationCertification" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="authenticationCertificationExtra" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="dataPrivacyConfidentiality" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="encryption" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="globalSignoff" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="nonRepudiation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="otherExtra" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="passwordPolicies" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="resourcesProtection" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="securityDelegation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="securityPerimeterReqts" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Security", propOrder = {
"auditing",
"authenticationCertification",
"authenticationCertificationExtra",
"dataPrivacyConfidentiality",
"encryption",
"globalSignoff",
"nonRepudiation",
"otherExtra",
"passwordPolicies",
"resourcesProtection",
"securityDelegation",
"securityPerimeterReqts"
})
public class Security {
protected boolean auditing;
protected boolean authenticationCertification;
@XmlElement(required = true)
protected String authenticationCertificationExtra;
@XmlElement(required = true)
protected String dataPrivacyConfidentiality;
protected boolean encryption;
protected boolean globalSignoff;
protected boolean nonRepudiation;
@XmlElement(required = true)
protected String otherExtra;
protected boolean passwordPolicies;
@XmlElement(required = true)
protected String resourcesProtection;
protected boolean securityDelegation;
@XmlElement(required = true)
protected String securityPerimeterReqts;
/**
* Gets the value of the auditing property.
*
*/
public boolean isAuditing() {
return auditing;
}
/**
* Sets the value of the auditing property.
*
*/
public void setAuditing(boolean value) {
this.auditing = value;
}
/**
* Gets the value of the authenticationCertification property.
*
*/
public boolean isAuthenticationCertification() {
return authenticationCertification;
}
/**
* Sets the value of the authenticationCertification property.
*
*/
public void setAuthenticationCertification(boolean value) {
this.authenticationCertification = value;
}
/**
* Gets the value of the authenticationCertificationExtra property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAuthenticationCertificationExtra() {
return authenticationCertificationExtra;
}
/**
* Sets the value of the authenticationCertificationExtra property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAuthenticationCertificationExtra(String value) {
this.authenticationCertificationExtra = value;
}
/**
* Gets the value of the dataPrivacyConfidentiality property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDataPrivacyConfidentiality() {
return dataPrivacyConfidentiality;
}
/**
* Sets the value of the dataPrivacyConfidentiality property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDataPrivacyConfidentiality(String value) {
this.dataPrivacyConfidentiality = value;
}
/**
* Gets the value of the encryption property.
*
*/
public boolean isEncryption() {
return encryption;
}
/**
* Sets the value of the encryption property.
*
*/
public void setEncryption(boolean value) {
this.encryption = value;
}
/**
* Gets the value of the globalSignoff property.
*
*/
public boolean isGlobalSignoff() {
return globalSignoff;
}
/**
* Sets the value of the globalSignoff property.
*
*/
public void setGlobalSignoff(boolean value) {
this.globalSignoff = value;
}
/**
* Gets the value of the nonRepudiation property.
*
*/
public boolean isNonRepudiation() {
return nonRepudiation;
}
/**
* Sets the value of the nonRepudiation property.
*
*/
public void setNonRepudiation(boolean value) {
this.nonRepudiation = value;
}
/**
* Gets the value of the otherExtra property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOtherExtra() {
return otherExtra;
}
/**
* Sets the value of the otherExtra property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOtherExtra(String value) {
this.otherExtra = value;
}
/**
* Gets the value of the passwordPolicies property.
*
*/
public boolean isPasswordPolicies() {
return passwordPolicies;
}
/**
* Sets the value of the passwordPolicies property.
*
*/
public void setPasswordPolicies(boolean value) {
this.passwordPolicies = value;
}
/**
* Gets the value of the resourcesProtection property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getResourcesProtection() {
return resourcesProtection;
}
/**
* Sets the value of the resourcesProtection property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setResourcesProtection(String value) {
this.resourcesProtection = value;
}
/**
* Gets the value of the securityDelegation property.
*
*/
public boolean isSecurityDelegation() {
return securityDelegation;
}
/**
* Sets the value of the securityDelegation property.
*
*/
public void setSecurityDelegation(boolean value) {
this.securityDelegation = value;
}
/**
* Gets the value of the securityPerimeterReqts property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSecurityPerimeterReqts() {
return securityPerimeterReqts;
}
/**
* Sets the value of the securityPerimeterReqts property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSecurityPerimeterReqts(String value) {
this.securityPerimeterReqts = value;
}
}