Class ScriptCapabilityType.Host
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.ScriptCapabilityType.Host
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
- Enclosing class:
- ScriptCapabilityType
public static class ScriptCapabilityType.Host extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningScriptHostType"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>languageprotected ProvisioningScriptHostTypetype
-
Constructor Summary
Constructors Constructor Description Host()Creates a newHostinstance.Host(ScriptCapabilityType.Host o)Creates a newHostinstance by deeply copying a givenHostinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ScriptCapabilityType.Hostclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)List<String>getLanguage()Gets the value of the language property.ProvisioningScriptHostTypegetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ScriptCapabilityType.Hostlanguage(String value)voidsetType(ProvisioningScriptHostType value)Sets the value of the type property.StringtoString()Generates a String representation of the contents of this type.ScriptCapabilityType.Hosttype(ProvisioningScriptHostType value)
-
-
-
Field Detail
-
type
protected ProvisioningScriptHostType type
-
-
Constructor Detail
-
Host
public Host()
Creates a newHostinstance.
-
Host
public Host(ScriptCapabilityType.Host o)
Creates a newHostinstance by deeply copying a givenHostinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getType
public ProvisioningScriptHostType getType()
Gets the value of the type property.- Returns:
- possible object is
ProvisioningScriptHostType
-
setType
public void setType(ProvisioningScriptHostType value)
Sets the value of the type property.- Parameters:
value- allowed object isProvisioningScriptHostType
-
getLanguage
public List<String> getLanguage()
Gets the value of the language property.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
setmethod for the language property.For example, to add a new item, do as follows:
getLanguage().add(newItem);Objects of the following type(s) are allowed in the list
String
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
type
public ScriptCapabilityType.Host type(ProvisioningScriptHostType value)
-
language
public ScriptCapabilityType.Host language(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ScriptCapabilityType.Host clone()
Creates and returns a deep copy of this object.
-
-