Class SchemaFileType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchemaFileType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class SchemaFileType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SchemaFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchemaFileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="usualPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FILE_NAME
static ItemName
F_NAMESPACE
static ItemName
F_USUAL_PREFIX
protected String
fileName
protected String
namespace
protected String
usualPrefix
-
Constructor Summary
Constructors Constructor Description SchemaFileType()
Creates a newSchemaFileType
instance.SchemaFileType(SchemaFileType o)
Creates a newSchemaFileType
instance by deeply copying a givenSchemaFileType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SchemaFileType
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)
SchemaFileType
fileName(String value)
String
getFileName()
Gets the value of the fileName property.String
getNamespace()
Gets the value of the namespace property.String
getUsualPrefix()
Gets the value of the usualPrefix property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
SchemaFileType
namespace(String value)
void
setFileName(String value)
Sets the value of the fileName property.void
setNamespace(String value)
Sets the value of the namespace property.void
setUsualPrefix(String value)
Sets the value of the usualPrefix property.String
toString()
Generates a String representation of the contents of this type.SchemaFileType
usualPrefix(String value)
-
-
-
Field Detail
-
fileName
protected String fileName
-
namespace
protected String namespace
-
usualPrefix
protected String usualPrefix
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FILE_NAME
public static final ItemName F_FILE_NAME
-
F_NAMESPACE
public static final ItemName F_NAMESPACE
-
F_USUAL_PREFIX
public static final ItemName F_USUAL_PREFIX
-
-
Constructor Detail
-
SchemaFileType
public SchemaFileType()
Creates a newSchemaFileType
instance.
-
SchemaFileType
public SchemaFileType(SchemaFileType o)
Creates a newSchemaFileType
instance by deeply copying a givenSchemaFileType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getFileName
public String getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
public void setFileName(String value)
Sets the value of the fileName property.- Parameters:
value
- allowed object isString
-
getNamespace
public String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(String value)
Sets the value of the namespace property.- Parameters:
value
- allowed object isString
-
getUsualPrefix
public String getUsualPrefix()
Gets the value of the usualPrefix property.- Returns:
- possible object is
String
-
setUsualPrefix
public void setUsualPrefix(String value)
Sets the value of the usualPrefix property.- Parameters:
value
- allowed object isString
-
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
-
fileName
public SchemaFileType fileName(String value)
-
namespace
public SchemaFileType namespace(String value)
-
usualPrefix
public SchemaFileType usualPrefix(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public SchemaFileType clone()
Creates and returns a deep copy of this object.
-
-