public class SecurityWrapper extends Object implements Serializable
Java class for SecurityWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityWrapper"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:us:gov:ic:ism:v2}ClassificationType"/> <element name="caveats" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
caveats |
protected ClassificationType |
classification |
Constructor and Description |
---|
SecurityWrapper() |
SecurityWrapper(ClassificationType classificationType,
String cavaet) |
Modifier and Type | Method and Description |
---|---|
String |
getCaveats()
Gets the value of the caveats property.
|
ClassificationType |
getClassification()
Gets the value of the classification property.
|
void |
setCaveats(String value)
Sets the value of the caveats property.
|
void |
setClassification(ClassificationType value)
Sets the value of the classification property.
|
protected ClassificationType classification
protected String caveats
public SecurityWrapper(ClassificationType classificationType, String cavaet)
public SecurityWrapper()
public ClassificationType getClassification()
ClassificationType
public void setClassification(ClassificationType value)
value
- allowed object is
ClassificationType
public String getCaveats()
String
Copyright © 2008–2017 MIL-OSS. All rights reserved.