public class BuildInformationType extends Object implements Serializable, Cloneable, Containerable
Java class for BuildInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="revision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_REVISION |
static QName |
F_VERSION |
Constructor and Description |
---|
BuildInformationType() |
BuildInformationType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
BuildInformationType |
clone() |
boolean |
equals(Object object) |
String |
getRevision() |
String |
getVersion() |
int |
hashCode() |
void |
setRevision(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
void |
setVersion(String value) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_VERSION
public static final QName F_REVISION
public BuildInformationType()
public BuildInformationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getVersion()
public void setVersion(String value)
public String getRevision()
public void setRevision(String value)
public BuildInformationType clone()
Copyright © 2017 Evolveum. All rights reserved.