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 QNameCOMPLEX_TYPEstatic ItemNameF_FILE_NAMEstatic ItemNameF_NAMESPACEstatic ItemNameF_USUAL_PREFIXprotected StringfileNameprotected Stringnamespaceprotected StringusualPrefix
-
Constructor Summary
Constructors Constructor Description SchemaFileType()Creates a newSchemaFileTypeinstance.SchemaFileType(SchemaFileType o)Creates a newSchemaFileTypeinstance by deeply copying a givenSchemaFileTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SchemaFileTypeclone()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)SchemaFileTypefileName(String value)StringgetFileName()Gets the value of the fileName property.StringgetNamespace()Gets the value of the namespace property.StringgetUsualPrefix()Gets the value of the usualPrefix property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)SchemaFileTypenamespace(String value)voidsetFileName(String value)Sets the value of the fileName property.voidsetNamespace(String value)Sets the value of the namespace property.voidsetUsualPrefix(String value)Sets the value of the usualPrefix property.StringtoString()Generates a String representation of the contents of this type.SchemaFileTypeusualPrefix(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 newSchemaFileTypeinstance.
-
SchemaFileType
public SchemaFileType(SchemaFileType o)
Creates a newSchemaFileTypeinstance by deeply copying a givenSchemaFileTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
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
-
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:
acceptin interfaceJaxbVisitable
-
clone
public SchemaFileType clone()
Creates and returns a deep copy of this object.
-
-