public class ImplementationCheckerObjectType extends Object
Java class for implementationCheckerObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="implementationCheckerObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="iso" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="include" type="{http://www.dpfmanager.org/ProfileChecker}includeType" maxOccurs="unbounded" minOccurs="0"/>
<sequence>
<element name="rules" type="{http://www.dpfmanager.org/ProfileChecker}rulesType" maxOccurs="unbounded"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected XMLGregorianCalendar |
date |
protected String |
description |
protected List<IncludeType> |
include |
protected String |
iso |
protected List<RulesType> |
rules |
protected String |
title |
protected String |
version |
| Constructor and Description |
|---|
ImplementationCheckerObjectType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getDescription()
Gets the value of the description property.
|
List<IncludeType> |
getInclude()
Gets the value of the include property.
|
String |
getIso()
Gets the value of the iso property.
|
List<RulesType> |
getOwnRules() |
List<RulesType> |
getRules()
Gets the value of the rules property.
|
RulesType |
getRulesById(String id) |
String |
getTitle()
Gets the value of the title property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
makeCopy(ImplementationCheckerObjectType copy) |
void |
removeIncludedRules() |
void |
removeRule(String id) |
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIso(String value)
Sets the value of the iso property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String title
protected String iso
protected String description
protected String version
protected String author
protected XMLGregorianCalendar date
protected List<IncludeType> include
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getIso()
Stringpublic void setIso(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<IncludeType> getInclude()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the include property.
For example, to add a new item, do as follows:
getInclude().add(newItem);
Objects of the following type(s) are allowed in the list
IncludeType
public List<RulesType> getRules()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
RulesType
public void removeRule(String id)
public void makeCopy(ImplementationCheckerObjectType copy)
public void removeIncludedRules()
Copyright © 2016–2020. All rights reserved.