public class CsDocumentSecurityInfo extends Object
Java class for cs_documentSecurityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_documentSecurityInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class" type="{http://www.witsml.org/schemas/1series}kindString" minOccurs="0"/>
<element name="securitySystem" type="{http://www.witsml.org/schemas/1series}kindString" minOccurs="0"/>
<element name="endDate" type="{http://www.witsml.org/schemas/1series}timestamp" minOccurs="0"/>
<element name="comment" type="{http://www.witsml.org/schemas/1series}commentString" minOccurs="0"/>
<element name="extensionNameValue" type="{http://www.witsml.org/schemas/1series}cs_extensionNameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/1series}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsDocumentSecurityInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
String |
getSecuritySystem()
Gets the value of the securitySystem property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setSecuritySystem(String value)
Sets the value of the securitySystem property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getSecuritySystem()
Stringpublic void setSecuritySystem(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic List<CsExtensionNameValue> getExtensionNameValue()
set method for the extensionNameValue property.
For example, to add a new item, do as follows:
getExtensionNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
CsExtensionNameValuepublic String getUid()
StringCopyright © 2017. All rights reserved.