Class ImportFromResourceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ImportFromResourceType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ImportFromResourceType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A request for importFromResource operation.Java class for ImportFromResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportFromResourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceOid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_OBJECT_CLASSstatic ItemNameF_RESOURCE_OIDprotected QNameobjectClassprotected StringresourceOid
-
Constructor Summary
Constructors Constructor Description ImportFromResourceType()Creates a newImportFromResourceTypeinstance.ImportFromResourceType(ImportFromResourceType o)Creates a newImportFromResourceTypeinstance by deeply copying a givenImportFromResourceTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ImportFromResourceTypeclone()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)QNamegetObjectClass()Gets the value of the objectClass property.StringgetResourceOid()Gets the value of the resourceOid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ImportFromResourceTypeobjectClass(QName value)ImportFromResourceTyperesourceOid(String value)voidsetObjectClass(QName value)Sets the value of the objectClass property.voidsetResourceOid(String value)Sets the value of the resourceOid property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
ImportFromResourceType
public ImportFromResourceType()
Creates a newImportFromResourceTypeinstance.
-
ImportFromResourceType
public ImportFromResourceType(ImportFromResourceType o)
Creates a newImportFromResourceTypeinstance by deeply copying a givenImportFromResourceTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getResourceOid
public String getResourceOid()
Gets the value of the resourceOid property.- Returns:
- possible object is
String
-
setResourceOid
public void setResourceOid(String value)
Sets the value of the resourceOid property.- Parameters:
value- allowed object isString
-
getObjectClass
public QName getObjectClass()
Gets the value of the objectClass property.- Returns:
- possible object is
QName
-
setObjectClass
public void setObjectClass(QName value)
Sets the value of the objectClass property.- Parameters:
value- allowed object isQName
-
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
-
resourceOid
public ImportFromResourceType resourceOid(String value)
-
objectClass
public ImportFromResourceType objectClass(QName value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ImportFromResourceType clone()
Creates and returns a deep copy of this object.
-
-