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>
language
protected ProvisioningScriptHostType
type
-
Constructor Summary
Constructors Constructor Description Host()
Creates a newHost
instance.Host(ScriptCapabilityType.Host o)
Creates a newHost
instance by deeply copying a givenHost
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ScriptCapabilityType.Host
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
List<String>
getLanguage()
Gets the value of the language property.ProvisioningScriptHostType
getType()
Gets the value of the type property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ScriptCapabilityType.Host
language(String value)
void
setType(ProvisioningScriptHostType value)
Sets the value of the type property.String
toString()
Generates a String representation of the contents of this type.ScriptCapabilityType.Host
type(ProvisioningScriptHostType value)
-
-
-
Field Detail
-
type
protected ProvisioningScriptHostType type
-
-
Constructor Detail
-
Host
public Host()
Creates a newHost
instance.
-
Host
public Host(ScriptCapabilityType.Host o)
Creates a newHost
instance by deeply copying a givenHost
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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
set
method 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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public ScriptCapabilityType.Host clone()
Creates and returns a deep copy of this object.
-
-