public class ClsDerived extends Object
Element of SecurityClass
Example:
<ClsDerived> <Date>1993-08-15</Date> <Title>B-1B SCG</Title> <Org>OC-ALC/LAB</Org> </ClsDerived>
Constructor and Description |
---|
ClsDerived() |
Modifier and Type | Method and Description |
---|---|
D |
getDate()
Get the date of the source document..
|
S30 |
getOrg()
Get the publishing organization of the source document..
|
S30 |
getTitle()
Get the title of the source document..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDate()
Determine if the Date is configured.
|
boolean |
isSetOrg()
Determine if the Org is configured.
|
boolean |
isSetTitle()
Determine if the Title is configured.
|
void |
setDate(D value)
Set the date of the source document..
|
void |
setOrg(S30 value)
Set the publishing organization of the source document..
|
void |
setTitle(S30 value)
Set the title of the source document..
|
String |
toString()
Get a string representation of this ClsDerived instance configuration.
|
ClsDerived |
withDate(Calendar value)
Set the date of the source document.
|
ClsDerived |
withDate(Date value)
Set the date of the source document.
|
ClsDerived |
withOrg(String value)
Set the publishing organization of the source document.
|
ClsDerived |
withTitle(String value)
Set the title of the source document.
|
public void setDate(D value)
value
- a D
instancepublic boolean isSetDate()
public S30 getTitle()
S30
instancepublic void setTitle(S30 value)
value
- a S30
instancepublic boolean isSetTitle()
public S30 getOrg()
S30
instancepublic void setOrg(S30 value)
value
- a S30
instancepublic boolean isSetOrg()
public ClsDerived withDate(Calendar value)
value
- An instances of type Calendar
.public ClsDerived withDate(Date value)
value
- An instances of type Date
.public ClsDerived withTitle(String value)
value
- An instances of type String
.public ClsDerived withOrg(String value)
value
- An instances of type String
.public String toString()
public boolean isSet()
ClsDerived
requires
Date
, Org
, Title
.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.